We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6468bfa commit bc9bff0Copy full SHA for bc9bff0
pkg/controller/job/job_controller.go
@@ -55,7 +55,7 @@ const statusUpdateRetries = 3
55
var controllerKind = batch.SchemeGroupVersion.WithKind("Job")
56
57
var (
58
- // DefaultJobBackOff is the max backoff period, exported for the e2e test
+ // DefaultJobBackOff is the default backoff period, exported for the e2e test
59
DefaultJobBackOff = 10 * time.Second
60
// MaxJobBackOff is the max backoff period, exported for the e2e test
61
MaxJobBackOff = 360 * time.Second
0 commit comments