mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Declare constants in pods test as const
This commit is contained in:
parent
3d7318f29d
commit
e31c7cb193
@ -47,7 +47,7 @@ import (
|
|||||||
"github.com/onsi/gomega"
|
"github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
const (
|
||||||
buildBackOffDuration = time.Minute
|
buildBackOffDuration = time.Minute
|
||||||
syncLoopFrequency = 10 * time.Second
|
syncLoopFrequency = 10 * time.Second
|
||||||
maxBackOffTolerance = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff))
|
maxBackOffTolerance = time.Duration(1.3 * float64(kubelet.MaxContainerBackOff))
|
||||||
|
Loading…
Reference in New Issue
Block a user