Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for Hour (0.04 sec)

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

    					t.Run(podMeta.Name, func(t *testing.T) {
    						errs := ValidatePodSpec(spec, podMeta, field.NewPath("field"), PodValidationOptions{})
    						// Only one out of the four combinations fails.
    						expectError := spec == &goodClaimTemplate && podMeta == brokenPodName
    						if expectError && len(errs) == 0 {
    							t.Error("did not get the expected failure")
    						}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top