Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTaintTolerationFilter (0.22 sec)

  1. pkg/scheduler/framework/plugins/tainttoleration/taint_toleration_test.go

    			}
    
    			if !reflect.DeepEqual(test.expectedList, gotList) {
    				t.Errorf("expected:\n\t%+v,\ngot:\n\t%+v", test.expectedList, gotList)
    			}
    		})
    	}
    }
    
    func TestTaintTolerationFilter(t *testing.T) {
    	tests := []struct {
    		name       string
    		pod        *v1.Pod
    		node       *v1.Node
    		wantStatus *framework.Status
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top