is_loadbalancer_service

Function is_loadbalancer_service 

Source
pub fn is_loadbalancer_service(svc: &Service) -> bool
Expand description

Returns true if the Service is of type LoadBalancer.

ClusterIP and NodePort services have no routable external IP, so Scout silently skips them without warning.