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
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
We are using the Watch function on services with something like this:
s := new(corev1.Service)
eventType, err := serviceWatcher.Next(s)
But we have noticed it doesn't trigger an event for annotation changes to a service resource, when using it for pods/deployments an annotation change does trigger an update.
Are we doing something wrong or this a limitation?