Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidatePodSchedulingUpdate (0.31 sec)

  1. pkg/apis/resource/validation/validation_podschedulingcontext_test.go

    		t.Run(name, func(t *testing.T) {
    			errs := ValidatePodSchedulingContexts(scenario.schedulingCtx)
    			assert.Equal(t, scenario.wantFailures, errs)
    		})
    	}
    }
    
    func TestValidatePodSchedulingUpdate(t *testing.T) {
    	validScheduling := testPodSchedulingContexts("foo", "ns", resource.PodSchedulingContextSpec{})
    	badName := "!@#$%^"
    
    	scenarios := map[string]struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 09:18:08 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top