usage:="Filename, directory, or URL to a file containing the resource to delete"
usage:="Filename, directory, or URL to a file containing the resource to delete."
kubectl.AddJsonFilenameFlag(cmd,&filenames,usage)
kubectl.AddJsonFilenameFlag(cmd,&filenames,usage)
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,"[-all] to select all the specified resources")
cmd.Flags().Bool("all",false,"[-all] to select all the specified resources.")
cmd.Flags().Bool("ignore-not-found",false,"Treat \"resource not found\" as a successful delete.")
cmd.Flags().Bool("cascade",true,"If true, cascade the delete resources managed by this resource (e.g. Pods created by a ReplicationController). Default true.")
cmd.Flags().Bool("cascade",true,"If true, cascade the delete resources managed by this resource (e.g. Pods created by a ReplicationController). Default true.")
cmd.Flags().Int("grace-period",-1,"Period of time in seconds given to the resource to terminate gracefully. Ignored if negative.")
cmd.Flags().Int("grace-period",-1,"Period of time in seconds given to the resource to terminate gracefully. Ignored if negative.")