-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
SharedStore provider #1147
SharedStore provider #1147
Commits on Feb 17, 2023
-
Added stream_subscribe which allows watch streams to have additional …
…event subscribers Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8efdc15 - Browse repository at this point
Copy the full SHA 8efdc15View commit details -
StreamSubscribe now wraps items in arcs so that:
1. Remove expensive cloning of Kubernetes objects 2. Allow propogation of err events Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d77e0a - Browse repository at this point
Copy the full SHA 8d77e0aView commit details -
Renamed watch_ext subscribable to subscribe
Co-authored-by: Eirik A <[email protected]> Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 934faec - Browse repository at this point
Copy the full SHA 934faecView commit details -
StreamSubscribe now allows subscribers how to handle lagging
Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a85fe3f - Browse repository at this point
Copy the full SHA a85fe3fView commit details -
Fixed clippy errors in StreamSubscribe
Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3e6663 - Browse repository at this point
Copy the full SHA c3e6663View commit details -
Fixed grammar in StreamSubscribe docs
Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0899436 - Browse repository at this point
Copy the full SHA 0899436View commit details -
Fixed rustfmt errors in StreamSubscribe
Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a57184a - Browse repository at this point
Copy the full SHA a57184aView commit details -
Improved the documentation for WatchStreamExt::stream_subscribe method.
Also renamed WatchStreamExt::subscribe to WatchStreamExt::stream_subscribe. The compiler was unable to tell if we were trying to call WatchStreamExt::subscribe or StreamSubscribe::subscribe when they were named the same. e.g. this code would not compile: let stream_subscribe = stream.subscribe(); let subscription = stream_subscribe.subscribe(); Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77b7db0 - Browse repository at this point
Copy the full SHA 77b7db0View commit details -
Put StreamSubscribe behind a feature flag unstable_runtime_subscribe
Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b28a9b - Browse repository at this point
Copy the full SHA 8b28a9bView commit details -
Update kube-runtime/src/utils/mod.rs
Co-authored-by: Eirik A <[email protected]> Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efb4166 - Browse repository at this point
Copy the full SHA efb4166View commit details
Commits on Feb 18, 2023
-
Fixed rustfmt error in kube-runtime utils mod.rs
Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a320b19 - Browse repository at this point
Copy the full SHA a320b19View commit details -
Fixed incorrect feature flag usage for the unstable-runtime-subscribe…
… feature Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e152543 - Browse repository at this point
Copy the full SHA e152543View commit details
Commits on Feb 21, 2023
-
Created a SharedStore which can return the same instance of a store f…
…or the same list params for a given type. Also allows subscriptions to those stores. Signed-off-by: Dan Spencer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b67d6d - Browse repository at this point
Copy the full SHA 3b67d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1cee1 - Browse repository at this point
Copy the full SHA 7c1cee1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0418c - Browse repository at this point
Copy the full SHA 4f0418cView commit details