Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmChart ¶
type HelmChart struct { Repo string `json:"repo"` Chart string `json:"chart"` Release string `json:"release"` Namespace string `json:"namespace"` Version string `json:"version"` IncludeCRDs bool `json:"includeCRDs"` Values map[string]interface{} `json:"values"` }
func (HelmChart) DownloadChart ¶
DownloadChart downloads a chart to a local directory If untar = false, the output is a tgz file If untar = true, the chart is extracted and the tgz removed
func (HelmChart) GetChartUrl ¶
GetChartUrl gets the tgz url of a chart and version
Click to show internal directories.
Click to hide internal directories.