Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultNamespace = "default"
)
Variables ¶
This section is empty.
Functions ¶
func LoadChartFromFS ¶
LoadChartFromFS loads a Helm chart from the filesystem
Types ¶
type PullOption ¶
type PullOption func(*pullOption)
func WithRegistryClient ¶
func WithRegistryClient(client *registry.Client) PullOption
WithRegistryClient sets the registry client to use
func WithVersion ¶
func WithVersion(v string) PullOption
WithVersion sets the version of the chart to pull
type PullResult ¶
func PullChart ¶
func PullChart(_ context.Context, repository, chartName, dstDir string, opts ...PullOption) (*PullResult, error)
PullChart pulls a helm chart to the destination directory Version defaults to "latest"
Click to show internal directories.
Click to hide internal directories.