Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFindPodVolumesWithoutProvisioning (0.21 sec)

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

    		return nil, nil, fmt.Errorf("pod has unbound immediate PersistentVolumeClaims")
    	}
    	return binder.FindPodVolumes(logger, pod, podVolumeClaims, node)
    }
    
    func TestFindPodVolumesWithoutProvisioning(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