Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NilChance (0.37 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/validation_test.go

    			if c.RandBool() {
    				*vv = &NestedValueValidation{}
    			}
    		},
    		func(vv *NestedValueValidation, c fuzz.Continue) {
    			if c.RandBool() {
    				*vv = NestedValueValidation{}
    			}
    		},
    	)
    	fuzzer.NilChance(0)
    
    	// check that type must be object
    	typeNames := []string{"object", "array", "number", "integer", "boolean", "string"}
    	for _, typeName := range typeNames {
    		s := Structural{
    			Generic: Generic{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 18:20:00 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top