mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #91604 from iobuf/review.job
[pkg/controller/job]: fix comment typo
This commit is contained in:
commit
99a56f6ace
@ -55,7 +55,7 @@ const statusUpdateRetries = 3
|
|||||||
var controllerKind = batch.SchemeGroupVersion.WithKind("Job")
|
var controllerKind = batch.SchemeGroupVersion.WithKind("Job")
|
||||||
|
|
||||||
var (
|
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
|
DefaultJobBackOff = 10 * time.Second
|
||||||
// MaxJobBackOff is the max backoff period, exported for the e2e test
|
// MaxJobBackOff is the max backoff period, exported for the e2e test
|
||||||
MaxJobBackOff = 360 * time.Second
|
MaxJobBackOff = 360 * time.Second
|
||||||
|
Loading…
Reference in New Issue
Block a user