import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/nodepreferavoidpods"
const Name = "NodePreferAvoidPods"
Name is the name of the plugin used in the plugin registry and configurations.
New initializes a new plugin and returns it.
type NodePreferAvoidPods struct {
// contains filtered or unexported fields
}
NodePreferAvoidPods is a plugin that priorities nodes according to the node annotation "scheduler.alpha.kubernetes.io/preferAvoidPods".
func (pl *NodePreferAvoidPods) Name() string
Name returns name of the plugin. It is used in logs, etc.
func (pl *NodePreferAvoidPods) Score(ctx context.Context, state *framework.CycleState, pod *v1.Pod, nodeName string) (int64, *framework.Status)
Score invoked at the score extension point.
func (pl *NodePreferAvoidPods) ScoreExtensions() framework.ScoreExtensions
ScoreExtensions of the Score plugin.
Package nodepreferavoidpods imports 7 packages (graph) and is imported by 34 packages. Updated 2020-10-16. Refresh now. Tools for package owners.