kubernetes/pkg/master
Kubernetes Submit Queue e3f0ce2347 Merge pull request #32586 from deads2k/api-05-restrict-versions
Automatic merge from submit-queue

restrict discoverable versions to those that have resources

Prevents versions with no resources from appearing in discovery.

@soltysh ptal.  I think you have some issues for this, mind wiring them up?

```
kubectl api-versions
apps/v1alpha1
authentication.k8s.io/v1beta1
authorization.k8s.io/v1beta1
autoscaling/v1
batch/v1
certificates.k8s.io/v1alpha1
extensions/v1beta1
policy/v1alpha1
rbac.authorization.k8s.io/v1alpha1
storage.k8s.io/v1beta1
v1
```
Fixes  #29998.
2016-09-15 05:56:34 -07:00
..
ports Use Go canonical import paths 2016-07-16 13:48:21 -04:00
controller.go move RangeRegistry to a separate package for generic usage 2016-08-09 13:10:48 +08:00
controller_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
import_known_versions.go move StorageClass to its own group 2016-09-06 08:41:17 -04:00
import_known_versions_test.go Doc API group suffix, add test to catch new groups 2016-09-09 15:56:08 -04:00
master.go EnableGarbageCollection should be a struct member on RESTOptions 2016-09-15 00:09:28 -04:00
master_test.go Merge pull request #32586 from deads2k/api-05-restrict-versions 2016-09-15 05:56:34 -07:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00
storage_apps.go separate out api group storage registration 2016-08-01 08:26:19 -04:00
storage_authentication.go interesting changes to add tokenreviews endpoint to implement webhook 2016-08-03 08:37:45 -04:00
storage_authorization.go add localSAR 2016-09-13 08:54:23 -04:00
storage_autoscaling.go separate out api group storage registration 2016-08-01 08:26:19 -04:00
storage_batch.go ScheduledJob storage leftovers 2016-08-03 17:25:35 +02:00
storage_certificates.go separate out api group storage registration 2016-08-01 08:26:19 -04:00
storage_extensions.go move StorageClass to its own group 2016-09-06 08:41:17 -04:00
storage_policy.go separate out api group storage registration 2016-08-01 08:26:19 -04:00
storage_rbac.go separate out api group storage registration 2016-08-01 08:26:19 -04:00
storage_storage.go move StorageClass to its own group 2016-09-06 08:41:17 -04:00
thirdparty_controller.go Fix third party APIResource reporting 2016-08-13 15:51:34 -07:00
thirdparty_controller_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00