kubernetesk8s.io/kubernetes/pkg/apis/scheduling/fuzzer Index | Files

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.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
3 hours ago

Tools for package owners.