Documentation ¶
Index ¶
- Constants
- func AddHelmRepository(name, url, username, password, certFile, keyFile, caFile string, ...) error
- func GetChart(client *action.Install, name string) (*chart.Chart, error)
- func GetHelmRelease(ns string) ([]*release.Release, error)
- func GetHelmRepositoryList() []*repo.Entry
- func Install(ioStreams cmdutil.IOStreams, ...) error
- func InstallHelmChart(ioStreams cmdutil.IOStreams, c types.Chart) error
- func IsHelmReleaseRunning(releaseName, chartName, ns string, streams cmdutil.IOStreams) bool
- func IsHelmRepositoryExist(name, url string) bool
- func NewHelmInstall(version, namespace, releaseName string) (*action.Install, error)
- func NewHelmUninstall(namespace string) (*action.Uninstall, error)
- func Uninstall(ioStreams cmdutil.IOStreams, chartName, namespace, releaseName string) error
Constants ¶
View Source
const VelaDebugLog = "VELA_DEBUG"
VelaDebugLog defines an ENV to set vela helm install log to be debug
Variables ¶
This section is empty.
Functions ¶
func AddHelmRepository ¶
func AddHelmRepository(name, url, username, password, certFile, keyFile, caFile string, insecureSkipTLSverify bool, out io.Writer) error
AddHelmRepository add helm repo
func GetHelmRelease ¶
GetHelmRelease will get helm release
func GetHelmRepositoryList ¶
GetHelmRepositoryList get the helm repo list from default setting
func Install ¶
func Install(ioStreams cmdutil.IOStreams, repoName, repoURL, chartName, version, namespace, releaseName string, vals map[string]interface{}) error
Install will install helm chart
func InstallHelmChart ¶ added in v0.1.1
InstallHelmChart will install helm chart from types.Chart
func IsHelmReleaseRunning ¶
IsHelmReleaseRunning check helm release running
func IsHelmRepositoryExist ¶
IsHelmRepositoryExist will check help repo exists
func NewHelmInstall ¶
NewHelmInstall will create a install client for helm install
func NewHelmUninstall ¶
NewHelmUninstall will create a helm uninstall client
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.