The Kubebuilder V3 documentation explains that it talks about "How to batch multiple events into a single reconciliation call". However, I could not find any information about event management in this documentation.
Could you please provide information/code sample about how to send Events with Kubebuilder-v3/operator-sdk?