Documentation ¶ Index ¶ func Checkout(url, path string) error func ImportHelmChart(helmChart HelmChart, out string) error func InitHelmConcept(chart HelmChart, out string) error type HelmChart func (hc HelmChart) Requirement() string type HelmRepo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Checkout ¶ func Checkout(url, path string) error Checks out the given repository to the given directory and returns the path func ImportHelmChart ¶ func ImportHelmChart(helmChart HelmChart, out string) error func InitHelmConcept ¶ func InitHelmConcept(chart HelmChart, out string) error Types ¶ type HelmChart ¶ type HelmChart struct { Repo HelmRepo Name string Version string } func (HelmChart) Requirement ¶ func (hc HelmChart) Requirement() string type HelmRepo ¶ added in v0.8.1 type HelmRepo helm.Repo Source Files ¶ View all Source files checkout.goimport.go Click to show internal directories. Click to hide internal directories.