Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HelmReleaseNameHashLabel = "addons.cluster.x-k8s.io/helm-release-name-hash" ClusterNamespaceLabel = clusterv1.ClusterNamespaceAnnotation )
Functions ¶
func NewHelmAddonApplier ¶
func NewHelmAddonApplier( config *HelmAddonConfig, client ctrlclient.Client, helmChart *lifecycleconfig.HelmChart, ) *helmAddonApplier
Types ¶
type HelmAddonConfig ¶
type HelmAddonConfig struct {
// contains filtered or unexported fields
}
func NewHelmAddonConfig ¶
func NewHelmAddonConfig( defaultValuesTemplateConfigMapName string, defaultHelmReleaseNamespace string, defaultHelmReleaseName string, ) *HelmAddonConfig
Click to show internal directories.
Click to hide internal directories.