Merge pull request #91604 from iobuf/review.job

[pkg/controller/job]: fix comment typo
This commit is contained in:
Kubernetes Prow Robot 2020-06-01 23:34:29 -07:00 committed by GitHub
commit 99a56f6ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ const statusUpdateRetries = 3
var controllerKind = batch.SchemeGroupVersion.WithKind("Job")
var (
// DefaultJobBackOff is the max backoff period, exported for the e2e test
// DefaultJobBackOff is the default backoff period, exported for the e2e test
DefaultJobBackOff = 10 * time.Second
// MaxJobBackOff is the max backoff period, exported for the e2e test
MaxJobBackOff = 360 * time.Second