# Constants
ControlPlaneConditionsReasonNoDataPlane is a reason which indicates that no DataPlane has been provisioned.
ConditionReasonPodsNotReady is a reason which indicates why a ControlPlane has not yet reached a fully Provisioned status.
ConditionReasonPodsReady is a reason which indicates how a ControlPlane reached fully Provisioned status.
ConditionTypeProvisioned is a condition type indicating whether or not all Deployments (or Daemonsets) for the ControlPlane have been provisioned successfully.
ControlPlaneFinalizerCleanupClusterRole is the finalizer to cleanup clusterroles owned by controlplane on deleting.
ControlPlaneFinalizerCleanupClusterRoleBinding is the finalizer to cleanup clusterrolebindings owned by controlplane on deleting.
ControlPlaneFinalizerCleanupValidatingWebhookConfiguration is the finalizer to cleanup validatingwebhookconfigurations owned by controlplane on deleting.
# Structs
Reconciler reconciles a ControlPlane object.
# Type aliases
ConditionReason are the condition reasons for ControlPlane status conditions.
ControlPlaneFinalizer defines finalizers added by controlplane controller.