Documentation ¶
Overview ¶
Package kcstatuscontroller contains a controller that is responsible for managing the basic parts of the KubermaticConfigurationStatus:
- status.kubermaticVersion
- status.kubermaticEdition
Index ¶
Constants ¶
View Source
const (
// ControllerName is the name of this controller.
ControllerName = "kkp-kc-status-controller"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reconciler ¶
type Reconciler struct { ctrlruntimeclient.Client // contains filtered or unexported fields }
Reconciler watches the Kubermatic Configuration status and updates the Kubermatic Edition and Kubermatic Version.
Click to show internal directories.
Click to hide internal directories.