Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testapigroupFuncs (0.72 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/fuzzer/fuzzer.go

    			if err != nil {
    				panic(fmt.Sprintf("Failed to encode object: %v", err))
    			}
    
    			// Set the bytes field on the RawExtension
    			r.Raw = bytes
    		},
    	}
    }
    
    func testapigroupFuncs(codecs runtimeserializer.CodecFactory) []interface{} {
    	return []interface{}{
    		func(s *testapigroup.CarpSpec, c fuzz.Continue) {
    			c.FuzzNoCustom(s)
    			// has a default value
    			ttl := int64(30)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 01 19:31:12 UTC 2018
    - 3.1K bytes
    - Viewed (0)
Back to top