Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyCommand ¶ added in v0.3.0
func ApplyCommand(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command
Types ¶
type ApplyRunner ¶ added in v0.3.0
type ApplyRunner struct {
Command *cobra.Command
PreProcess func(info inventory.InventoryInfo, strategy common.DryRunStrategy) (inventory.InventoryPolicy, error)
Applier *apply.Applier
// contains filtered or unexported fields
}
func GetApplyRunner ¶ added in v0.3.0
func GetApplyRunner(provider provider.Provider, loader manifestreader.ManifestLoader, ioStreams genericclioptions.IOStreams) *ApplyRunner
Click to show internal directories.
Click to hide internal directories.