Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for initNodes (0.2 sec)

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

    		// Setup
    		testEnv := newTestBinder(t, ctx)
    		testEnv.initVolumes(scenario.pvs, scenario.pvs)
    
    		var node *v1.Node
    		if len(scenario.initNodes) > 0 {
    			testEnv.initNodes(scenario.initNodes)
    			node = scenario.initNodes[0]
    		} else {
    			node = node1
    		}
    
    		if len(scenario.initCSINodes) > 0 {
    			testEnv.initCSINodes(scenario.initCSINodes)
    		}
    
    		// a. Init pvc cache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption_test.go

    	tests := []struct {
    		name                    string
    		args                    *config.DefaultPreemptionArgs
    		nodeNames               []string
    		testPods                []*v1.Pod
    		initPods                []*v1.Pod
    		registerPlugins         []tf.RegisterPluginFunc
    		pdbs                    []*policy.PodDisruptionBudget
    		fakeFilterRC            framework.Code // return code for fake filter plugin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top