Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helm ¶
type Helm interface { // CreateFromRepository creates a Helm install from a repository Create(kubeConfig, name, namespace string, createNamespace bool, skipCRDs bool, chart, version, valuesPath string, valuesString map[string]string) error // Destroy the given chart Destroy(kubeConfig, name, namespace string) error //UpsertChartRepository configures the remote chart repository UpsertChartRepository(name, url string) error }
Helm defines an interface for a client which can manage Helm charts
Click to show internal directories.
Click to hide internal directories.