mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +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 (
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user