mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Implement SUPPORTS_DYNAMIC functionality, no providers
This commit is contained in:
@@ -37,6 +37,13 @@ class _AggregateTarget(object):
|
||||
return False
|
||||
return True
|
||||
|
||||
@property
|
||||
def SUPPORTS_DYNAMIC(self):
|
||||
for target in self.targets:
|
||||
if not target.SUPPORTS_DYNAMIC:
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
class MakeThreadFuture(object):
|
||||
|
||||
|
Reference in New Issue
Block a user