# Functions
Add creates a new DNSZone Controller and adds it to the Manager with default RBAC.
DeleteAWSRecordSets will clean up a DNS zone down to the minimum required record entries.
DeleteAzureRecordSets will remove all non-essential records from the DNSZone provided.
DeleteGCPRecordSets will delete all non-essential DNS records in the DNSZone provided.
IsErrorUpdateEvent returns true when the update event for DNSZone is from error state.
NewAWSActuator creates a new AWSActuator object.
NewAzureActuator creates a new NewAzureActuator object.
NewGCPActuator creates a new GCPActuator object.
# Constants
No description provided by the author
# Structs
AWSActuator manages getting the desired state, getting the current state and reconciling the two.
AzureActuator attempts to make the current state reflect the given desired state.
GCPActuator attempts to make the current state reflect the given desired state.
ReconcileDNSZone reconciles a DNSZone object.
# Interfaces
Actuator interface is the interface that is used to add dns provider support to the dnszone controller.