cmd.Flags().BoolVar(f.All,"all",*f.All,"Delete all resources, including uninitialized ones, in the namespace of the specified resource types.")
cmd.Flags().BoolVar(f.All,"all",*f.All,"Delete all resources, including uninitialized ones, in the namespace of the specified resource types.")
}
}
iff.AllNamespaces!=nil{
cmd.Flags().BoolVarP(f.AllNamespaces,"all-namespaces","A",*f.AllNamespaces,"If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.")
}
iff.Force!=nil{
iff.Force!=nil{
cmd.Flags().BoolVar(f.Force,"force",*f.Force,"Only used when grace-period=0. If true, immediately remove resources from API and bypass graceful deletion. Note that immediate deletion of some resources may result in inconsistency or data loss and requires confirmation.")
cmd.Flags().BoolVar(f.Force,"force",*f.Force,"Only used when grace-period=0. If true, immediately remove resources from API and bypass graceful deletion. Note that immediate deletion of some resources may result in inconsistency or data loss and requires confirmation.")