Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDelete ¶ added in v0.0.15
Types ¶
type DeleteFlags ¶ added in v0.0.15
type DeleteFlags struct { }
func NewDeleteFlags ¶ added in v0.0.15
func NewDeleteFlags() *DeleteFlags
The defaults are determined here
func (*DeleteFlags) AddFlags ¶ added in v0.0.15
func (r *DeleteFlags) AddFlags(cmd *cobra.Command)
AddFlags add flags tp the command
func (*DeleteFlags) ToOptions ¶ added in v0.0.15
func (r *DeleteFlags) ToOptions(cmd *cobra.Command, f util.Factory, streams *genericclioptions.IOStreams) (*DeleteOptions, error)
ToOptions renders the options based on the flags that were set and will be the base context used to run the command
type DeleteOptions ¶ added in v0.0.15
type DeleteOptions struct { Factory util.Factory Streams *genericclioptions.IOStreams }
func (*DeleteOptions) Run ¶ added in v0.0.15
func (r *DeleteOptions) Run(ctx context.Context, args []string) error
func (*DeleteOptions) Validate ¶ added in v0.0.15
func (r *DeleteOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.