Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { // the informer contains the cache for all the resources we need InformerManager informer.Manager // PlacementController maintains a rate limited queue which used to store // the name of the clusterResourcePlacement and a reconcile function to consume the items in queue. PlacementController controller.Controller }
Reconciler reconciles a MemberCluster object
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(_ context.Context, key controller.QueueKey) (ctrl.Result, error)
Click to show internal directories.
Click to hide internal directories.