Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestVersionedEncoding (0.3 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/codec_test.go

    	}
    	for _, item := range table {
    		// Try a few times, since runTest uses random values.
    		for i := 0; i < *fuzzIters; i++ {
    			runTest(t, item)
    		}
    	}
    }
    
    func TestVersionedEncoding(t *testing.T) {
    	s, _ := GetTestScheme()
    	cf := newCodecFactory(s, newSerializersForScheme(s, testMetaFactory{}, CodecFactoryOptions{Pretty: true, Strict: true}))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 13.2K bytes
    - Viewed (0)
Back to top