Documentation ¶
Index ¶
- func CreateApplyOptions(configFlags *genericclioptions.ConfigFlags, manifests []string, version string) (*apply.ApplyOptions, error)
- func InstallAddons(kubeConf *common.KubeConf, addon *kubekeyapiv1alpha2.Addon, kubeConfig string) error
- func InstallChart(kubeConf *common.KubeConf, addon *kubekeyapiv1alpha2.Addon, kubeConfig string) error
- func InstallYaml(manifests []string, namespace, kubeConfig, version string) error
- func NewConfigFlags(kubeconfig, namespace string) *genericclioptions.ConfigFlags
- func NewMatchVersionFlags(delegate genericclioptions.RESTClientGetter) *cmdutil.MatchVersionFlags
- func ToOptions(flags *apply.ApplyFlags, manifests []string, version string) (*apply.ApplyOptions, error)
- type AddonModule
- type AddonsModule
- type Install
- type InstallAddon
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateApplyOptions ¶
func CreateApplyOptions(configFlags *genericclioptions.ConfigFlags, manifests []string, version string) (*apply.ApplyOptions, error)
func InstallAddons ¶
func InstallChart ¶
func InstallYaml ¶
func NewConfigFlags ¶
func NewConfigFlags(kubeconfig, namespace string) *genericclioptions.ConfigFlags
func NewMatchVersionFlags ¶
func NewMatchVersionFlags(delegate genericclioptions.RESTClientGetter) *cmdutil.MatchVersionFlags
func ToOptions ¶
func ToOptions(flags *apply.ApplyFlags, manifests []string, version string) (*apply.ApplyOptions, error)
Types ¶
type AddonModule ¶ added in v3.1.2
type AddonModule struct { common.KubeModule // contains filtered or unexported fields }
func (*AddonModule) Init ¶ added in v3.1.2
func (s *AddonModule) Init()
type AddonsModule ¶
type AddonsModule struct { common.KubeModule Skip bool }
func (*AddonsModule) Init ¶
func (a *AddonsModule) Init()
func (*AddonsModule) IsSkip ¶
func (a *AddonsModule) IsSkip() bool
type Install ¶
type Install struct {
common.KubeAction
}
type InstallAddon ¶ added in v3.1.2
type InstallAddon struct { common.KubeAction // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.