pub const ANNOTATION_IP: &str = "bindy.firestoned.io/ip";Expand description
Annotation for explicitly overriding the IP(s) used in the ARecord.
Accepts a single IP ("10.0.0.1") or a comma-separated list of IPs
("10.0.0.1,10.0.0.2") — every entry becomes an address on the resulting
ARecord, in the order given. Whitespace around each entry is trimmed and
empty entries are skipped. When set, takes precedence over --default-ips
and any LoadBalancer status IP.