Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(ctx context.Context, factory util.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command
NewCommand returns a cobra command.
Types ¶
type Runner ¶
type Runner struct { Command *cobra.Command PreProcess func(info inventory.InventoryInfo, strategy common.DryRunStrategy) (inventory.InventoryPolicy, error) // contains filtered or unexported fields }
Runner contains the run function that contains the cli functionality for the destroy command.
Click to show internal directories.
Click to hide internal directories.