k8s-merge-robot
6b6141f812
Merge pull request #28820 from caesarxuchao/patch-subresource
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
2016-07-13 16:09:01 -07:00
..
2016-07-07 16:49:46 -07:00
2016-07-13 16:09:01 -07:00
2016-07-07 22:09:08 -07:00
2016-07-12 21:52:54 -07:00
2016-07-13 15:06:44 +02:00
2016-07-08 11:31:39 -04:00
2016-07-13 15:06:44 +02:00
2016-06-29 17:47:36 -07:00
2016-07-13 15:06:44 +02:00
2016-07-07 16:49:46 -07:00
2016-07-07 22:09:08 -07:00
2016-03-25 11:21:39 -07:00
2016-03-02 20:46:32 -05:00