helm

package
v0.38.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetVerboseHelmLogging added in v0.37.0

func SetVerboseHelmLogging(enable bool)

SetVerboseHelmLogging controls an environment variable which signals whether or not the stdout output from Helm should be included as DEBUG level logs or not. True turns them on, false turns them off.

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 (*Cmd) Close

func (c *Cmd) Close() error

Close is a no-op.

func (*Cmd) RunCommandRaw added in v0.31.0

func (c *Cmd) RunCommandRaw(arg ...string) ([]byte, error)

RunCommandRaw runs any given helm command returning raw output.

func (*Cmd) RunGenericCommand

func (c *Cmd) RunGenericCommand(arg ...string) error

RunGenericCommand runs any given helm command.

Jump to

Keyboard shortcuts

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