Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PrintEndpointsSummary (0.08 sec)

  1. istioctl/pkg/proxyconfig/proxyconfig.go

    				Address: address,
    				Port:    uint32(port),
    				Cluster: clusterName,
    				Status:  status,
    			}
    
    			switch outputFormat {
    			case summaryOutput:
    				return configWriter.PrintEndpointsSummary(filter)
    			case jsonOutput, yamlOutput:
    				return configWriter.PrintEndpoints(filter, outputFormat)
    			default:
    				return fmt.Errorf("output format %q not supported", outputFormat)
    			}
    		},
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 15:53:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
Back to top