-
-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow filtering watcher events when !observedGeneration changed #52
Comments
This would require maintaining a map of Not quite what the best way to extend this, it's not very nice to have this in the internal watcher state by default, so need to have this optional somehow. It's a bit of a niche feature, and honestly, mostly for controllers to filter out its own modifications, so probably should think about this holistically in #279 |
Signed-off-by: clux <sszynrae@gmail.com>
PoC in kube-rs/controller-rs@7e2a152 |
* Use kube-rs/kube#910 Signed-off-by: clux <sszynrae@gmail.com> * PoC Predicates for kube-rs/kube#52 Signed-off-by: clux <sszynrae@gmail.com> * remove predicate stuff Signed-off-by: clux <sszynrae@gmail.com> * undo crd update Signed-off-by: clux <sszynrae@gmail.com> * build from branch Signed-off-by: clux <sszynrae@gmail.com> * kube bump Signed-off-by: clux <sszynrae@gmail.com> * bump Signed-off-by: clux <sszynrae@gmail.com>
rationale: we don't necessarily want to receive events when the
.status
object changesThe text was updated successfully, but these errors were encountered: