kubernetes/pkg/api
Clayton Coleman c077bac341
Implement a RESTMappings method
With the introduction of batch/v1 and batch/v2alpha1, any
MultiRESTMapper that has per groupversion mappers (as a naive discovery
client would create) would end up being unable to call RESTMapping() on
batch.Jobs. As we finish up discovery we will need to be able to choose
prioritized RESTMappings based on the service discovery doc.

This change implements RESTMappings(groupversion) which returns all
possible RESTMappings for that kind.  That allows a higher level call to
prioritize the returned mappings by server or client preferred version.
2016-07-13 21:18:53 -04:00
..
annotations Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
endpoints Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
errors Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
install Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
meta Implement a RESTMappings method 2016-07-13 21:18:53 -04:00
pod Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
resource Add support for manually defined DeepCopy methods 2016-07-07 16:49:46 -07:00
rest api: validate generation updates 2016-07-07 13:09:48 +02:00
service Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
testapi Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
testing Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
unversioned Don't check in generated deep-copy code 2016-07-12 21:52:54 -07:00
util Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
v1 Don't check in generated conversion code 2016-07-12 21:52:54 -07:00
validation make PVCs immutable (except volumeName) post-creation 2016-07-11 11:50:16 -04:00
context_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
context.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
conversion_test.go Turn pkg/api/pod_example.json into go struct to avoid noise in pprof 2016-07-12 20:36:48 +02:00
conversion.go Comment and simplify a bit of conversion 2016-07-07 22:09:08 -07:00
copy_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
deep_copy_test.go Turn pkg/api/pod_example.json into go struct to avoid noise in pprof 2016-07-12 20:36:48 +02:00
doc.go Recreate the opt-in/opt-out logic for deepcopy 2016-07-07 16:49:46 -07:00
field_constants.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
generate_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
generate.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
helpers_test.go selector: make sure value of GT and LT is integer 2016-07-04 20:18:17 -07:00
helpers.go Avoid unnecessary copies 2016-07-11 15:41:27 +02:00
mapper.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
meta_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
meta.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
node_example.json Updating scripts to use v1 instead of v1beta3 2015-07-01 00:23:16 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
ref_test.go Use make as the main build tool 2016-07-12 21:52:00 -07:00
ref.go Remove reflection path in meta.Accessor 2016-07-06 11:29:47 -04:00
register.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
replication_controller_example.json Merge pull request #10604 from nikhiljindal/v1 2015-07-01 15:54:17 -07:00
requestcontext.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
resource_helpers_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
resource_helpers.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
serialization_proto_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
serialization_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
types.generated.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
types.go Merge pull request #28524 from hongchaodeng/listopt 2016-07-12 03:41:39 -07:00