Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMachineReconciler ¶
func NewMachineReconciler(config MachineReconcilerConfig, options ...func(*machineReconciler)) *machineReconciler
Types ¶
type MachineReconcilerConfig ¶
type MachineSetReconciler ¶
type MachineSetReconciler struct { client.Client Scheme *runtime.Scheme EventRecorder record.EventRecorder InfrastructureName string }
MachineSetReconciler reconciles a MachineSet object
func (*MachineSetReconciler) Reconcile ¶
func (r *MachineSetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
+kubebuilder:rbac:groups=machine.openshift.io,resources=machinesets,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=machine.openshift.io,resources=machinesets/status,verbs=get;update;patch +kubebuilder:rbac:groups=machine.openshift.io,resources=machinesets/finalizers,verbs=update
func (*MachineSetReconciler) SetupWithManager ¶
func (r *MachineSetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.