k3s/pkg/api/latest
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 Allow server and client to take api version as argument 2014-09-18 23:27:28 -04:00
latest.go Fixes golint errors in pkg/api. 2014-11-14 13:14:23 +09:00
latest_test.go RESTMapper should take into account multiple versions 2014-12-22 14:46:31 -05:00