Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { return []interface{}{ func(s *webhook.WebhookConfiguration, c fuzz.Continue) { c.FuzzNoCustom(s) if s.HealthzPort == nil { s.HealthzPort = pointer.Int(12) } if s.SecurePort == nil { s.SecurePort = pointer.Int(123) } if s.PprofAddress == "" { s.PprofAddress = "something:1234" } }, } }
Funcs returns the fuzzer functions for the webhook config api group.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.