kubernetes/pkg/runtime
Clayton Coleman 051382687d
Unversioned types should decode no matter what the requested version is
Status is exposed as v1 in the current schema (so all groups are
returning v1.Status).  However, if you give a codec only "mygroup"
"myversion", it will fail to convert Status to v1. For now, unversioned
types should be allowed to be projected into all group versions, and
when we add the server group we'll rip out the unversioned concept
entirely.
2016-11-01 22:55:59 -04:00
..
serializer Replace negotiation with a new method that can extract info 2016-10-28 11:30:11 -04:00
BUILD autogenerated 2016-10-21 17:32:32 -07:00
codec.go Replace negotiation with a new method that can extract info 2016-10-28 11:30:11 -04:00
codec_check.go
conversion.go
conversion_test.go
doc.go
embedded.go
embedded_test.go
error.go
extension.go
extension_test.go
generated.pb.go
generated.proto Generated protobufs 2016-10-17 09:11:20 -07:00
helper.go
helper_test.go
interfaces.go Replace negotiation with a new method that can extract info 2016-10-28 11:30:11 -04:00
OWNERS
register.go
scheme.go Unversioned types should decode no matter what the requested version is 2016-11-01 22:55:59 -04:00
scheme_builder.go
scheme_test.go Unversioned types should decode no matter what the requested version is 2016-11-01 22:55:59 -04:00
swagger_doc_generator.go
swagger_doc_generator_test.go
types.go
types_proto.go
unstructured.go
unstructured_test.go
unversioned_test.go
zz_generated.deepcopy.go