Documentation
¶
Index ¶
Constants ¶
View Source
const (
HelmKindName = "HelmChart"
)
Variables ¶
This section is empty.
Functions ¶
func ModifyImageRegistry ¶ added in v0.2.0
func ValidateChartValues ¶
Types ¶
type AddonHandler ¶ added in v0.3.0
type AddonHandler struct {
// contains filtered or unexported fields
}
func (*AddonHandler) OnAddonJobChange ¶ added in v0.3.0
OnAddonJobChange helps to sync associated helm job status to addon status
func (*AddonHandler) OnChange ¶ added in v0.3.0
func (h *AddonHandler) OnChange(_ string, addon *mgmtv1.ManagedAddon) (*mgmtv1.ManagedAddon, error)
type SettingHandler ¶ added in v0.2.0
type SettingHandler struct {
AddonHandler *AddonHandler
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.