import "k8s.io/kubernetes/staging/src/k8s.io/apimachinery/pkg/api/apitesting/fuzzer"
func FuzzerFor(funcs FuzzerFuncs, src rand.Source, codecs runtimeserializer.CodecFactory) *fuzz.Fuzzer
FuzzerFor can randomly populate api objects that are destined for version.
func ValueFuzz(obj interface{})
ValueFuzz recursively changes all basic type values in an object. Any kind of references will not be touch, i.e. the addresses of slices, maps, pointers will stay unchanged.
type FuzzerFuncs func(codecs runtimeserializer.CodecFactory) []interface{}
FuzzerFuncs returns a list of func(*SomeType, c fuzz.Continue) functions.
func MergeFuzzerFuncs(funcs ...FuzzerFuncs) FuzzerFuncs
MergeFuzzerFuncs will merge the given funcLists, overriding early funcs with later ones if there first argument has the same type.
Package fuzzer imports 4 packages (graph). Updated 2019-06-24. Refresh now. Tools for package owners. This is an inactive package (no imports and no commits in at least two years).