kubernetes/pkg/api/meta
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
..
metatypes Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
errors.go Implement a RESTMappings method 2016-07-13 21:18:53 -04:00
help_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
help.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
interfaces.go Implement a RESTMappings method 2016-07-13 21:18:53 -04:00
meta_test.go Remove reflection path in meta.Accessor 2016-07-06 11:29:47 -04:00
meta.go Remove reflection path in meta.Accessor 2016-07-06 11:29:47 -04:00
multirestmapper_test.go Implement a RESTMappings method 2016-07-13 21:18:53 -04:00
multirestmapper.go Implement a RESTMappings method 2016-07-13 21:18:53 -04:00
priority_test.go Implement a RESTMappings method 2016-07-13 21:18:53 -04:00
priority.go Implement a RESTMappings method 2016-07-13 21:18:53 -04:00
restmapper_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
restmapper.go Implement a RESTMappings method 2016-07-13 21:18:53 -04:00