Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Installer ¶
type Installer struct { Settings *cli.EnvSettings Getters getter.Providers ActionConfig *action.Configuration }
Installer implement the HelmInstaller interface.
func NewInstaller ¶
NewInstaller creates a new Helm backed Installer for repo resources.
func (*Installer) InstallChart ¶
InstallChart takes a repo's name and a chart name and installs it. If namespace is not empty it will install into that namespace and create the namespace. Version is required.
type Options ¶
type Options struct { Namespace string RESTClientGetter genericclioptions.RESTClientGetter }
Options defines options for the Helm Installer.
Click to show internal directories.
Click to hide internal directories.