kubernetes/pkg/master
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
..
ports Remove unused KubeletStatusPort from ports.go 2015-12-03 16:00:49 +01:00
controller.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
controller_test.go give the kubernetes service client ip session affinity 2016-03-17 09:38:22 -07:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
import_known_versions.go PetSet type, apps apigroup 2016-04-20 18:49:31 -07:00
master.go Split the storage and negotiation parts of Codecs 2016-05-05 12:08:23 -04:00
master_test.go Split the storage and negotiation parts of Codecs 2016-05-05 12:08:23 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
thirdparty_controller.go Moving /apis handler to generic server 2016-02-04 17:58:13 -08:00
thirdparty_controller_test.go Reduce LOC in third party controller test 2016-04-27 02:50:46 -04:00