Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PrintEcds (0.15 sec)

  1. istioctl/pkg/proxyconfig/proxyconfig.go

    			if err != nil {
    				return err
    			}
    
    			switch outputFormat {
    			case summaryOutput:
    				return configWriter.PrintEcdsSummary()
    			case jsonOutput, yamlOutput:
    				return configWriter.PrintEcds(outputFormat)
    			default:
    				return fmt.Errorf("output format %q not supported", outputFormat)
    			}
    		},
    		ValidArgsFunction: completion.ValidPodsNameArgs(ctx),
    	}
    
    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