helm

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CAFileOpt added in v0.12.0

func CAFileOpt(caFile string) action.PullOpt

func ChartVersionOpt added in v0.12.0

func ChartVersionOpt(chartVersion string) action.PullOpt

func DestDirOpt added in v0.12.0

func DestDirOpt(outputDir string) action.PullOpt

func DoNotUntarOpt added in v0.12.0

func DoNotUntarOpt() action.PullOpt

func InsecureSkipTLSverifyOpt added in v0.12.0

func InsecureSkipTLSverifyOpt() action.PullOpt

func NewClient

func NewClient(out output.Output) (*Client, CleanupFunc)

func RepoURLOpt added in v0.12.0

func RepoURLOpt(repoURL string) action.PullOpt

func TempRepositoryCacheOpt added in v0.12.0

func TempRepositoryCacheOpt(tempDir string) action.PullOpt

func UsernamePasswordOpt added in v0.12.0

func UsernamePasswordOpt(username, password string) action.PullOpt

Types

type CleanupFunc

type CleanupFunc func() error

type Client

type Client struct {
	// contains filtered or unexported fields
}

func (*Client) CreateHelmRepoIndex

func (c *Client) CreateHelmRepoIndex(dir string) error

func (*Client) GetChartFromRepo

func (c *Client) GetChartFromRepo(
	outputDir, repoURL, chartName, chartVersion string,
	extraPullOpts ...action.PullOpt,
) error

func (*Client) GetChartFromURL

func (c *Client) GetChartFromURL(outputDir, chartURL, workingDir string) error

Jump to

Keyboard shortcuts

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