Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EC (0.13 sec)

  1. istioctl/pkg/proxyconfig/proxyconfig.go

    }
    
    func ecdsConfigCmd(ctx cli.Context) *cobra.Command {
    	var podName, podNamespace string
    
    	ecdsConfigCmd := &cobra.Command{
    		Use:     "ecds [<type>/]<name>[.<namespace>]",
    		Aliases: []string{"ec"},
    		Short:   "Retrieves typed extension configuration for the Envoy in the specified pod",
    		Long:    `Retrieve information about typed extension configuration for the Envoy instance in the specified pod.`,
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 16 03:28:36 GMT 2024
    - 48K bytes
    - Viewed (0)
Back to top