helm

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2021 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLatestChartMinorVersion added in v1.0.0

func GetLatestChartMinorVersion(repoURI, chartName string, stable bool, major, minor int64) (string, error)

func GetLatestChartVersion added in v0.10.3

func GetLatestChartVersion(repoURI, chartName string, stable bool) (string, error)

Types

type Installer

type Installer struct {
	KubeConfig  string
	KubeContext string
	ChartUri    string
	Namespace   string
	ReleaseName string
	ValuesFile  string
	Values      map[string]string
	Verbose     bool
	DryRun      bool
	Wait        bool // if true Helm install will wait for all Pods and Services to be in a ready state before returning
	Output      io.Writer
}

func (Installer) ExecuteHelmTest added in v1.1.0

func (i Installer) ExecuteHelmTest() error

func (Installer) GetRenderedManifests added in v1.1.0

func (i Installer) GetRenderedManifests(ctx context.Context) ([]byte, error)

func (Installer) InstallChart

func (i Installer) InstallChart(ctx context.Context) error

type Uninstaller

type Uninstaller struct {
	KubeConfig  string
	KubeContext string
	Namespace   string
	ReleaseName string
	Verbose     bool
	DryRun      bool
}

func (Uninstaller) UninstallChart

func (i Uninstaller) UninstallChart(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL