You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the client-go dynamic informer factory does not support removing an informer. It does support a stop on the informer but we only used one for all the informers. So we could at least
separate out the informer factory stop channel into each informer so we can at least stop them.
We need to make sure that the infomer can be joined again.
Add the remove function in the dynamic informer
Propose a change on the go-client project and try to upstream this change back.
The text was updated successfully, but these errors were encountered:
Currently, the client-go dynamic informer factory does not support removing an informer. It does support a stop on the informer but we only used one for all the informers. So we could at least
The text was updated successfully, but these errors were encountered: