Documentation ¶
Overview ¶
Package helm.
Copyright © 2023 zcubbs https://github.com/zcubbs
Package helm.
Copyright © 2023 zcubbs https://github.com/zcubbs
Package helm.
Copyright © 2023 zcubbs https://github.com/zcubbs
Package helm.
Copyright © 2023 zcubbs https://github.com/zcubbs
Index ¶
- Constants
- func GetAllReleases(kubeconfig string) ([]*release.Release, error)
- func Install(debug bool) error
- func InstallChart(options InstallChartOptions) error
- func IsHelmInstalled() (bool, error)
- func RepoAdd(name, url string, debug bool) error
- func RepoUpdate(debug bool) error
- func UninstallChart(kubeconfig, name, namespace string, debug bool) error
- type InstallChartOptions
Constants ¶
View Source
const ( TmpHelmScript = "/tmp/get_helm.sh" InstallScriptUrl = "https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3" )
Variables ¶
This section is empty.
Functions ¶
func InstallChart ¶
func InstallChart(options InstallChartOptions) error
func IsHelmInstalled ¶
func UninstallChart ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.