- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for unexpandDomains (0.11 sec)
-
istioctl/pkg/writer/envoy/configdump/route.go
withoutPort = append(withoutPort, d) } } } withoutPort = unexpandDomains(withoutPort) if len(withoutPort) > maximum { ret := strings.Join(withoutPort[:maximum], ", ") return fmt.Sprintf("%s + %d more...", ret, len(withoutPort)-maximum) } return strings.Join(withoutPort, ", ") } func unexpandDomains(domains []string) []string { unique := sets.New(domains...)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 08 20:44:50 UTC 2024 - 7.2K bytes - Viewed (0)