package fuzzer
import "k8s.io/kubernetes/pkg/apis/scheduling/fuzzer"
Index ¶
Variables ¶
var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} { return []interface{}{ func(s *scheduling.PriorityClass, c fuzz.Continue) { c.FuzzNoCustom(s) if s.PreemptionPolicy == nil { preemptLowerPriority := core.PreemptLowerPriority s.PreemptionPolicy = &preemptLowerPriority } }, } }
Funcs returns the fuzzer functions for the scheduling api group.
Source Files ¶
fuzzer.go
- Version
- v1.28.9
- Published
- Apr 16, 2024
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 3 minutes ago –
Tools for package owners.