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 randfill.Continue) { c.FillNoCustom(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.33.2 (latest)
- Published
- Jun 17, 2025
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 7 minutes ago –
Tools for package owners.