Versions in this module Expand all Collapse all v0 v0.24.0 Mar 25, 2022 Changes in this version + func NewCmdDelete(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type DeleteFlags struct + All *bool + AllNamespaces *bool + CascadingStrategy *string + FieldSelector *string + FileNameFlags *genericclioptions.FileNameFlags + Force *bool + GracePeriod *int + IgnoreNotFound *bool + LabelSelector *string + Now *bool + Output *string + Raw *string + Timeout *time.Duration + Wait *bool + func NewDeleteCommandFlags(usage string) *DeleteFlags + func NewDeleteFlags(usage string) *DeleteFlags + func (f *DeleteFlags) AddFlags(cmd *cobra.Command) + func (f *DeleteFlags) ToOptions(dynamicClient dynamic.Interface, streams genericclioptions.IOStreams) (*DeleteOptions, error) + type DeleteOptions struct + CascadingStrategy metav1.DeletionPropagation + DeleteAll bool + DeleteAllNamespaces bool + DeleteNow bool + DryRunStrategy cmdutil.DryRunStrategy + DryRunVerifier *resource.QueryParamVerifier + DynamicClient dynamic.Interface + FieldSelector string + ForceDeletion bool + GracePeriod int + IgnoreNotFound bool + LabelSelector string + Mapper meta.RESTMapper + Output string + Quiet bool + Raw string + Result *resource.Result + Timeout time.Duration + WaitForDeletion bool + WarnClusterScope bool + func (o *DeleteOptions) Complete(f cmdutil.Factory, args []string, cmd *cobra.Command) error + func (o *DeleteOptions) DeleteResult(r *resource.Result) error + func (o *DeleteOptions) PrintObj(info *resource.Info) + func (o *DeleteOptions) RunDelete(f cmdutil.Factory) error + func (o *DeleteOptions) Validate() error