Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for edsConfigCmd (0.27 sec)

  1. istioctl/pkg/proxyconfig/proxyconfig.go

    		"Envoy config dump JSON file")
    
    	return endpointConfigCmd
    }
    
    // edsConfigCmd is a command to dump EDS output. This differs from "endpoints" which pulls from /clusters.
    // Notably, this shows metadata and locality, while clusters shows outlier health status
    func edsConfigCmd(ctx cli.Context) *cobra.Command {
    	var podName, podNamespace string
    
    	endpointConfigCmd := &cobra.Command{
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Apr 16 03:28:36 GMT 2024
    - 48K bytes
    - Viewed (0)
Back to top