mirror of
https://github.com/kubernetes/client-go.git
synced 2025-06-25 14:41:53 +00:00
Remove alphaProvisioner in PVController and AlphaStorageClassAnnotation
Kubernetes-commit: fa7bd44966f02a87bd964dd63cba8e741aaaacc8
This commit is contained in:
parent
5cca8d5380
commit
0865289f28
@ -431,11 +431,6 @@ type PersistentVolumeSource struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
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.
|
// BetaStorageClassAnnotation represents the beta/previous StorageClass annotation.
|
||||||
// It's currently still used and will be held for backwards compatibility
|
// It's currently still used and will be held for backwards compatibility
|
||||||
BetaStorageClassAnnotation = "volume.beta.kubernetes.io/storage-class"
|
BetaStorageClassAnnotation = "volume.beta.kubernetes.io/storage-class"
|
||||||
|
Loading…
Reference in New Issue
Block a user