remove flags deprecated in 1.5

This commit is contained in:
David Eads
2018-04-18 14:29:20 -04:00
parent b1357da473
commit f01e16bb3e
23 changed files with 1 additions and 51 deletions

View File

@@ -142,7 +142,6 @@ func NewCmdAnnotate(f cmdutil.Factory, out io.Writer) *cobra.Command {
usage := "identifying the resource to update the annotation"
cmdutil.AddFilenameOptionFlags(cmd, &options.FilenameOptions, usage)
cmdutil.AddDryRunFlag(cmd)
cmdutil.AddInclude3rdPartyFlags(cmd)
return cmd
}