k3s/pkg/controller/route
Kubernetes Submit Queue 83291d58df
Merge pull request #61315 from hzxuzhonghu/route-controller
Automatic merge from submit-queue (batch tested with PRs 61010, 61315, 62268). 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>.

make use of clientretry.RetryOnConflict in route controller

**What this PR does / why we need it**:

use the common clientretry.RetryOnConflict instead of  ` for i := 0; i < updateNodeStatusMaxRetries; i++ {`


**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-04-09 04:31:14 -07:00
..
BUILD use common clientretry.RetryOnConflict 2018-04-04 15:33:48 +08:00
OWNERS
doc.go
route_controller.go Merge pull request #61315 from hzxuzhonghu/route-controller 2018-04-09 04:31:14 -07:00
route_controller_test.go Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00