Versions in this module Expand all Collapse all v1 v1.8.6 Apr 4, 2024 Changes in this version + func HubSpokeHub(input FuzzTestFuncInput) + func SpokeHubSpoke(input FuzzTestFuncInput) v1.8.5 Dec 14, 2023 Changes in this version + const AnnotationKey + func MarshalData(src metav1.Object, dst metav1.Object) error + func UnmarshalData(from metav1.Object, to interface{}) (bool, error) v1.8.2 Jun 21, 2023 Changes in this version + func FuzzTestFunc(input FuzzTestFuncInput) func(*testing.T) + func GetFuzzer(scheme *runtime.Scheme, funcs ...fuzzer.FuzzerFuncs) *fuzz.Fuzzer + type FuzzTestFuncInput struct + FuzzerFuncs []fuzzer.FuzzerFuncs + Hub conversion.Hub + HubAfterMutation func(conversion.Hub) + Scheme *runtime.Scheme + SkipSpokeAnnotationCleanup bool + Spoke conversion.Convertible + SpokeAfterMutation func(convertible conversion.Convertible)