Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmChartInterface ¶
type HelmChartInterface interface {
GetAPIVersion() string
GetChartName() string
GetChartVersion() string
GetReleaseName() string
GetDirName() string
GetNamespace() string
GetUpgradeFlags() []string
GetWeight() int64
GetHelmVersion() string
GetBuilderValues() (map[string]interface{}, error)
SetChartNamespace(namespace string)
}
HelmChartInterface represents any kots.io HelmChart (v1beta1 or v1beta2)
Click to show internal directories.
Click to hide internal directories.