Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for retrieveSortedEndpointClusterSlice (0.22 sec)

  1. istioctl/pkg/writer/envoy/clusters/clusters.go

    				outlierCheck := retrieveFailedOutlierCheck(host)
    				clusterEndpoint = append(clusterEndpoint, EndpointCluster{addr, int(port), cluster.Name, status, outlierCheck})
    			}
    		}
    	}
    
    	clusterEndpoint = retrieveSortedEndpointClusterSlice(clusterEndpoint)
    	fmt.Fprintln(w, "ENDPOINT\tSTATUS\tOUTLIER CHECK\tCLUSTER")
    	for _, ce := range clusterEndpoint {
    		var endpoint string
    		if ce.port != 0 {
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Nov 03 08:41:32 GMT 2022
    - 5.8K bytes
    - Viewed (0)
Back to top