Skip to content

Commit 40750a0

Browse files
authored
Merge pull request kubernetes#84425 from yutedz/e2e-pods-const
Declare constants in pods test as const
2 parents ec4f3e3 + e31c7cb commit 40750a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/common/pods.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import (
4848
"github.com/onsi/gomega"
4949
)
5050

51-
var (
51+
const (
5252
buildBackOffDuration = time.Minute
5353
syncLoopFrequency = 10 * time.Second
5454
maxBackOffTolerance = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff))

0 commit comments

Comments
 (0)