You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().StringP("selector", "l", "", "Selector (label query) to filter on")
75
74
cmd.Flags().Bool("all", false, "[-all] to select all the specified resources")
75
+
cmd.Flags().Bool("ignore-not-found", false, "Treat \"resource not found\" as success")
76
76
cmd.Flags().Bool("cascade", true, "If true, cascade the delete resources managed by this resource (e.g. Pods created by a ReplicationController). Default true.")
77
77
cmd.Flags().Int("grace-period", -1, "Period of time in seconds given to the resource to terminate gracefully. Ignored if negative.")
0 commit comments