pub fn is_arecord_enabled(annotations: &BTreeMap<String, String>) -> boolExpand 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.