Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartPathOptions ¶ added in v1.2.2
type ChartPathOptions struct { Version string // --version RepoURL string // --repo Username string // --username Password string // --password }
func (*ChartPathOptions) LocateChart ¶ added in v1.2.2
func (c *ChartPathOptions) LocateChart(name string, settings *cli.EnvSettings) (string, error)
LocateChart returns a filename of tgz
type Configuration ¶
type Configuration struct { }
type Install ¶
type Install struct { ChartPathOptions ReleaseName string GenerateName bool NameTemplate string DryRun bool Force bool UseReleaseName bool // contains filtered or unexported fields }
func NewInstall ¶
func NewInstall(cfg *Configuration) *Install
func (*Install) NameAndChart ¶ added in v1.0.3
func (*Install) RunWithContext ¶
func (*Install) ValidateName ¶
type List ¶ added in v1.2.2
type List struct { ReleaseName string // contains filtered or unexported fields }
func NewList ¶ added in v1.2.2
func NewList(cfg *Configuration) *List
type UnInstall ¶
type UnInstall struct { ReleaseName string DryRun bool CleanInstance bool Timeout time.Duration // contains filtered or unexported fields }
func NewUnInstall ¶
func NewUnInstall(cfg *Configuration) *UnInstall
type Upgrade ¶
type Upgrade struct { ChartPathOptions ReleaseName string Force bool // contains filtered or unexported fields }
func NewUpgrade ¶
func NewUpgrade(cfg *Configuration) *Upgrade
func (*Upgrade) NameAndChart ¶
func (*Upgrade) RunWithContext ¶
func (*Upgrade) ValidateName ¶
Click to show internal directories.
Click to hide internal directories.