Remove examples directory

This commit is contained in:
Marek Siarkowicz
2018-03-15 23:32:24 +01:00
committed by Marek Siarkowicz
parent c0d1ab8e99
commit f0b5e2d7c5
401 changed files with 46 additions and 11638 deletions

View File

@@ -105,7 +105,7 @@ echo "${ETCD_VERSION}" > "${ETCD_DIR}/version.txt"
# source_file,resource,namespace,name,old_version,new_version
tests=(
examples/persistent-volume-provisioning/rbd/rbd-storage-class.yaml,storageclasses,,slow,v1beta1,v1
test/e2e/testing-manifests/rbd-storage-class.yaml,storageclasses,,slow,v1beta1,v1
)
KUBE_OLD_API_VERSION="networking.k8s.io/v1,storage.k8s.io/v1beta1,extensions/v1beta1"