-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Update client-generator #18700
Update client-generator #18700
Conversation
Labelling this PR as size/M |
GCE e2e build/test failed for commit d8f8fcdb95fcfd66b893d3ad93f1fbfa20528342. |
@k8s-bot e2e test this please |
GCE e2e test build/test passed for commit d8f8fcdb95fcfd66b893d3ad93f1fbfa20528342. |
// DeleteCollection deletes a collection of objects. | ||
func (c *$.type|privatePlural$) DeleteCollection(options *$.apiDeleteOptions|raw$, listOptions $.apiListOptions|raw$) error { | ||
if options == nil { | ||
return e.Client.Delete(). |
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.
Should be c.Client...
, not e
:)
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.
done
A minor problem, otherwise lgtm. Feel free to apply the label after addressing the comment. Thank you. ref #18290 |
d8f8fcd
to
4473abf
Compare
GCE e2e test build/test passed for commit 4473abf. |
@k8s-bot unit test this please |
@k8s-bot test this please |
GCE e2e test build/test passed for commit 4473abf. |
LGTM. Thanks. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit 4473abf. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
No description provided.