1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Sketch at process: source, target, plan setup, with ownership

This commit is contained in:
Ross McFarland
2020-12-06 13:02:56 -08:00
parent f9a4239af5
commit 261abeb133
5 changed files with 115 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ class BaseProvider(BaseSource):
'exists', self.id)
for processor in processors:
existing = processor.process(existing, target=True)
existing = processor.process_target_zone(existing, target=self)
# compute the changes at the zone/record level
changes = existing.changes(desired, self)