kubernetes/pkg/kubectl/scheme
Kubernetes Submit Queue dc7f074213
Merge pull request #63309 from deads2k/server-13-rootscopedkind
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

 remove rootscopedkinds from groupmeta

builds on https://github.com/kubernetes/kubernetes/pull/63206

Since, a RESTMapping can only be determined based on a connection to a server, the only thing that needs to know the namespaced-ness of a resource is the code doing the registration.  Everything else is derived from that source of truth.  This removes the other dangling references and collapses down onto the existing namespaced-ness methods in the strategies backing the stores.

@kubernetes/sig-api-machinery-pr-reviews 

```release-note
NONE
```
2018-05-01 13:10:49 -07:00
..
BUILD Merge pull request #63309 from deads2k/server-13-rootscopedkind 2018-05-01 13:10:49 -07:00
install.go remove rootscopedkinds from groupmeta 2018-05-01 13:08:23 -04:00
scheme.go remove KUBE_API_VERSIONS 2018-04-26 08:27:49 -04:00
sparse_test.go add test for sparse version encoding/decoding 2018-05-01 09:34:06 -04:00