cmd.Flags().StringVarP(&options.Selector,"selector","l",options.Selector,"Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)")
cmd.Flags().StringVarP(&options.Selector,"selector","l",options.Selector,"Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)")
cmd.Flags().StringVar(&options.Raw,"raw",options.Raw,"Raw URI to POST to the server. Uses the transport specified by the kubeconfig file.")
cmd.Flags().StringVar(&options.Raw,"raw",options.Raw,"Raw URI to POST to the server. Uses the transport specified by the kubeconfig file.")
cmd.Flags().StringSlice("from-file",[]string{},"Key file can be specified using its file path, in which case file basename will be used as configmap key, or optionally with a key and file path, in which case the given key will be used. Specifying a directory will iterate each named file in the directory whose basename is a valid configmap key.")
cmd.Flags().StringSlice("from-file",[]string{},"Key file can be specified using its file path, in which case file basename will be used as configmap key, or optionally with a key and file path, in which case the given key will be used. Specifying a directory will iterate each named file in the directory whose basename is a valid configmap key.")
cmd.Flags().StringArray("from-literal",[]string{},"Specify a key and literal value to insert in configmap (i.e. mykey=somevalue)")
cmd.Flags().StringArray("from-literal",[]string{},"Specify a key and literal value to insert in configmap (i.e. mykey=somevalue)")
cmd.Flags().StringSlice("from-file",[]string{},"Key files can be specified using their file path, in which case a default name will be given to them, or optionally with a name and file path, in which case the given name will be used. Specifying a directory will iterate each named file in the directory that is a valid secret key.")
cmd.Flags().StringSlice("from-file",[]string{},"Key files can be specified using their file path, in which case a default name will be given to them, or optionally with a name and file path, in which case the given name will be used. Specifying a directory will iterate each named file in the directory that is a valid secret key.")
cmd.Flags().StringArray("from-literal",[]string{},"Specify a key and literal value to insert in secret (i.e. mykey=somevalue)")
cmd.Flags().StringArray("from-literal",[]string{},"Specify a key and literal value to insert in secret (i.e. mykey=somevalue)")