helm

package
v0.24.0 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

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
}

Jump to

Keyboard shortcuts

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