Commit 10a4e912 authored by Chao Xu's avatar Chao Xu

gc never resync

parent 969ce777
...@@ -45,7 +45,7 @@ import ( ...@@ -45,7 +45,7 @@ import (
"k8s.io/kubernetes/pkg/watch" "k8s.io/kubernetes/pkg/watch"
) )
const ResourceResyncTime = 60 * time.Second const ResourceResyncTime time.Duration = 0
type monitor struct { type monitor struct {
store cache.Store store cache.Store
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment