Conversation
|
I think this is a change that needs to be done in |
Is there a reason notification-controller hasn't been migrated to |
Yes, a very specific one: |
Got it! Will start with |
Replace deprecated record.EventRecorder with events.EventRecorder from k8s.io/client-go/tools/events. Update all controllers, event server, and tests to use the new API signature. Signed-off-by: Adrian Fernandez de la Torre <adri1197@gmail.com>
04bf238 to
5964f7b
Compare
Migrates to the new Kubernetes events API (
events.EventRecorder) to replace the deprecatedrecord.EventRecorder.events.EventRecordermgr.GetEventRecorder()Closes fluxcd/flux2#5761