kymahelm

package
v0.0.0-...-cc7cbc4 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelmClient

type HelmClient interface {
	ListReleases(namespace string) ([]*release.Release, error)
	InstallReleaseFromChart(chartDir, releaseName string, namespace string, overrides map[string]interface{}, profile string) (*release.Release, error)
	UpdateReleaseFromChart(chartDir, releaseName string, namespace string, overrides map[string]interface{}, profile string) (*release.Release, error)
	DeleteRelease(releaseName string, namespace string) (*release.UninstallReleaseResponse, error)
	ReleaseStatus(releaseName string, namespace string) (*release.Release, error)
}

func NewClient

func NewClient(config *rest.Config, driver string, installationTimeout int64) (HelmClient, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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