mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #22495 from huang195/remove_unused_timing_constants
Auto commit by PR queue bot
This commit is contained in:
commit
220b681768
@ -48,12 +48,6 @@ import (
|
||||
utilruntime "k8s.io/kubernetes/pkg/util/runtime"
|
||||
)
|
||||
|
||||
const (
|
||||
containerPollTime = 1 * time.Second
|
||||
lostPodPollTime = 1 * time.Minute
|
||||
podRelistPeriod = 5 * time.Minute
|
||||
)
|
||||
|
||||
type stateType int32
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user