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
commit 40750a02fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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))