k3s/pkg/storage
k8s-merge-robot 00b5b548d6 Merge pull request #26854 from xiang90/cacher
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.
2016-06-25 11:10:06 -07:00
..
etcd Fix traces 2016-06-06 10:49:46 +02:00
etcd3 pkg/storage/etcd3: remove name field in test 2016-05-29 02:17:35 -07:00
storagebackend kube-apiserver options should be decoupled from impls 2016-05-18 10:39:21 -04:00
testing It's 2016, yo. 2016-05-13 12:41:40 -07:00
OWNERS Create pkg/storage/OWNERS 2016-05-25 21:13:10 -07:00
cacher.go Merge pull request #26854 from xiang90/cacher 2016-06-25 11:10:06 -07:00
cacher_test.go Allow StatusErrors to be modified after creation 2016-05-19 09:08:53 -04:00
doc.go
errors.go etcd (v3) store: implements KV methods of storage.Interface 2016-03-30 10:20:39 -07:00
interfaces.go add finalizer logics to the API server and the garbage collector; handling DeleteOptions.OrphanDependents in the API server 2016-05-24 13:07:28 -07:00
util.go Make name validators return string slices 2016-05-18 00:48:01 -07:00
util_test.go add delete precondition 2016-03-25 11:21:39 -07:00
watch_cache.go Separate sync and list functionality in the reflector. #23394 2016-05-19 07:41:24 -04:00
watch_cache_test.go Make watch cache behave like uncached watch 2016-04-12 10:14:07 -04:00