Documentation ¶
Index ¶
Constants ¶
View Source
const ( // WaitingForClusterCondition represents the condition type for waiting for parent cluster WaitingForClusterCondition string = "WaitingForCluster" // CAPTClusterFinalizer is the finalizer added to CAPTCluster instances CAPTClusterFinalizer = "infrastructure.cluster.x-k8s.io/captcluster" // ClusterNameLabel is the label used to identify the cluster name ClusterNameLabel = "cluster.x-k8s.io/cluster-name" )
View Source
const ( // ControlPlaneInitializedCondition represents the condition type for control plane initialization ControlPlaneInitializedCondition v1beta1.ConditionType = "ControlPlaneInitialized" // InfrastructureReadyCondition represents the condition type for infrastructure readiness InfrastructureReadyCondition v1beta1.ConditionType = "InfrastructureReady" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
Reconciler reconciles a CAPTCluster object
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.