import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/nodename"
const ( // Name is the name of the plugin used in the plugin registry and configurations. Name = "NodeName" // ErrReason returned when node name doesn't match. ErrReason = "node(s) didn't match the requested node name" )
Fits actually checks if the pod fits the node.
New initializes a new plugin and returns it.
type NodeName struct{}
NodeName is a plugin that checks if a pod spec node name matches the current node.
func (pl *NodeName) Filter(ctx context.Context, _ *framework.CycleState, pod *v1.Pod, nodeInfo *framework.NodeInfo) *framework.Status
Filter invoked at the filter extension point.
Name returns name of the plugin. It is used in logs, etc.
Package nodename imports 4 packages (graph) and is imported by 35 packages. Updated 2021-01-24. Refresh now. Tools for package owners.