Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { DryRun bool // TODO: support dry run Ui cli.Ui // HomeDir is an absolute path which most importantly contains "versions" installed from binary. Defaults to DefaultHomeDir HomeDir string // The interval and timeout used to check installation status. WaitInterval time.Duration WaitTimeout time.Duration KubeConfig string KubeContext string Components map[string]Component // contains filtered or unexported fields }
func (*Options) RESTClientGetter ¶
func (g *Options) RESTClientGetter() genericclioptions.RESTClientGetter
RESTClientGetter gets the kubeconfig from EnvSettings
func (*Options) ReloadComponents ¶
func (g *Options) ReloadComponents()
Click to show internal directories.
Click to hide internal directories.