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, namespace string) error Render(releaseName string, chart string, valuesPaths []string, setValues []string, namespace string, debug bool) (string, error) GetReleaseValues(releaseName string) (utils.Values, error) DeleteRelease(releaseName string) error ListReleasesNames() ([]string, error) IsReleaseExists(releaseName string) (bool, error) }
Click to show internal directories.
Click to hide internal directories.