• k8s-merge-robot's avatar
    Merge pull request #26854 from xiang90/cacher · 00b5b548
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    cacher.go: remove NewCacher func
    
    NewCacher is a wrapper of NewCacherFromConfig. NewCacher understands
    how to create a key func from scopeStrategy. However, it is not the
    responsibility of cacher. So we should remove this function, and
    construct the config in its caller, which should understand scopeStrategy.
    00b5b548
Name
Last commit
Last update
..
etcd Loading commit data...
etcd3 Loading commit data...
storagebackend Loading commit data...
testing Loading commit data...
OWNERS Loading commit data...
cacher.go Loading commit data...
cacher_test.go Loading commit data...
doc.go Loading commit data...
errors.go Loading commit data...
interfaces.go Loading commit data...
util.go Loading commit data...
util_test.go Loading commit data...
watch_cache.go Loading commit data...
watch_cache_test.go Loading commit data...