Fix blockvolume expansion

This commit is contained in:
Hemant Kumar
2019-05-01 15:55:09 -04:00
parent ca17f9d73f
commit 0eb68c5a22
4 changed files with 79 additions and 44 deletions

View File

@@ -53,7 +53,7 @@ type StorageClassTest struct {
ClaimSize string
ExpectedSize string
PvCheck func(claim *v1.PersistentVolumeClaim)
VolumeMode *v1.PersistentVolumeMode
VolumeMode v1.PersistentVolumeMode
AllowVolumeExpansion bool
}