mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
Merge pull request #77317 from gnufied/fix-block-volume-resizing
Fix block volume expansion
This commit is contained in:
@@ -53,7 +53,7 @@ type StorageClassTest struct {
|
||||
ClaimSize string
|
||||
ExpectedSize string
|
||||
PvCheck func(claim *v1.PersistentVolumeClaim)
|
||||
VolumeMode *v1.PersistentVolumeMode
|
||||
VolumeMode v1.PersistentVolumeMode
|
||||
AllowVolumeExpansion bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user