Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SourceLabel ¶
func SourceLabel() declarative.LabelMaker
SourceLabel returns a fixed label based on the namespace of the ConfigConnectorContext object.
Types ¶
type Reconciler ¶ added in v1.114.0
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles a ConfigConnectorContext object.
From the high level, the Reconciler watches `ConfigConnectorContext` kind and is responsible for managing the lifecycle of per-namespace KCC components (e.g. Service, StatefulSet, ServiceAccount and RoleBindings) independently with multiple workers. Reconciler also watches "NamespacedControllerResource" kind and apply customizations specified in "NamespacedControllerResource" CRs to per-namespace KCC components.
Click to show internal directories.
Click to hide internal directories.