Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RoundTripExternalTypes (0.25 sec)

  1. staging/src/k8s.io/api/roundtrip_test.go

    	// switch to specialized. For now we're happy with the current serialization test.
    	fuzzer := fuzzer.FuzzerFor(genericfuzzer.Funcs, rand.NewSource(seed), codecs)
    
    	roundtrip.RoundTripExternalTypes(t, scheme, codecs, fuzzer, nil)
    }
    
    func TestCompatibility(t *testing.T) {
    	scheme := runtime.NewScheme()
    	for _, builder := range groups {
    		require.NoError(t, builder.AddToScheme(scheme))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/api/apitesting/roundtrip/roundtrip.go

    		}
    
    		t.Logf("finished group %q", group)
    	}
    }
    
    // RoundTripExternalTypes applies the round-trip test to all external round-trippable Kinds
    // in the scheme.  It will skip all the GroupVersionKinds in the nonRoundTripExternalTypes list .
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:48:03 UTC 2023
    - 16.8K bytes
    - Viewed (0)
Back to top