Versions in this module Expand all Collapse all v0 v0.6.0 Sep 12, 2024 v0.5.3 Aug 26, 2024 Changes in this version + func Add(mgr ctrl.Manager) error + func AddToMgr(mgr ctrl.Manager, r reconcile.Reconciler) error + func InitExpectations(c client.Client) + func NewReconciler(mgr ctrl.Manager) reconcile.Reconciler + type ExpectationEventHandler struct + func (h *ExpectationEventHandler) Create(event.CreateEvent, workqueue.RateLimitingInterface) + func (h *ExpectationEventHandler) Delete(e event.DeleteEvent, _ workqueue.RateLimitingInterface) + func (h *ExpectationEventHandler) Generic(event.GenericEvent, workqueue.RateLimitingInterface) + func (h *ExpectationEventHandler) Update(event.UpdateEvent, workqueue.RateLimitingInterface) + type ResourceContextReconciler struct + func (r *ResourceContextReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)