We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to propagate kube-runtime to all external repo actix examples and noticing a few things that should be made better for a smoother experience:
kube-runtime
watcher
reflector
Writer
Proposed solutions:
Cache<T>
Cache
Controller
Watcher<T>
Edit: crossing out a few from feedback. Edit2: removing ancient comments here, as a long time has passed here.
The text was updated successfully, but these errors were encountered:
Managed to get around this with an easier solution in #907 thanks to Teo's ideas on WatchStreamExt.
Sorry, something went wrong.
clux
No branches or pull requests
Trying to propagate
kube-runtime
to all external repo actix examples and noticing a few things that should be made better for a smoother experience:watcher
when usingreflector
(even if they expose the same events and they only use one)Writer
when usingreflector
(even though they cannot really use it sensibly)Proposed solutions:
Cache<T>
aroundreflector
- Cache: implement a builder wrapper for reflector #698Cache
builder to allow retrieving a reader as inController
- Cache: implement a builder wrapper for reflector #698Watcher<T>
builder - Add backoff handling for watcher and Controller #703Edit: crossing out a few from feedback.
Edit2: removing ancient comments here, as a long time has passed here.
The text was updated successfully, but these errors were encountered: