kubernetes/pkg/scheduler/framework/plugins/volumerestrictions/volume_restrictions_test.go

func TestGCEDiskConflicts(t *testing.T) {}

func TestAWSDiskConflicts(t *testing.T) {}

func TestRBDDiskConflicts(t *testing.T) {}

func TestISCSIDiskConflicts(t *testing.T) {}

func TestAccessModeConflicts(t *testing.T) {}

func Test_isSchedulableAfterPodDeleted(t *testing.T) {}

func Test_isSchedulableAfterPersistentVolumeClaimChange(t *testing.T) {}

func newPlugin(ctx context.Context, t *testing.T) framework.Plugin {}

func newPluginWithListers(ctx context.Context, t *testing.T, pods []*v1.Pod, nodes []*v1.Node, pvcs []*v1.PersistentVolumeClaim) framework.Plugin {}