kubernetes-client
kubernetes-client copied to clipboard
Retry in watch operations
Is your enhancement related to a problem? Please describe
I have a watch operation for a crd. I am currently trying to enable retry in watch so when action fails it will retry. For example when an modified event came and something went wrong I want watcher to retry. But it does not. Are there any ways to do this currently?
Describe the solution you'd like
I dont have a solution
Describe alternatives you've considered
No response
Additional context
No response