pub fn resolve_ip_from_annotation( annotations: &BTreeMap<String, String>, ) -> Option<String>
Returns the explicit IP override from bindy.firestoned.io/ip, if present.
bindy.firestoned.io/ip
Returns None if the annotation is absent or empty.
None