Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlPlaneMachineSetGeneratorReconciler ¶
type ControlPlaneMachineSetGeneratorReconciler struct {
client.Client
Scheme *runtime.Scheme
RESTMapper meta.RESTMapper
// Namespace is the namespace in which the ControlPlaneMachineSetGenerator controller should operate.
// Any ControlPlaneMachineSet not in this namespace should be ignored.
Namespace string
APIReader client.Reader
// FeatureGateAccessor enables checking of enabled featuregates
FeatureGateAccessor featuregates.FeatureGateAccess
}
ControlPlaneMachineSetGeneratorReconciler reconciles a ControlPlaneMachineSet object.
func (*ControlPlaneMachineSetGeneratorReconciler) Reconcile ¶
func (r *ControlPlaneMachineSetGeneratorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles the ControlPlaneMachineSet object.
func (*ControlPlaneMachineSetGeneratorReconciler) SetupWithManager ¶
func (r *ControlPlaneMachineSetGeneratorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.