- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ValidateIPAddress (0.12 sec)
-
istioctl/pkg/workload/workload.go
func createHosts(kubeClient kube.CLIClient, istioNamespace, ingressIP, dir string, revision string) error { // try to infer the ingress IP if the provided one is invalid if agent.ValidateIPAddress(ingressIP) != nil { p := strings.Split(ingressSvc, ".") ingressNs := istioNamespace if len(p) == 2 { ingressSvc = p[0] ingressNs = p[1] }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 25.3K bytes - Viewed (0)