k3s/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
OWNERS Set runtime OWNERS 2016-03-04 23:59:34 -05:00
codec.go Replace negotiation with a new method that can extract info 2016-10-28 11:30:11 -04:00
codec_check.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
conversion.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
conversion_test.go Convert() should accept the new conversion Context value 2016-08-18 14:45:20 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
embedded.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
embedded_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
error.go Fixed several typos 2016-07-13 15:06:24 +01:00
extension.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
extension_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
generated.pb.go update generated protobuf 2016-10-13 21:22:59 -07:00
generated.proto Generated protobufs 2016-10-17 09:11:20 -07:00
helper.go Introduce GroupVersioner for capturing desired target version 2016-08-18 14:45:00 -04:00
helper_test.go remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
interfaces.go Replace negotiation with a new method that can extract info 2016-10-28 11:30:11 -04:00
register.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
scheme.go Unversioned types should decode no matter what the requested version is 2016-11-01 22:55:59 -04:00
scheme_builder.go fix register.go files up + add test import 2016-08-11 17:06:54 -07:00
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 Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
swagger_doc_generator_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
types.go Add +optional tag to all fields with omitempty json tag 2016-10-17 08:52:13 -07:00
types_proto.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
unstructured.go Unstructured methods belong in unstructured.go 2016-09-12 18:52:47 -04:00
unstructured_test.go remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
unversioned_test.go Introduce GroupVersioner for capturing desired target version 2016-08-18 14:45:00 -04:00
zz_generated.deepcopy.go Commit generated files 2016-07-15 10:27:51 -07:00