Documentation ¶
Index ¶
- type Commands
- func (hc *Commands) AddRepository(repoCfg k0sv1beta1.Repository) error
- func (hc *Commands) InstallChart(chartName string, version string, namespace string, ...) (*release.Release, error)
- func (hc *Commands) ListReleases(namespace string) ([]*release.Release, error)
- func (hc *Commands) UninstallRelease(releaseName string, namespace string) error
- func (hc *Commands) UpgradeChart(chartName string, version string, releaseName string, namespace string, ...) (*release.Release, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commands ¶
type Commands struct {
// contains filtered or unexported fields
}
Commands run different helm command in the same way as CLI tool
func NewCommands ¶
NewCommands builds new Commands instance with default values
func (*Commands) AddRepository ¶
func (hc *Commands) AddRepository(repoCfg k0sv1beta1.Repository) error
func (*Commands) InstallChart ¶
func (*Commands) ListReleases ¶
func (*Commands) UninstallRelease ¶
Click to show internal directories.
Click to hide internal directories.