kubernetes/pkg/controller/nodeipam/ipam
Kubernetes Submit Queue 854002c3e1
Merge pull request #59208 from augabet/CIDR_Taints
Automatic merge from submit-queue (batch tested with PRs 60363, 59208, 59465, 60581, 60702). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

check taints when allocating CIDR for the cloud

check taint when allocating CIDR for the Cloud (for the shared informer cache).

What this PR does / why we need it:
Following the issue #58406 here is a check of taint when when allocating CIDR for the Cloud

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #58406

Special notes for your reviewer:
/assign @yastij @gmarek

```release-note
None
```
2018-03-20 02:37:16 -07:00
..
cidrset Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
sync Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
test Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
adapter.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
BUILD Merge pull request #59208 from augabet/CIDR_Taints 2018-03-20 02:37:16 -07:00
cidr_allocator.go Refactor retry logic away from updateCIDRAllocation() 2018-01-09 12:45:55 +01:00
cloud_cidr_allocator.go check taints when allocating CIDR for the cloud 2018-02-01 18:03:11 +01:00
controller.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
controller_test.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
doc.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
OWNERS Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
range_allocator.go Refactor retry logic away from updateCIDRAllocation() 2018-01-09 12:45:55 +01:00
range_allocator_test.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
timeout.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00
timeout_test.go Split the NodeController into lifecycle and ipam pieces. 2018-01-04 12:48:08 -08:00