is_arecord_enabled

Function is_arecord_enabled 

Source
pub fn is_arecord_enabled(annotations: &BTreeMap<String, String>) -> bool
Expand description

Returns true if the Ingress is annotated for ARecord creation.

The annotation bindy.firestoned.io/recordKind must have the value "ARecord" (case-sensitive). Any other value (or absence of the annotation) returns false.