Add field selector support to delete, label, annotate

This commit is contained in:
Jordan Liggitt
2018-03-02 11:33:02 -05:00
parent 5b77996433
commit 8a3125bb99
5 changed files with 38 additions and 10 deletions

View File

@@ -52,8 +52,6 @@ func fakecmd() *cobra.Command {
cmdutil.CheckErr(cmdutil.ValidateOutputArgs(cmd))
},
}
cmd.Flags().StringP("selector", "l", "", "Selector (label query) to filter on, not including uninitialized ones.")
return cmd
}