cmd.Flags().Bool("overwrite",false,"If true, allow labels to be overwritten, otherwise reject label updates that overwrite existing labels.")
cmd.Flags().Bool("overwrite",false,"If true, allow labels to be overwritten, otherwise reject label updates that overwrite existing labels.")
cmd.Flags().Bool("local",false,"If true, label will NOT contact api-server but run locally.")
cmd.Flags().StringP("selector","l","","Selector (label query) to filter on")
cmd.Flags().StringP("selector","l","","Selector (label query) to filter on")
cmd.Flags().Bool("all",false,"select all resources in the namespace of the specified resource types")
cmd.Flags().Bool("all",false,"select all resources in the namespace of the specified resource types")
cmd.Flags().String("resource-version","","If non-empty, the labels update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource.")
cmd.Flags().String("resource-version","","If non-empty, the labels update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource.")