Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getNodeWithPodAndVolumeLimits (0.29 sec)

  1. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi_test.go

    		},
    	}
    
    	for _, test := range tests {
    		t.Run(test.test, func(t *testing.T) {
    			_, ctx := ktesting.NewTestContext(t)
    			fts := feature.Features{}
    			node, csiNode := getNodeWithPodAndVolumeLimits("node", test.existingPods, test.maxVols, filterName)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 36.8K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/nodevolumelimits/csi_test.go

    		},
    	}
    
    	// running attachable predicate tests with feature gate and limit present on nodes
    	for _, test := range tests {
    		t.Run(test.test, func(t *testing.T) {
    			node, csiNode := getNodeWithPodAndVolumeLimits(test.limitSource, test.existingPods, test.maxVols, test.driverNames...)
    			if csiNode != nil {
    				enableMigrationOnNode(csiNode, csilibplugins.AWSEBSInTreePluginName)
    			}
    			csiTranslator := csitrans.New()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 18:07:11 UTC 2024
    - 28.6K bytes
    - Viewed (0)
Back to top