- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IsValidIPAddress (0.07 sec)
-
istioctl/pkg/workload/workload.go
} else if len(ingress.Spec.ExternalIPs) > 0 { ingressIP = ingress.Spec.ExternalIPs[0] } // TODO: add case where the load balancer is a DNS name } } var hosts string if netutil.IsValidIPAddress(ingressIP) { hosts = fmt.Sprintf("%s %s\n", ingressIP, IstiodHost(istioNamespace, revision)) } else {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 25.3K bytes - Viewed (0)