#4703 updates the controller-runtime which updated the events API (kubernetes-sigs/controller-runtime#3262) and marks the mgr.GetEventRecorderFor() method used in kuberay as deprecated
This should be replaced with mgr.GetEventRecorder() which no longer uses v1.Event structs for recording events.
#4703 added a lint exclusion to .golangci.yml which should be removed as part of this work.
#4703 updates the controller-runtime which updated the events API (kubernetes-sigs/controller-runtime#3262) and marks the
mgr.GetEventRecorderFor()method used in kuberay as deprecatedThis should be replaced with
mgr.GetEventRecorder()which no longer uses v1.Event structs for recording events.#4703 added a lint exclusion to .golangci.yml which should be removed as part of this work.