Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmClient ¶
type HelmClient interface {
LastReleaseStatus(releaseName string) (string, string, error)
UpgradeRelease(releaseName string, chart string, valuesPaths []string, setValues []string, releaseLabels map[string]string, namespace string) error
Render(releaseName string, chart string, valuesPaths []string, setValues []string, releaseLabels map[string]string, namespace string, debug bool) (string, error)
GetReleaseValues(releaseName string) (utils.Values, error)
GetReleaseChecksum(releaseName string) (string, error)
GetReleaseLabels(releaseName, labelName string) (string, error)
DeleteRelease(releaseName string) error
ListReleasesNames() ([]string, error)
IsReleaseExists(releaseName string) (bool, error)
WithLogLabels(map[string]string)
WithExtraLabels(map[string]string)
}
Click to show internal directories.
Click to hide internal directories.