-
-
Notifications
You must be signed in to change notification settings - Fork 322
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 <[email protected]>
PoC in kube-rs/controller-rs@7e2a152 |
* Use kube-rs/kube#910 Signed-off-by: clux <[email protected]> * PoC Predicates for kube-rs/kube#52 Signed-off-by: clux <[email protected]> * remove predicate stuff Signed-off-by: clux <[email protected]> * undo crd update Signed-off-by: clux <[email protected]> * build from branch Signed-off-by: clux <[email protected]> * kube bump Signed-off-by: clux <[email protected]> * bump Signed-off-by: clux <[email protected]>
rationale: we don't necessarily want to receive events when the
.status
object changesThe text was updated successfully, but these errors were encountered: