const modifyPollInterval …
const setVACWaitPeriod …
const modifyingConditionSyncWaitPeriod …
const modifyVolumeWaitPeriod …
const vacCleanupWaitPeriod …
type volumeModifyTestSuite …
func InitCustomVolumeModifyTestSuite(patterns []storageframework.TestPattern) storageframework.TestSuite { … }
func InitVolumeModifyTestSuite() storageframework.TestSuite { … }
func (v *volumeModifyTestSuite) GetTestSuiteInfo() storageframework.TestSuiteInfo { … }
func (v *volumeModifyTestSuite) SkipUnsupportedTests(driver storageframework.TestDriver, pattern storageframework.TestPattern) { … }
func (v *volumeModifyTestSuite) DefineTests(driver storageframework.TestDriver, pattern storageframework.TestPattern) { … }
func SetPVCVACName(ctx context.Context, origPVC *v1.PersistentVolumeClaim, name string, c clientset.Interface, timeout time.Duration) *v1.PersistentVolumeClaim { … }
func WaitForVolumeModification(ctx context.Context, pvc *v1.PersistentVolumeClaim, c clientset.Interface, timeout time.Duration) *v1.PersistentVolumeClaim { … }
func CleanupVAC(ctx context.Context, vac *storagev1beta1.VolumeAttributesClass, c clientset.Interface, timeout time.Duration) { … }
func vacMatches(pvc *v1.PersistentVolumeClaim, expectedVac string, checkStatusCurrentVac bool) bool { … }