Files
kubernetes/pkg/controller
Kubernetes Submit Queue 34759c2dfb Merge pull request #63650 from soltysh/issue62382
Automatic merge from submit-queue (batch tested with PRs 64009, 64780, 64354, 64727, 63650). 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>.

Never clean backoff in job controller

**What this PR does / why we need it**:
In https://github.com/kubernetes/kubernetes/pull/60985 I've added a mechanism which allows immediate job status update, unfortunately that broke the backoff logic seriously. I'm sorry for that. I've changed the `immediate` mechanism so that it NEVER cleans the backoff, but for the cases when we want fast status update it uses a zero backoff. 

**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 #62382

**Special notes for your reviewer**:
/assign @janetkuo 

**Release note**:
```release-note
None
```
2018-06-05 22:24:54 -07:00
..
2018-04-27 07:56:42 -04:00
2018-05-11 13:12:09 -04:00
2018-05-30 14:46:48 +02:00
2018-02-16 13:43:01 -08:00
2018-06-05 04:50:37 -04:00
2018-04-01 18:57:29 +10:00
2018-02-16 13:43:01 -08:00
2018-05-22 13:42:10 -07:00
2017-11-14 17:18:17 +08:00