helmcli

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	NewUpgrader(flags.UpgradeFlags) (Upgrader, error)
	NewInstaller(flags.InstallFlags) (Installer, error)
	NewLister(flags.ListFlags) (Lister, error)
	NewUninstaller(flags.UninstallFlags) (Uninstaller, error)
	NewStatusGiver(flags.StatusFlags) (StatusGiver, error)
}

func New

func New() Client

type Installer

type Installer interface {
	Install(ctx context.Context, relName, chartName string, values map[string]interface{}) (*release.Release, error)
}

type Lister

type Lister interface {
	List(ctx context.Context) ([]*release.Release, error)
}

type StatusGiver added in v1.0.0

type StatusGiver interface {
	Status(ctx context.Context, releaseName string) (*release.Release, error)
}

type Uninstaller added in v1.0.0

type Uninstaller interface {
	Uninstall(ctx context.Context, releaseName string) (*release.UninstallReleaseResponse, error)
}

type Upgrader

type Upgrader interface {
	Upgrade(ctx context.Context, relName, chartName string, values map[string]interface{}) (*release.Release, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL