Documentation ¶
Index ¶
- Constants
- func New(_ runtime.Object, _ handle.PodFrameworkHandle) (framework.Plugin, error)
- type NodePorts
- func (pl *NodePorts) Filter(ctx context.Context, cycleState *framework.CycleState, pod *v1.Pod, ...) *framework.Status
- func (pl *NodePorts) Name() string
- func (pl *NodePorts) PreFilter(ctx context.Context, cycleState *framework.CycleState, pod *v1.Pod) *framework.Status
- func (pl *NodePorts) PreFilterExtensions() framework.PreFilterExtensions
Constants ¶
View Source
const ( Name = utils.Name // 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.
func (*NodePorts) PreFilter ¶
func (pl *NodePorts) PreFilter(ctx context.Context, cycleState *framework.CycleState, pod *v1.Pod) *framework.Status
PreFilter invoked at the prefilter extension point.
func (*NodePorts) PreFilterExtensions ¶
func (pl *NodePorts) PreFilterExtensions() framework.PreFilterExtensions
PreFilterExtensions do not exist for this plugin.
Click to show internal directories.
Click to hide internal directories.