From 0865289f28f1d3239d0b9e6d10aab84ee15e9e18 Mon Sep 17 00:00:00 2001 From: NickrenREN Date: Wed, 5 Apr 2017 19:35:14 +0800 Subject: [PATCH] Remove alphaProvisioner in PVController and AlphaStorageClassAnnotation Kubernetes-commit: fa7bd44966f02a87bd964dd63cba8e741aaaacc8 --- pkg/api/v1/types.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go index 2741ec3d..cf298521 100644 --- a/pkg/api/v1/types.go +++ b/pkg/api/v1/types.go @@ -431,11 +431,6 @@ type PersistentVolumeSource struct { } const ( - // AlphaStorageClassAnnotation represents the previous alpha storage class - // annotation. It's currently still used and will be held for backwards - // compatibility - AlphaStorageClassAnnotation = "volume.alpha.kubernetes.io/storage-class" - // BetaStorageClassAnnotation represents the beta/previous StorageClass annotation. // It's currently still used and will be held for backwards compatibility BetaStorageClassAnnotation = "volume.beta.kubernetes.io/storage-class"