- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for describeDomains (0.18 sec)
-
istioctl/pkg/writer/envoy/configdump/listener.go
return cluster } vhosts := []string{} for _, vh := range route.GetVirtualHosts() { if describeDomains(vh) == "" { vhosts = append(vhosts, describeRoutes(vh)) } else { vhosts = append(vhosts, fmt.Sprintf("%s %s", describeDomains(vh), describeRoutes(vh))) } } return fmt.Sprintf("Inline Route: %s", strings.Join(vhosts, "; ")) }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Nov 29 12:37:14 UTC 2023 - 18.1K bytes - Viewed (0)