helm

package
v0.28.6 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelmManager

type HelmManager struct {
	// contains filtered or unexported fields
}

func NewHelmManager

func NewHelmManager(ctx context.Context, namespace string, logger *zap.SugaredLogger) (*HelmManager, error)

NewHelmManager initializes a new HelmManager instance

func (*HelmManager) GetRelease

func (hm *HelmManager) GetRelease(releaseName string) (*release.Release, error)

GetRelease returns the Helm release for a release name

func (*HelmManager) InstallChartArchive

func (hm *HelmManager) InstallChartArchive(chartBytes io.Reader, values map[string]interface{}, releaseName string, namespace string) error

InstallChartArchive installs a packaged Helm chart (tgz) to a namespace with given values and release name

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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