Documentation
¶
Index ¶
- func NewMappingCmd(kubeConfigFlags *genericclioptions.ConfigFlags, ...) *cobra.Command
- func NewPatchCmd(kubeConfigFlags *genericclioptions.ConfigFlags, ...) *cobra.Command
- func NewPlanCmd(kubeConfigFlags *genericclioptions.ConfigFlags) *cobra.Command
- func NewPlanVMCmd(kubeConfigFlags *genericclioptions.ConfigFlags) *cobra.Command
- func NewProviderCmd(kubeConfigFlags *genericclioptions.ConfigFlags) *cobra.Command
- type GlobalConfigGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMappingCmd ¶
func NewMappingCmd(kubeConfigFlags *genericclioptions.ConfigFlags, globalConfig GlobalConfigGetter) *cobra.Command
NewMappingCmd creates the mapping patch command with subcommands
func NewPatchCmd ¶
func NewPatchCmd(kubeConfigFlags *genericclioptions.ConfigFlags, globalConfig GlobalConfigGetter) *cobra.Command
NewPatchCmd creates the patch command with subcommands
func NewPlanCmd ¶
func NewPlanCmd(kubeConfigFlags *genericclioptions.ConfigFlags) *cobra.Command
NewPlanCmd creates the patch plan command
func NewPlanVMCmd ¶ added in v0.1.28
func NewPlanVMCmd(kubeConfigFlags *genericclioptions.ConfigFlags) *cobra.Command
NewPlanVMCmd creates the patch planvm command
func NewProviderCmd ¶
func NewProviderCmd(kubeConfigFlags *genericclioptions.ConfigFlags) *cobra.Command
NewProviderCmd creates the patch provider command
Types ¶
type GlobalConfigGetter ¶ added in v0.1.50
type GlobalConfigGetter = config.InventoryConfigWithKubeFlags
GlobalConfigGetter is a type alias for the shared config interface. This maintains backward compatibility while using the centralized interface definition.
Click to show internal directories.
Click to hide internal directories.