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
The GetEventRecorderFor method has been deprecated in controller-runtime 0.23.x. According to staticcheck (SA1019), this uses the old Kubernetes events API and is slated for removal in a future release.
The GetEventRecorderFor method has been deprecated in controller-runtime 0.23.x. According to staticcheck (SA1019), this uses the old Kubernetes events API and is slated for removal in a future release.
We should use
GetEventRecorderinstead