-
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
[client-gen]Add Patch to clientset #27293
[client-gen]Add Patch to clientset #27293
Conversation
@caesarxuchao Thanks~~ :) |
d6e8540
to
a857eb3
Compare
seems I have more work to do.. |
@krousey |
a857eb3
to
5bd0823
Compare
Reapplying the lgtm after satisfying the release note process. |
5bd0823
to
a29f6aa
Compare
Squashed. Reapplying the lgtm. |
GCE e2e build/test passed for commit a29f6aa. |
@k8s-bot test this, issue #IGNORE |
GCE e2e build/test passed for commit a29f6aa. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit a29f6aa. |
Automatic merge from submit-queue |
The changes affects the release_1_3 clientset, so it should be cherry-picked.. @krousey could you approve the cherry-pick? |
Removing label |
@roberthbailey could you approve the cherry-pick? Or shall I let @krousey approve it? |
Per conversation with @lavalamp and @caesarxuchao this is not P0, not cherry picking it. |
Automatic merge from submit-queue [client-gen] Allow passing subresources in Patch method Expand the Patch() method from: ``` Patch(name string, pt api.PatchType, data []byte) ``` to ``` Patch(name string, pt api.PatchType, data []byte, subresources ...string) ``` Continue on #27293. Fixes #26580. cc @Random-Liu @lavalamp
Event
to PatchWithEventNamespace() to avoid overriding.cc @Random-Liu since he asked for the method
@kubernetes/sig-api-machinery
ref #26580