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("ignore-not-found",false,"Treat \"resource not found\" as a successful stop.")
cmd.Flags().Int("grace-period",-1,"Period of time in seconds given to the resource to terminate gracefully. Ignored if negative.")
cmd.Flags().Duration("timeout",0,"The length of time to wait before giving up on a delete, zero means determine a timeout from the size of the object")