kubernetes/pkg/controller/node
Bowei Du f61590c221 Adds support for PodCIDR allocation from the GCE cloud provider
If CIDRAllocatorType is set to `CloudCIDRAllocator`, then allocation
of CIDR allocation instead is done by the external cloud provider and
the node controller is only responsible for reflecting the allocation
into the node spec.

- Splits off the rangeAllocator from the cidr_allocator.go file.
- Adds cloudCIDRAllocator, which is used when the cloud provider allocates
  the CIDR ranges externally. (GCE support only)
- Updates RBAC permission for node controller to include PATCH
2017-04-11 14:07:54 -07:00
..
testutil Allow swapping NotReady and Unschedulable Taints 2017-04-04 15:49:49 +02:00
BUILD Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
cidr_allocator_test.go Apply davidopps comments to TaintController PR 2017-02-15 09:37:26 +01:00
cidr_allocator.go Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
cidr_set_test.go Run goimports 2016-08-02 15:12:39 +03:00
cidr_set.go Retry assigning CIDRs 2016-07-18 17:06:04 +02:00
cloud_cidr_allocator.go Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
controller_utils.go Allow swapping NotReady and Unschedulable Taints 2017-04-04 15:49:49 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
metrics.go Change the eviction metric type and fix rate-limited-timed-queue 2016-09-08 12:20:51 +02:00
nodecontroller_test.go Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
nodecontroller.go Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
OWNERS Modify OWNERS in some pkg/controller subdirectories 2017-01-26 16:28:08 +01:00
range_allocator.go Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
rate_limited_queue_test.go fix go vet issues 2017-02-27 21:24:45 -08:00
rate_limited_queue.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00
taint_controller_test.go Fixed incorrect result of getMinTolerationTime. 2017-03-12 20:21:14 +08:00
taint_controller.go Fixed incorrect result of getMinTolerationTime. 2017-03-12 20:21:14 +08:00
timed_workers_test.go Apply davidopps comments to TaintController PR 2017-02-15 09:37:26 +01:00
timed_workers.go Remove unused functions and make logs slightly better 2017-03-10 11:57:51 +01:00