kubernetes/test/e2e/upgrades/apps
cedric lamoriniere 1dbef2f113
Job failure policy support in JobController
Job failure policy integration in JobController. From the
JobSpec.BackoffLimit the JobController will define the backoff
duration between Job retry.

It use the ```workqueue.RateLimitingInterface``` to store the number of
"retry" as "requeue" and the default Job backoff initial duration is set
during the initialization of the ```workqueue.RateLimiter.

Since the number of retry for each job is store in a local structure
"JobController.queue" if the JobController restarts the number of retries
will be lost and the backoff duration will be reset to 0.

Add e2e test for Job backoff failure policy
2017-09-03 12:07:12 +02:00
..
BUILD Fix bazel 2017-09-01 05:39:00 +05:30
daemonsets.go move sig-apps upgrade tests to its directory 2017-07-13 13:53:06 -07:00
deployments.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30
job.go Job failure policy support in JobController 2017-09-03 12:07:12 +02:00
statefulset.go StatefulSet: Deflake e2e "Saturate" phase. 2017-08-21 13:52:15 -07:00