Documentation ¶
Overview ¶
Package clusterresourcebindingwatcher features a controller to watch the clusterResourceBinding changes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { // Client is the client the controller uses to access the hub cluster. client.Client // 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 updates to clusterResourceBinding.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the manager.
Click to show internal directories.
Click to hide internal directories.