Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OCIMachinePoolReconciler ¶
type OCIMachinePoolReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder record.EventRecorder
ClientProvider *scope.ClientProvider
Region string
}
OCIMachinePoolReconciler reconciles a OCIMachinePool object
func (*OCIMachinePoolReconciler) Reconcile ¶
func (r *OCIMachinePoolReconciler) Reconcile(ctx context.Context, req ctrl.Request) (result ctrl.Result, reterr error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the machinepool closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.8.3/pkg/reconcile
func (*OCIMachinePoolReconciler) SetupWithManager ¶
func (r *OCIMachinePoolReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.