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) }
Click to show internal directories.
Click to hide internal directories.