Documentation ¶
Index ¶
- func Init(opts InitOptions) error
- func Install(ctx context.Context, chart, releaseName string, opts InstallOptions) error
- func IsErrReleaseNotFound(err error) bool
- func NewActionConfig(envSettings *cli.EnvSettings) *action.Configuration
- func NewEnvSettings(namespace string) (res *cli.EnvSettings)
- func Rollback(releaseName string, opts RollbackOptions) error
- func Status(releaseName string, opts StatusOptions) (*release.Release, error)
- func Upgrade(ctx context.Context, chart, releaseName string, opts UpgradeOptions) error
- type InitOptions
- type InstallOptions
- type RollbackOptions
- type StatusOptions
- type UpgradeOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(opts InitOptions) error
func Install ¶
func Install(ctx context.Context, chart, releaseName string, opts InstallOptions) error
func IsErrReleaseNotFound ¶
func NewActionConfig ¶
func NewActionConfig(envSettings *cli.EnvSettings) *action.Configuration
func NewEnvSettings ¶
func NewEnvSettings(namespace string) (res *cli.EnvSettings)
func Rollback ¶
func Rollback(releaseName string, opts RollbackOptions) error
Types ¶
type InitOptions ¶
type InitOptions struct {
Debug bool
}
type InstallOptions ¶
type RollbackOptions ¶
type StatusOptions ¶
Click to show internal directories.
Click to hide internal directories.