Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withPVCSVolume (0.11 sec)

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

    		// b. Generate pod with given claims
    		if scenario.pod == nil {
    			scenario.pod = makePod("test-pod").
    				withNamespace("testns").
    				withNodeName("node1").
    				withPVCSVolume(scenario.podPVCs).Pod
    		}
    
    		// Execute
    		podVolumes, reasons, err := findPodVolumes(logger, testEnv.binder, scenario.pod, testNode)
    
    		// Validate
    		if !scenario.shouldFail && err != nil {
    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