Documentation ¶
Index ¶
- 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 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 ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddHelmRepository ¶
func GetHelmRepositoryList ¶
func IsHelmReleaseRunning ¶
func IsHelmRepositoryExist ¶
func NewHelmInstall ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.