Documentation ¶
Index ¶
- func AddRepository(repoName string, repoURL string) error
- func PullChart(chartName string, chartVersion string) error
- func PullChartUntarToDir(chartName string, chartVersion string, dirName string) error
- func UpgradeInstallChart(releaseName string, chartPath string, valueOpts *values.Options, ...) error
- type Pull
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddRepository ¶
AddRepository adds a repository to helm
func PullChartUntarToDir ¶
PullChartUntarToDir pulls a helm chart, untar and output to a directory
func UpgradeInstallChart ¶
func UpgradeInstallChart(releaseName string, chartPath string, valueOpts *values.Options, opts *cmdutils.InstallOpts) error
UpgradeInstallChart upgrades a existing release or creates it
Types ¶
type Pull ¶
type Pull struct { action.ChartPathOptions Settings *cli.EnvSettings // TODO: refactor this out of pkg/action Devel bool Untar bool VerifyLater bool UntarDir string DestDir string }
Pull is the action for checking a given release's information.
It provides the implementation of 'helm pull'.
Click to show internal directories.
Click to hide internal directories.