Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Name is the name of the plugin used in the plugin registry and configurations. Name = "NodePorts" // ErrReason when node ports aren't available. ErrReason = "node(s) didn't have free ports for the requested pod ports" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NodePorts ¶
type NodePorts struct{}
NodePorts is a plugin that checks if a node has free ports for the requested pod ports.
func (*NodePorts) Filter ¶
func (pl *NodePorts) Filter(ctx context.Context, cycleState *framework.CycleState, pod *v1.Pod, nodeInfo *framework.NodeInfo) *framework.Status
Filter invoked at the filter extension point.
Click to show internal directories.
Click to hide internal directories.