Merge pull request #35648 from deads2k/api-32-reflective-checks

Automatic merge from submit-queue

add script to check for updates to the files for generation

Adds a verify script to help people writing APIs remember to wire all the individual pieces up.  Eventually it will be better to avoid this altogether, but this is a start.

@ncdc fyi
This commit is contained in:
Kubernetes Submit Queue
2016-11-04 01:16:52 -07:00
committed by GitHub
5 changed files with 143 additions and 8 deletions

View File

@@ -66,7 +66,10 @@ storage.k8s.io/v1beta1\
# not all group versions are exposed by the server. This list contains those
# which are not available so we don't generate clients or swagger for them
KUBE_NONSERVER_GROUP_VERSIONS="
imagepolicy.k8s.io/v1alpha1
abac.authorization.kubernetes.io/v0 \
abac.authorization.kubernetes.io/v1beta1 \
componentconfig/v1alpha1 \
imagepolicy.k8s.io/v1alpha1\
"
# This emulates "readlink -f" which is not available on MacOS X.