Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFindPodVolumesWithProvisioning (0.26 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    	} {
    		t.Run(description, func(t *testing.T) {
    			for name, scenario := range scenarios {
    				t.Run(name, func(t *testing.T) { run(t, scenario, csiDriver) })
    			}
    		})
    	}
    }
    
    func TestFindPodVolumesWithProvisioning(t *testing.T) {
    	t.Parallel()
    
    	type scenarioType struct {
    		// Inputs
    		pvs     []*v1.PersistentVolume
    		podPVCs []*v1.PersistentVolumeClaim
    		// If nil, use pod PVCs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top