kubernetes/pkg/api/meta
Kris 28132be07e Redo Unstructured to have accessor methods
Add accessor methods that implement pkg/api/unversioned.ObjectKind,
pkg/api/meta.Object, pkg/api/meta.Type and pkg/api/meta.List.

Removed the convenience fields since writing to them was not reflected
in serialized JSON.
2016-05-03 14:07:28 -07:00
..
deep_copy_generated.go Regenerate autogenerate files 2016-03-17 15:22:19 +01:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
errors.go type RESTMapper errors to better handle MultiRESTMapper errors 2016-02-11 11:45:05 -05:00
help_test.go Refactor diff into sub pkg 2016-03-21 20:21:39 +08:00
help.go Rename RawJSON to Raw in runtime.RawExtension and add ContentType & ContentEncoding. 2016-03-18 12:35:27 +01:00
interfaces.go Redo Unstructured to have accessor methods 2016-05-03 14:07:28 -07:00
meta_test.go Switch API objects to not register per version codecs 2016-01-22 01:10:21 -05:00
meta.go Switch api.ObjetaMetaFor to meta.Accessor 2016-03-31 17:52:31 +02:00
multirestmapper_test.go update multiRESTMapper to properly union constituent RESTMappers 2016-02-25 07:35:22 -05:00
multirestmapper.go Tolerate multiple registered versions in a single group 2016-03-12 12:49:41 -05:00
priority_test.go add a PriorityRESTMapper that can choose particular group/version of a resource 2016-02-25 07:35:23 -05:00
priority.go add a PriorityRESTMapper that can choose particular group/version of a resource 2016-02-25 07:35:23 -05:00
restmapper_test.go Merge pull request #20968 from deads2k/fix-resource-partial-match 2016-02-14 02:19:31 -08:00
restmapper.go relax restmapper resource matching 2016-03-30 15:37:47 -04:00