type FuzzerFuncs … // FuzzerFor can randomly populate api objects that are destined for version. func FuzzerFor(funcs FuzzerFuncs, src rand.Source, codecs runtimeserializer.CodecFactory) *fuzz.Fuzzer { … } // MergeFuzzerFuncs will merge the given funcLists, overriding early funcs with later ones if there first // argument has the same type. func MergeFuzzerFuncs(funcs ...FuzzerFuncs) FuzzerFuncs { … } func NormalizeJSONRawExtension(ext *runtime.RawExtension) { … }