Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for optionalOldSelf (0.26 sec)

  1. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    						found = true
    						break
    					}
    				}
    				assert.True(t, found, "expected warning %q not found", expectedWarning)
    			}
    
    		})
    	}
    }
    
    // Runs transition rule cases with OptionalOldSelf set to true on the schema
    func TestOptionalOldSelf(t *testing.T) {
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, apiextensionsfeatures.CRDValidationRatcheting, true)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
Back to top