Merge pull request #22495 from huang195/remove_unused_timing_constants

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-03-03 21:33:03 -08:00
commit 220b681768
1 changed files with 0 additions and 6 deletions

View File

@ -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 (