Azure – Watch event for specific object
We have an k8s operator (based on kubebuilder) which works as expected, now we need support for listening to secrets on the cluster. The following code is working however I got event for all the secrets in the cluster which…