mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-22 09:21:19 -05:00
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").
|
||
|---|---|---|
| .. | ||
| doc.go | ||
| interfaces.go | ||
| meta.go | ||
| meta_test.go | ||
| restmapper.go | ||
| restmapper_test.go | ||