You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks the effort to consider and research options to make the reconciler passed to e.g. SetupWithManager() (or other method) customizable so that it could be wrapped to customize its behavior.
The text was updated successfully, but these errors were encountered:
Problem statement
Currently, reconcilers pass themselves to
controller.New()
throughcontroller.Options
, e.g.kubernetes-ingress-controller/internal/controllers/gateway/gateway_controller.go
Lines 90 to 97 in ba4a242
This makes it impossible to customize their behaviour, e.g. by counting the number of calls as it was suggested in https://github.com/Kong/kubernetes-ingress-controller/pull/4172/files#r1231167031
This issue tracks the effort to consider and research options to make the reconciler passed to e.g.
SetupWithManager()
(or other method) customizable so that it could be wrapped to customize its behavior.The text was updated successfully, but these errors were encountered: