kubernetes/cmd/libs/go2idl/client-gen
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
..
args Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
generators manual changes to patch subresource 2016-07-12 11:09:27 -07:00
test_apis Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
testoutput/clientset_generated/test_internalclientset generated changes 2016-07-12 11:09:28 -07:00
.import-restrictions Add 'import-boss': enforce go import restrictions. 2016-01-27 16:18:46 -08:00
main.go Unify logging in generators and avoid annoying logs. 2016-07-13 15:06:44 +02:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md add client-gen readme 2016-02-19 10:43:17 -08:00