Declare constants in pods test as const

This commit is contained in:
Ted Yu 2019-10-27 14:02:52 -07:00
parent 3d7318f29d
commit e31c7cb193

View File

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