Documentation ¶
Overview ¶
Package addoninstaller contains a controller that is responsible for making sure a set of addons that are configured via a flag on the controller-manager and are required for basic cluster functionality exist for all clusters.
Index ¶
Constants ¶
View Source
const ControllerName = "kubermatic_addoninstaller_controller"
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add( log *zap.SugaredLogger, mgr manager.Manager, numWorkers int, workerName string, kubernetesAddons kubermaticv1.AddonList, openshiftAddons kubermaticv1.AddonList, ) error
Types ¶
type Reconciler ¶
type Reconciler struct { ctrlruntimeclient.Client // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.