mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Remove 'beta' from default storage class annotation (storage/util)
This commit is contained in:
parent
25a87fa19c
commit
3beee8da90
@ -20,8 +20,8 @@ import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
|||||||
|
|
||||||
// IsDefaultStorageClassAnnotation represents a StorageClass annotation that
|
// IsDefaultStorageClassAnnotation represents a StorageClass annotation that
|
||||||
// marks a class as the default StorageClass
|
// marks a class as the default StorageClass
|
||||||
//TODO: Update IsDefaultStorageClassannotation and remove Beta when no longer used
|
//TODO: remove Beta when no longer used
|
||||||
const IsDefaultStorageClassAnnotation = "storageclass.beta.kubernetes.io/is-default-class"
|
const IsDefaultStorageClassAnnotation = "storageclass.kubernetes.io/is-default-class"
|
||||||
const BetaIsDefaultStorageClassAnnotation = "storageclass.beta.kubernetes.io/is-default-class"
|
const BetaIsDefaultStorageClassAnnotation = "storageclass.beta.kubernetes.io/is-default-class"
|
||||||
|
|
||||||
// IsDefaultAnnotationText returns a pretty Yes/No String if
|
// IsDefaultAnnotationText returns a pretty Yes/No String if
|
||||||
|
Loading…
Reference in New Issue
Block a user