resolve_ip_from_annotation

Function resolve_ip_from_annotation 

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

Returns the explicit IP override from bindy.firestoned.io/ip, if present.

Returns None if the annotation is absent or empty.