package
0.33.0-alpha.2
Repository: https://github.com/kubernetes/apimachinery.git
Documentation: pkg.go.dev

# Functions

FuzzerFor can randomly populate api objects that are destined for version.
MergeFuzzerFuncs will merge the given funcLists, overriding early funcs with later ones if there first argument has the same type.
No description provided by the author
ValueFuzz recursively changes all basic type values in an object.

# Type aliases

FuzzerFuncs returns a list of func(*SomeType, c fuzz.Continue) functions.