-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
🌱 Fixups to error when source.Start never returns #3008
Conversation
@@ -220,7 +221,6 @@ func (c *Controller[request]) Start(ctx context.Context) error { | |||
return err | |||
} | |||
|
|||
// Start the SharedIndexInformer factories to begin populating the SharedIndexInformer caches |
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.
You mentioned that the comment is in the wrong place and I ended up removing it entirely, as a source doesn't really necessitate a SharedIndexInformer at this point and I found it to be mostly just confusing
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.
Absolutely makes sense!
Addresses the comments on kubernetes-sigs#2997
7e67580
to
061a7ad
Compare
Thx! /lgtm |
LGTM label has been added. Git tree hash: 3e40866dfff517af69f32669fce97d335fc35278
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, sbueringer 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 |
Addresses the comments on #2997
/assign @sbueringer
/hold