ANNOTATION_RECORD_NAME

Constant ANNOTATION_RECORD_NAME 

Source
pub const ANNOTATION_RECORD_NAME: &str = "bindy.firestoned.io/record-name";
Expand description

Annotation for overriding the DNS record name (spec.name) on the created ARecord.

When set, the value replaces the name normally derived from the source resource’s host/hostname. Use "@" to target the zone apex. When absent or empty, Scout falls back to deriving the name from the host stripped of the zone suffix.

On multi-host resources (Ingress / HTTPRoute / TLSRoute) the override is applied to every ARecord produced from that resource, so it is intended for single-host use cases.