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 ConfigConnectorContextReconciler ¶
type ConfigConnectorContextReconciler struct {
// contains filtered or unexported fields
}
ConfigConnectorContextReconciler reconciles a ConfigConnectorContext object.
From the high level, the ConfigConnectorContextReconciler 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. ConfigConnectorContextReconciler 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.