Documentation
¶
Index ¶
- type ChartPathOptions
- type Config
- type Helm
- func (h *Helm) History(name string) (ReleaseHistory, error)
- func (h *Helm) Install(name, chart, version string, overrides []string) error
- func (h *Helm) Load(chart, version string) (string, error)
- func (h *Helm) PreInstall(name, chart, version string) error
- func (h *Helm) Rollback(name string, revision int) error
- func (h *Helm) Status(name string) (*release.Release, error)
- func (h *Helm) Uninstall(name string) error
- func (h *Helm) Upgrade(name string, chart, version string, overrides []string) error
- type ReleaseHistory
- type ReleaseInfo
- type Repo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartPathOptions ¶
type ChartPathOptions struct {
action.ChartPathOptions
}
ChartPathOptions -
func (*ChartPathOptions) LocateChart ¶
func (c *ChartPathOptions) LocateChart(name, dest string, settings *cli.EnvSettings) (string, error)
LocateChart looks for a chart directory in known places, and returns either the full path or an error.
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) ChartCache ¶
type Helm ¶
type Helm struct {
// contains filtered or unexported fields
}
Helm -
Click to show internal directories.
Click to hide internal directories.