pub fn resolve_ip_from_lb_status(ingress: &Ingress) -> Option<String>Expand description
Resolves the IP to use for an ARecord from the Ingress load-balancer status.
Returns the first non-empty ip field found in status.loadBalancer.ingress.
Hostname-only entries (no IP) are ignored; a warning is logged for each.