mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-22 22:58:08 -04:00
Once received job deletion event, it cleans the backoff records for that job before enqueueing this job so that we can avoid a race condition that the syncJob() may incorrect use stale backoff records for a newly created job with same key. Co-authored-by: Michal Wozniak <michalwozniak@google.com> |
||
|---|---|---|
| .. | ||
| config | ||
| metrics | ||
| util | ||
| backoff_utils.go | ||
| backoff_utils_test.go | ||
| doc.go | ||
| indexed_job_utils.go | ||
| indexed_job_utils_test.go | ||
| job_controller.go | ||
| job_controller_test.go | ||
| OWNERS | ||
| pod_failure_policy.go | ||
| pod_failure_policy_test.go | ||
| success_policy.go | ||
| success_policy_test.go | ||
| tracking_utils.go | ||
| tracking_utils_test.go | ||