kubernetes/pkg/controller/nodeipam/ipam
Kubernetes Submit Queue 06ffb07e8e
Merge pull request #68135 from shyamjvs/add-random-backoff-to-cidr-allocator
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.

Use random backoff for retries in cloud-cidr-allocator

Ref https://github.com/kubernetes/kubernetes/pull/68084#issuecomment-417651247
/cc @wojtek-t 

```release-note
NONE
```
2018-09-03 18:41:40 -07:00
..
cidrset Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
sync Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
test
adapter.go Update external k8s.io/metrics imports 2018-07-02 10:44:18 +02:00
BUILD Update external k8s.io/metrics imports 2018-07-02 10:44:18 +02:00
cidr_allocator.go Make CIDR allocation retry backoff exponentially 2018-08-30 12:03:05 -07:00
cloud_cidr_allocator_test.go Use random backoff for retries in cloud-cidr-allocator 2018-08-31 16:07:20 +02:00
cloud_cidr_allocator.go Merge pull request #68135 from shyamjvs/add-random-backoff-to-cidr-allocator 2018-09-03 18:41:40 -07:00
controller_test.go
controller.go we should use Warningf instead of Warning when we are using format string 2018-05-30 16:44:23 +08:00
doc.go
OWNERS
range_allocator_test.go
range_allocator.go Use typed events client directly 2018-04-01 18:57:29 +10:00
timeout_test.go
timeout.go