Add storage.k8s.io/v1

This commit is contained in:
Jan Safranek
2017-03-02 08:55:25 +01:00
parent fa0387c9fe
commit 584b57b8b4
10 changed files with 294 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ rbac.authorization.k8s.io/v1beta1 \
rbac.authorization.k8s.io/v1alpha1 \
settings.k8s.io/v1alpha1 \
storage.k8s.io/v1beta1 \
storage.k8s.io/v1\
}"
# not all group versions are exposed by the server. This list contains those

View File

@@ -3282,7 +3282,7 @@ runTests() {
kubectl create -f - "${kube_flags[@]}" << __EOF__
{
"kind": "StorageClass",
"apiVersion": "storage.k8s.io/v1beta1",
"apiVersion": "storage.k8s.io/v1",
"metadata": {
"name": "storage-class-name"
},