Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. istioctl/pkg/proxyconfig/proxyconfig.go

    			}
    		},
    		ValidArgsFunction: completion.ValidPodsNameArgs(ctx),
    	}
    
    	bootstrapConfigCmd.Flags().StringVarP(&outputFormat, "output", "o", jsonOutput, "Output format: one of json|yaml|short")
    	bootstrapConfigCmd.PersistentFlags().StringVarP(&configDumpFile, "file", "f", "",
    		"Envoy config dump JSON file")
    
    	return bootstrapConfigCmd
    }
    
    func secretConfigCmd(ctx cli.Context) *cobra.Command {
    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