pub fn resolve_zone(
annotations: &BTreeMap<String, String>,
default_zone: Option<&str>,
) -> Option<String>Expand description
Resolves the DNS zone for an Ingress, in priority order:
bindy.firestoned.io/zoneannotation — per-Ingress explicit overridedefault_zone— operator-configured default zone (e.g."example.com")
Returns None if neither is available. When None, Scout logs a warning and skips the Ingress.