Documentation
¶
Index ¶
- func DeleteRelease(client *helm.Client, releaseName string) (*rls.UninstallReleaseResponse, error)
- func GetRelease(client *helm.Client, releaseName string) (*rls.GetReleaseContentResponse, error)
- func InstallRelease(client *helm.Client, chartPath string, params releasesapi.CreateReleaseParams) (*rls.InstallReleaseResponse, error)
- func ListReleases(client *helm.Client, params releasesapi.GetAllReleasesParams) (*rls.ListReleasesResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteRelease ¶
DeleteRelease deletes an existing helm chart
func GetRelease ¶
GetRelease gets the information of an existing release
func InstallRelease ¶
func InstallRelease(client *helm.Client, chartPath string, params releasesapi.CreateReleaseParams) (*rls.InstallReleaseResponse, error)
InstallRelease wraps helms client installReleae method
func ListReleases ¶
func ListReleases(client *helm.Client, params releasesapi.GetAllReleasesParams) (*rls.ListReleasesResponse, error)
ListReleases returns the list of helm releases
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.