k3s/pkg/storage
Kubernetes Submit Queue 18aa761b07 Merge pull request #30664 from hongchaodeng/r3
Automatic merge from submit-queue

pkg/storage: remove Codec() from interface

What?
Removes Codec() from storage.Interface.

Why?
- storage interface doesn't need to expose Codec().
- Codec() isn't used anywhere.
2016-08-17 00:56:05 -07:00
..
etcd pkg/storage: cleanup Codec() from interface 2016-08-15 20:46:13 -07:00
etcd3 pkg/storage: cleanup Codec() from interface 2016-08-15 20:46:13 -07:00
storagebackend move new etcd storage into cacher 2016-08-12 18:40:20 -07:00
testing Update generated files due to dependency shift. 2016-08-09 10:41:09 -05:00
OWNERS Create pkg/storage/OWNERS 2016-05-25 21:13:10 -07:00
cacher.go pkg/storage: cleanup Codec() from interface 2016-08-15 20:46:13 -07:00
cacher_test.go pkg/storage: cleanup Codec() from interface 2016-08-15 20:46:13 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
errors.go Modify IsInvalidObj name and description 2016-08-12 11:17:08 +08:00
interfaces.go Merge pull request #30664 from hongchaodeng/r3 2016-08-17 00:56:05 -07:00
util.go Fix watch cache filtering 2016-07-14 13:13:17 -04:00
util_test.go Fix watch cache filtering 2016-07-14 13:13:17 -04:00
watch_cache.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
watch_cache_test.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00