Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
// contains filtered or unexported fields
}
Cmd is the helm command to execute.
func New ¶
func New(logger log.FieldLogger) (*Cmd, error)
New creates a new instance of Cmd through which to execute helm.
func NewV3 ¶ added in v0.31.0
func NewV3(logger log.FieldLogger) (*Cmd, error)
NewV3 creates a new instance of Cmd through which to execute helm3.
func (*Cmd) RunCommandRaw ¶ added in v0.31.0
RunCommandRaw runs any given helm command returning raw output.
func (*Cmd) RunGenericCommand ¶
RunGenericCommand runs any given helm command.
Click to show internal directories.
Click to hide internal directories.