pub const ANNOTATION_ZONE_OWNER: &str = "bindy.firestoned.io/zone";Expand description
Annotation key for marking which zone owns a DNS record
When a DNSZone’s label selector matches a DNS record, the DNSZone controller
sets this annotation on the record with the value being the zone’s FQDN.
Record reconcilers read this annotation to determine which zone to update.