mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 14:23:37 +00:00
Merge pull request #44327 from NickrenREN/vsphere-util
Automatic merge from submit-queue Using BetaStorageClassAnnotation to avoid hardcode **Release note**: ```release-note NONE ```
This commit is contained in:
commit
c826c5a1b8
@ -203,7 +203,7 @@ func getVSphereStorageClassSpec(name string, scParameters map[string]string) *st
|
|||||||
|
|
||||||
func getVSphereClaimSpecWithStorageClassAnnotation(ns string, storageclass *storage.StorageClass) *v1.PersistentVolumeClaim {
|
func getVSphereClaimSpecWithStorageClassAnnotation(ns string, storageclass *storage.StorageClass) *v1.PersistentVolumeClaim {
|
||||||
scAnnotation := make(map[string]string)
|
scAnnotation := make(map[string]string)
|
||||||
scAnnotation["volume.beta.kubernetes.io/storage-class"] = storageclass.Name
|
scAnnotation[v1.BetaStorageClassAnnotation] = storageclass.Name
|
||||||
|
|
||||||
claim := &v1.PersistentVolumeClaim{
|
claim := &v1.PersistentVolumeClaim{
|
||||||
ObjectMeta: metav1.ObjectMeta{
|
ObjectMeta: metav1.ObjectMeta{
|
||||||
|
Loading…
Reference in New Issue
Block a user