Merge pull request #84425 from yutedz/e2e-pods-const

Declare constants in pods test as const
This commit is contained in:
Kubernetes Prow Robot
2019-12-17 06:18:00 -08:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ import (
"github.com/onsi/gomega"
)
var (
const (
buildBackOffDuration = time.Minute
syncLoopFrequency = 10 * time.Second
maxBackOffTolerance = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff))