-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
✨ SetErrorWatchHandler on SharedIndexInformer #2494
✨ SetErrorWatchHandler on SharedIndexInformer #2494
Conversation
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
92f3e22
to
0c894a4
Compare
/hold cancel |
cb2be0e
to
0e607db
Compare
0e607db
to
d97d931
Compare
Signed-off-by: Troy Connor <troy0820@users.noreply.github.com>
d97d931
to
897e04c
Compare
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for looking into this, this was in the back of my mind as something we should do for a long time
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, troy0820 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
WatchErrorHandler
to InformersOpts structSetErrorWatchErrorHandler
on sharedIndexInformer that we create when creating aCache
This would resolve #2395
/hold