nodeports

package
v1.21.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2021 License: Apache-2.0 Imports: 5 Imported by: 8

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

func Fits added in v1.18.0

func Fits(pod *v1.Pod, nodeInfo *framework.NodeInfo) bool

Fits checks if the pod fits the node.

func New

New initializes a new plugin and returns it.

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) Name

func (pl *NodePorts) Name() string

Name returns name of the plugin. It is used in logs, etc.

func (*NodePorts) PreFilter added in v1.18.0

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 added in v1.18.0

func (pl *NodePorts) PreFilterExtensions() framework.PreFilterExtensions

PreFilterExtensions do not exist for this plugin.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL