Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlPlaneMachineSetReconciler ¶
type ControlPlaneMachineSetReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder RESTMapper meta.RESTMapper UncachedClient client.Client // Namespace is the namespace in which the ControlPlaneMachineSet controller should operate. // Any ControlPlaneMachineSet not in this namespace should be ignored. Namespace string // OperatorName is the name of the ClusterOperator with which the controller should report // its status. OperatorName string // ReleaseVersion is the version of current cluster operator release. ReleaseVersion string // FeatureGateAccessor enables checking of enabled featuregates FeatureGateAccessor featuregates.FeatureGateAccess // contains filtered or unexported fields }
ControlPlaneMachineSetReconciler reconciles a ControlPlaneMachineSet object.
func (*ControlPlaneMachineSetReconciler) Reconcile ¶
func (r *ControlPlaneMachineSetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles the ControlPlaneMachineSet object.
func (*ControlPlaneMachineSetReconciler) SetupWithManager ¶
func (r *ControlPlaneMachineSetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.