Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OCIMachinePoolMachineReconciler ¶ added in v0.13.0
type OCIMachinePoolMachineReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder ClientProvider *scope.ClientProvider Region string }
func (*OCIMachinePoolMachineReconciler) Reconcile ¶ added in v0.13.0
func (r *OCIMachinePoolMachineReconciler) 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 machinepoolmachines closer to the desired state.
func (*OCIMachinePoolMachineReconciler) SetupWithManager ¶ added in v0.13.0
func (r *OCIMachinePoolMachineReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
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.
type OCIManagedMachinePoolReconciler ¶ added in v0.6.0
type OCIManagedMachinePoolReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder ClientProvider *scope.ClientProvider Region string }
OCIManagedMachinePoolReconciler reconciles a OCIManagedMachinePool object
func (*OCIManagedMachinePoolReconciler) Reconcile ¶ added in v0.6.0
func (r *OCIManagedMachinePoolReconciler) 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 (*OCIManagedMachinePoolReconciler) SetupWithManager ¶ added in v0.6.0
func (r *OCIManagedMachinePoolReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the controller with the Manager.
type OCIVirtualMachinePoolReconciler ¶ added in v0.10.0
type OCIVirtualMachinePoolReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder ClientProvider *scope.ClientProvider Region string }
OCIVirtualMachinePoolReconciler reconciles a OCIVirtualMachinePool object
func (*OCIVirtualMachinePoolReconciler) Reconcile ¶ added in v0.10.0
func (r *OCIVirtualMachinePoolReconciler) 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/pkg/reconcile
func (*OCIVirtualMachinePoolReconciler) SetupWithManager ¶ added in v0.10.0
func (r *OCIVirtualMachinePoolReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the controller with the Manager.