Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { }
type Install ¶
type Install struct { 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 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 ¶
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.