resolve_ip_from_service_lb_status

Function resolve_ip_from_service_lb_status 

Source
pub fn resolve_ip_from_service_lb_status(svc: &Service) -> Option<String>
Expand description

Extracts the first non-empty IP from the Service’s LoadBalancer status.

Returns None if the status has no entries, or the first entry has no IP (hostname-only entries are ignored). Scout re-queues and waits for the cloud provider to assign an external IP.