Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountPoolReconciler ¶
type AccountPoolReconciler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
AccountPoolReconciler reconciles a AccountPool object
func (*AccountPoolReconciler) Reconcile ¶
func (r *AccountPoolReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
Reconcile reads that state of the cluster for a AccountPool object and makes changes based on the state read and what is in the AccountPool.Spec The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*AccountPoolReconciler) SetupWithManager ¶
func (r *AccountPoolReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.