Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetRouteConfigName (0.4 sec)

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

    				return err.Error()
    			}
    			if httpProxy.GetRouteConfig() != nil {
    				return describeRouteConfig(httpProxy.GetRouteConfig())
    			}
    			if httpProxy.GetRds().GetRouteConfigName() != "" {
    				return fmt.Sprintf("Route: %s", httpProxy.GetRds().GetRouteConfigName())
    			}
    			return "HTTP"
    		} else if filter.Name == TCPListener {
    			if !strings.Contains(string(filter.GetTypedConfig().GetValue()), util.BlackHoleCluster) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 29 12:37:14 UTC 2023
    - 18.1K bytes
    - Viewed (0)
Back to top