Merge pull request #10044 from bprashanth/relist

Change density relist period to better reflect the kubelet's watch
This commit is contained in:
Satnam Singh 2015-06-18 15:02:17 -07:00
commit a65b355557

View File

@ -266,7 +266,7 @@ var _ = Describe("Density", func() {
},
},
&api.Pod{},
time.Minute*5,
0,
framework.ResourceEventHandlerFuncs{
AddFunc: func(obj interface{}) {
p, ok := obj.(*api.Pod)