helm

package
v0.0.0-...-1ce84de Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LocateChartPath

func LocateChartPath(repoURL, username, password, name, version string, verify bool, keyring,
	certFile, keyFile, caFile string) (string, error)

locateChartPath looks for a chart directory in known places, and returns either the full path or an error.

This does not ensure that the chart is well-formed; only that the requested filename exists.

Order of resolution: - current working directory - if path is absolute or begins with '.', error out here - chart repos in $HELM_HOME - URL

If 'verify' is true, this will attempt to also verify the chart.

func MergeValues

func MergeValues(dest map[string]interface{}, src map[string]interface{}) map[string]interface{}

Copied from Helm.

Types

This section is empty.

Jump to

Keyboard shortcuts

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