mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
removed unused constants
This commit is contained in:
parent
7215860ecd
commit
50f3fc8f9d
@ -48,12 +48,6 @@ import (
|
|||||||
utilruntime "k8s.io/kubernetes/pkg/util/runtime"
|
utilruntime "k8s.io/kubernetes/pkg/util/runtime"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
containerPollTime = 1 * time.Second
|
|
||||||
lostPodPollTime = 1 * time.Minute
|
|
||||||
podRelistPeriod = 5 * time.Minute
|
|
||||||
)
|
|
||||||
|
|
||||||
type stateType int32
|
type stateType int32
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
Reference in New Issue
Block a user