Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ufour (0.15 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)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

    stores a set of fields in a data structure like a Trie, in JSON format.\n\nEach key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:<name>', where <name> is the name of a field in a struct, or key in a map 'v:<value>', where <value> is the exact json formatted value of a list item 'i:<index>', where <index> is position of a item in a list 'k:<keys>', where <keys> is...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top