Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testPodSchedulingContexts (0.21 sec)

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

    		wantFailures  field.ErrorList
    	}{
    		"good-schedulingCtx": {
    			schedulingCtx: testPodSchedulingContexts(goodName, goodNS, goodPodSchedulingSpec),
    		},
    		"missing-name": {
    			wantFailures:  field.ErrorList{field.Required(field.NewPath("metadata", "name"), "name or generateName is required")},
    			schedulingCtx: testPodSchedulingContexts("", goodNS, goodPodSchedulingSpec),
    		},
    		"bad-name": {
    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