Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getMatchAllCluster (0.11 sec)

  1. istioctl/pkg/writer/envoy/configdump/listener.go

    				}
    				return fmt.Sprintf("Cluster: %s", tcpProxy.GetCluster())
    			}
    		}
    	}
    	return "Non-HTTP/Non-TCP"
    }
    
    func describeRouteConfig(route *route.RouteConfiguration) string {
    	if cluster := getMatchAllCluster(route); cluster != "" {
    		return cluster
    	}
    	vhosts := []string{}
    	for _, vh := range route.GetVirtualHosts() {
    		if describeDomains(vh) == "" {
    			vhosts = append(vhosts, describeRoutes(vh))
    		} else {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Nov 29 12:37:14 UTC 2023
    - 18.1K bytes
    - Viewed (0)
Back to top