-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRUD operations for zone_delegated (#85)
* Initial ZoneDelegated management * Implement UpdateZoneDelegated * Fqdn update is forbidden so only `delegate_to` is in action * DeleteZoneDelegated * GetZoneDelegated by Fqdn * Add GetZoneDelegated tests * Return nil when fqdn is empty With empty object API return list of all existing zones and GetZoneDelegated was picking first from the slice. It could lead to dangerous situation when we are dealing with completely unrelated Ref in further api interactions * No EA required for ZoneDelegated It actually breaks creation in e2e test * Unit tests for UpdateZoneDelegated * Test UpdateZoneDelegated * Reposition test case closer to common semantics * Finalize tests for ZoneDelegated
- Loading branch information
Showing
4 changed files
with
225 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters