kubernetes/pkg/controller/node
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
..
cidr_allocator_test.go Move CIDR allocation logic away from nodecontroller.go 2016-07-12 09:40:43 +02:00
cidr_allocator.go Move CIDR allocation logic away from nodecontroller.go 2016-07-12 09:40:43 +02:00
cidr_set_test.go Move CIDR allocation logic away from nodecontroller.go 2016-07-12 09:40:43 +02:00
cidr_set.go Move CIDR allocation logic away from nodecontroller.go 2016-07-12 09:40:43 +02:00
controller_utils.go Add hooks for cluster health detection 2016-07-12 15:10:58 +02:00
doc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
nodecontroller_test.go Split NodeController rate limiters between zones 2016-07-13 14:09:19 +02:00
nodecontroller.go Split NodeController rate limiters between zones 2016-07-13 14:09:19 +02:00
rate_limited_queue_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
rate_limited_queue.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
test_utils.go Merge pull request #28820 from caesarxuchao/patch-subresource 2016-07-13 16:09:01 -07:00