k3s/pkg/registry/generic
Clayton Coleman e0ebcf4216
Split the storage and negotiation parts of Codecs
The codec factory should support two distinct interfaces - negotiating
for a serializer with a client, vs reading or writing data to a storage
form (etcd, disk, etc). Make the EncodeForVersion and DecodeToVersion
methods only take Encoder and Decoder, and slight refactoring elsewhere.

In the storage factory, use a content type to control what serializer to
pick, and use the universal deserializer. This ensures that storage can
read JSON (which might be from older objects) while only writing
protobuf. Add exceptions for those resources that may not be able to
write to protobuf (specifically third party resources, but potentially
others in the future).
2016-05-05 12:08:23 -04:00
..
registry Split the storage and negotiation parts of Codecs 2016-05-05 12:08:23 -04:00
rest Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
doc.go
matcher.go Make rootscoped resource no namespace selectable field 2015-10-31 10:52:21 +08:00
matcher_test.go Change runtime.Object signature 2015-12-15 13:36:25 -05:00
options.go Parallelization of namespace deletion 2016-02-25 16:33:25 +01:00
storage_decorator.go fix the namespaceScoped of cachers 2016-01-28 16:24:54 -08:00