helm

package
v0.0.0-...-fa6c17c Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InstallHelmChart

func InstallHelmChart(ctx context.Context, fs billy.Filesystem, opts *InstallOptions) (map[string]runtime.Object, error)

Types

type HelmChart

type HelmChart struct {
	// URL is the Chart repository
	URL string
	// Name of the chart at the remote repository
	Name string
	// Version defines the version of the chart at the remote repository
	Version string
}

type InstallOptions

type InstallOptions struct {
	Chart     HelmChart
	Profile   string
	Namespace string
}

Jump to

Keyboard shortcuts

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