Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidatePriorityLevelConfiguration (1.08 sec)

  1. pkg/apis/flowcontrol/validation/validation_test.go

    		t.Run(testCase.name, func(t *testing.T) {
    			gv := flowcontrolv1beta3.SchemeGroupVersion
    			if testCase.requestGV != nil {
    				gv = *testCase.requestGV
    			}
    			errs := ValidatePriorityLevelConfiguration(testCase.priorityLevelConfiguration, gv, PriorityLevelValidationOptions{})
    			if !assert.ElementsMatch(t, testCase.expectedErrors, errs) {
    				t.Logf("mismatch: %v", cmp.Diff(testCase.expectedErrors, errs))
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
Back to top