var deleteLong …
var deleteExample …
type DeleteOptions …
func NewCmdDelete(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command { … }
func (o *DeleteOptions) Complete(f cmdutil.Factory, args []string, cmd *cobra.Command) error { … }
func (o *DeleteOptions) Validate() error { … }
func (o *DeleteOptions) RunDelete(f cmdutil.Factory) error { … }
func (o *DeleteOptions) DeleteResult(r *resource.Result) error { … }
func (o *DeleteOptions) deleteResource(info *resource.Info, deleteOptions *metav1.DeleteOptions) (runtime.Object, error) { … }
func (o *DeleteOptions) PrintObj(info *resource.Info) { … }
func (o *DeleteOptions) confirmation(infos []*resource.Info) bool { … }