k3s/pkg/client/unversioned/remotecommand
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
..
doc.go
remotecommand.go Refactor exec code to support version skew testing 2016-04-01 13:05:50 -04:00
remotecommand_test.go Split the storage and negotiation parts of Codecs 2016-05-05 12:08:23 -04:00
v1.go Create all streams before copying in exec/attach 2015-12-02 17:16:33 -05:00
v2.go Replace runtime reference by pkg 2016-02-01 21:06:44 +08:00