Documentation ¶
Index ¶
- type Helm
- func (h *Helm) DeleteChart(name, namespace string) error
- func (h *Helm) InstallChart(name, chartPath, namespace, overridesFile string, timeout time.Duration, ...) error
- func (h *Helm) InstallChartWithValues(name, chartPath, namespace string, values []string, timeout time.Duration) error
- func (h *Helm) Template(name, chartPath, namespace, templateFile string, timeout time.Duration, ...) (string, error)
- func (h *Helm) UpgradeChart(name, chartPath, namespace, overridesFile string, timeout time.Duration, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helm ¶
type Helm struct {
// contains filtered or unexported fields
}
Helm allows clients to interact with helm commands in their cluster
func (*Helm) DeleteChart ¶
DeleteChart deletes the specified chart with its given name in the given namespace
func (*Helm) InstallChart ¶
func (h *Helm) InstallChart(name, chartPath, namespace, overridesFile string, timeout time.Duration, args ...string) error
InstallChart installs the specified chart with its given name to the given namespace
func (*Helm) InstallChartWithValues ¶
func (h *Helm) InstallChartWithValues(name, chartPath, namespace string, values []string, timeout time.Duration) error
InstallChartWithValues installs the specified chart with its given name to the given namespace
Click to show internal directories.
Click to hide internal directories.