kubernetes/plugin/pkg/auth/authorizer/rbac
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
..
bootstrappolicy Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
BUILD refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
rbac.go Add detailed RBAC deny logging 2017-02-15 01:05:43 -05:00
rbac_test.go Switch RBAC subject apiVersion to apiGroup in v1beta1 2017-02-13 15:33:09 -05:00
subject_locator.go Switch RBAC subject apiVersion to apiGroup in v1beta1 2017-02-13 15:33:09 -05:00
subject_locator_test.go Switch RBAC subject apiVersion to apiGroup in v1beta1 2017-02-13 15:33:09 -05:00