remove BulkVolumeVerifier interface from volume

This commit is contained in:
carlory
2024-05-11 11:18:02 +08:00
parent 4f04dffe5b
commit 21baa25e1a
23 changed files with 8 additions and 277 deletions

View File

@@ -83,10 +83,6 @@ func (plugin *testPlugins) SupportsMountOption() bool {
return false
}
func (plugin *testPlugins) SupportsBulkVolumeVerification() bool {
return false
}
func (plugin *testPlugins) SupportsSELinuxContextMount(spec *Spec) (bool, error) {
return false, nil
}