mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-03 14:10:51 -05:00
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 |
||
|---|---|---|
| .. | ||
| cidr_allocator.go | ||
| cidr_allocator_test.go | ||
| cidr_set.go | ||
| cidr_set_test.go | ||
| controller_utils.go | ||
| doc.go | ||
| nodecontroller.go | ||
| nodecontroller_test.go | ||
| rate_limited_queue.go | ||
| rate_limited_queue_test.go | ||
| test_utils.go | ||