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
UseReleaseName bool
// contains filtered or unexported fields
}
func NewInstall ¶
func NewInstall(cfg *Configuration) *Install
func (*Install) RunWithContext ¶
func (*Install) ValidateName ¶
type UnInstall ¶
type UnInstall struct {
ReleaseName string
DryRun bool
Timeout time.Duration
// contains filtered or unexported fields
}
func NewUnInstall ¶
func NewUnInstall(cfg *Configuration) *UnInstall
type Upgrade ¶
type Upgrade struct {
ReleaseName string
// contains filtered or unexported fields
}
func NewUpgrade ¶
func NewUpgrade(cfg *Configuration) *Upgrade
func (*Upgrade) RunWithContext ¶
func (*Upgrade) ValidateName ¶
Click to show internal directories.
Click to hide internal directories.