Documentation ¶ Index ¶ type CommandRunner func (r CommandRunner) Lint(chartDir string, valuesFiles ...string) error func (r CommandRunner) Template(releaseName string, chartDir string, out io.Writer, valuesFiles ...string) error type Runner Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CommandRunner ¶ type CommandRunner struct { Stdout io.Writer Stderr io.Writer } func (CommandRunner) Lint ¶ func (r CommandRunner) Lint(chartDir string, valuesFiles ...string) error func (CommandRunner) Template ¶ func (r CommandRunner) Template(releaseName string, chartDir string, out io.Writer, valuesFiles ...string) error type Runner ¶ type Runner interface { Lint(chartDir string, valuesFiles ...string) error Template(releaseName string, chartDir string, out io.Writer, valuesFiles ...string) error } Source Files ¶ View all Source files runner.go Click to show internal directories. Click to hide internal directories.