make cache size configurable

This commit is contained in:
mqliang
2016-02-24 20:19:30 +08:00
parent d9a35a25d7
commit e44e71ca87
14 changed files with 846 additions and 751 deletions

View File

@@ -25,8 +25,6 @@ import (
hashutil "k8s.io/kubernetes/pkg/util/hash"
)
const DefaultCacheEntries = 4096
type objectWithMeta interface {
meta.Object
}