controller-runtime
controller-runtime copied to clipboard
In favor of what is `EventBroadcaster` manager option deprecated?
The EventBroadcaster
manager option has been deprecated for a while: https://github.com/kubernetes-sigs/controller-runtime/blob/56159419231e985c091ef3e7a8a3dee40ddf1d73/pkg/manager/manager.go#L248-L253
Are there suggested alternatives?
The deprecation comment seems more a warning of usage than anything else; might be that "Deprecated" is the wrong wording?