Documentation ¶ Index ¶ type CLI func (cli CLI) Pull(ctx context.Context, opts PullOptions) error func (CLI) Render(ctx context.Context, w io.Writer, chartPath string, values map[string]any) error type PullOptions type PullRenderer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CLI ¶ type CLI struct { internal.IO } func (CLI) Pull ¶ func (cli CLI) Pull(ctx context.Context, opts PullOptions) error func (CLI) Render ¶ func (CLI) Render(ctx context.Context, w io.Writer, chartPath string, values map[string]any) error type PullOptions ¶ type PullOptions struct { ChartURL string Version string OutputDir string } type PullRenderer ¶ type PullRenderer interface { Pull(context.Context, PullOptions) error Render(context.Context, io.Writer, string, map[string]any) error } Source Files ¶ View all Source files helm.go Click to show internal directories. Click to hide internal directories.