package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Interfaces
Candidate represents a nominated node on which the preemptor can be scheduled, along with the list of victims that should be evicted for the preemptor to fit the node.
Interface is expected to be implemented by different preemption plugins as all those member methods might have different behavior compared with the default preemption.