Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GlobalNonRoundTrippableTypes (0.25 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/apitesting/roundtrip/roundtrip.go

    }
    
    var FuzzIters = flag.Int("fuzz-iters", defaultFuzzIters, "How many fuzzing iterations to do.")
    
    // globalNonRoundTrippableTypes are kinds that are effectively reserved across all GroupVersions
    // They don't roundtrip
    var globalNonRoundTrippableTypes = sets.NewString(
    	"ExportOptions",
    	"GetOptions",
    	// WatchEvent does not include kind and version and can only be deserialized
    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