Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { return []interface{}{ func(j *apps.Chain, c fuzz.Continue) { c.FuzzNoCustom(s) }, func(j *apps.MinerSet, c fuzz.Continue) { c.FuzzNoCustom(s) if j.Spec.Selector == nil { j.Spec.Selector = &metav1.LabelSelector{MatchLabels: j.Spec.Template.Labels} } if len(j.Labels) == 0 { j.Labels = j.Spec.Template.Labels } }, func(j *apps.Miner, c fuzz.Continue) { c.FuzzNoCustom(s) }, } }
Funcs returns the fuzzer functions for the apps api group.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.