Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PassthroughCluster (0.09 sec)

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

    	a, ok := action.(*route.Route_Route)
    	if !ok {
    		return false
    	}
    	cl, ok := a.Route.ClusterSpecifier.(*route.RouteAction_Cluster)
    	if !ok {
    		return false
    	}
    	return cl.Cluster == pilot_util.PassthroughCluster
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 08 20:44:50 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top