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

@@ -169,11 +169,6 @@ type VolumePlugin interface {
// user specified mount options will result in error creating persistent volumes
SupportsMountOption() bool
// SupportsBulkVolumeVerification checks if volume plugin type is capable
// of enabling bulk polling of all nodes. This can speed up verification of
// attached volumes by quite a bit, but underlying pluging must support it.
SupportsBulkVolumeVerification() bool
// SupportsSELinuxContextMount returns true if volume plugins supports
// mount -o context=XYZ for a given volume.
SupportsSELinuxContextMount(spec *Spec) (bool, error)