remove volumeoptions from VolumePlugin and BlockVolumePlugin
This commit is contained in:
@@ -315,7 +315,7 @@ func doTestPlugin(scenario struct {
|
||||
return allErrs
|
||||
}
|
||||
pod := &v1.Pod{ObjectMeta: metav1.ObjectMeta{UID: types.UID("poduid")}}
|
||||
mounter, err := plug.NewMounter(volume.NewSpecFromVolume(scenario.vol), pod, volume.VolumeOptions{})
|
||||
mounter, err := plug.NewMounter(volume.NewSpecFromVolume(scenario.vol), pod)
|
||||
|
||||
if err != nil {
|
||||
allErrs = append(allErrs,
|
||||
|
||||
Reference in New Issue
Block a user