k3s/pkg/api/meta
Clayton Coleman 8bef68d475 RESTMapper should take into account multiple versions
When a CLI command `kubectl get rc --api-version=v1beta3` is called,
the API resource name should match v1beta3, not whatever the default
RESTMapper version is.  This allows the correct resource name to be
returned ("replicationcontrollers", instead of "replicationControllers").
2014-12-22 14:46:31 -05:00
..
doc.go Move typemeta.go to api/meta/meta.go 2014-10-22 22:28:06 -04:00
interfaces.go RESTMapper should take into account multiple versions 2014-12-22 14:46:31 -05:00
meta.go Add Labels and Annotations to MetadataAccessor 2014-12-01 16:36:24 +01:00
meta_test.go Remove unused YAML tags and GetYAML/SetYAML methods 2014-12-02 16:25:28 -08:00
restmapper.go RESTMapper should take into account multiple versions 2014-12-22 14:46:31 -05:00
restmapper_test.go RESTMapper should take into account multiple versions 2014-12-22 14:46:31 -05:00