Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface { SetExtraArgs(args ...string) AddRepo(name, repository, certfile, keyfile string) error UpdateRepo() error UpdateDeps(chart string) error SyncRelease(name, chart string, flags ...string) error DiffRelease(name, chart string, flags ...string) error ReleaseStatus(name string) error DeleteRelease(name string) error DecryptSecret(name string) (string, error) }
Interface for executing helm commands
Click to show internal directories.
Click to hide internal directories.