mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
[pkg/controller/job]: fix comment typo
Signed-off-by: Zhou Peng <p@ctriple.cn>
This commit is contained in:
parent
6468bfa770
commit
bc9bff0d9e
@ -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