Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { // the client to write resource updates DynamicClient dynamic.Interface // RestMapper is used to convert between gvk and gvr RestMapper meta.RESTMapper // InformerManager holds all the informers that we can use to read from InformerManager informer.Manager // PlacementController exposes the placement queue for the reconciler to push to PlacementController controller.Controller // Event recorder to indicate the which placement picks up this object Recorder record.EventRecorder }
Reconciler finds the placements that reference to any resource.
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, key controller.QueueKey) (ctrl.Result, error)
Click to show internal directories.
Click to hide internal directories.