Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncBindingReconciler ¶
type SyncBindingReconciler struct {
// contains filtered or unexported fields
}
SyncBindingReconciler reconciles a SyncBinding object
func (*SyncBindingReconciler) Reconcile ¶
func (r *SyncBindingReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is the reconciliation loop implementation aiming to continuously move the current state of the cluster closer to the desired state, which in the SyncBinding controller's view means ensure a reconciliation loop is running for each binding. TODO: support status
func (*SyncBindingReconciler) SetupWithManager ¶
func (r *SyncBindingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.