helm

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2019 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Default = &Helm{}
)

Functions

This section is empty.

Types

type Helm

type Helm struct {
}

func (*Helm) AddFlags

func (g *Helm) AddFlags(fs *flag.FlagSet)

func (*Helm) Cmd

func (g *Helm) Cmd(ctx context.Context, args ...string) *exec.Cmd

func (*Helm) Complete

func (g *Helm) Complete() error

func (*Helm) Init

func (g *Helm) Init(ctx context.Context, clientOnly bool, args ...string) *exec.Cmd

func (*Helm) InitE

func (g *Helm) InitE(ctx context.Context, clientOnly bool, args ...string) error

func (*Helm) Package

func (g *Helm) Package(ctx context.Context, target, outputDir string, args ...string) *exec.Cmd

Package will construct a new exec.Cmd that will run "helm package"

func (*Helm) PackageE

func (g *Helm) PackageE(ctx context.Context, target string, outputDir string, args ...string) (string, error)

func (*Helm) Template

func (g *Helm) Template(ctx context.Context, output io.Writer, target string, args ...string) *exec.Cmd

func (*Helm) TemplateE

func (g *Helm) TemplateE(ctx context.Context, target string, args ...string) (string, error)

func (*Helm) Validate

func (g *Helm) Validate() []error

Jump to

Keyboard shortcuts

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