From bc9bff0d9ee9ddd8f72d8b040014251c349dd07c Mon Sep 17 00:00:00 2001 From: Zhou Peng Date: Sat, 30 May 2020 23:09:10 +0800 Subject: [PATCH] [pkg/controller/job]: fix comment typo Signed-off-by: Zhou Peng --- pkg/controller/job/job_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/job/job_controller.go b/pkg/controller/job/job_controller.go index 33769318628..4956b8fc2a9 100644 --- a/pkg/controller/job/job_controller.go +++ b/pkg/controller/job/job_controller.go @@ -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