Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HubSpokeHub ¶
func HubSpokeHub(input FuzzTestFuncInput)
func SpokeHubSpoke ¶
func SpokeHubSpoke(input FuzzTestFuncInput)
Types ¶
type FuzzTestFuncInput ¶
type FuzzTestFuncInput struct {
Scheme *runtime.Scheme
Hub ctrlconversion.Hub
HubAfterMutation func(ctrlconversion.Hub)
Spoke ctrlconversion.Convertible
SpokeAfterMutation func(convertible ctrlconversion.Convertible)
SkipSpokeAnnotationCleanup bool
FuzzerFuncs []fuzzer.FuzzerFuncs
}
FuzzTestFuncInput contains input parameters for the FuzzTestFunc function.
Click to show internal directories.
Click to hide internal directories.