Replies: 2 comments 9 replies
-
the informer equivalent is to pass a watcher stream through a reflector and giving it the write access to a store. kube/examples/node_reflector.rs Lines 20 to 41 in 5e98a92 |
Beta Was this translation helpful? Give feedback.
9 replies
-
it's a way to forwarding all watcher objects to a vec then clean, when i used client-go to create informer, It automatically manages objects when the kubernetes create or destory object. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
apiserver would be pressure if all requests went to it,so i want to use informer to cache it.
Beta Was this translation helpful? Give feedback.
All reactions