package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

Fits checks if node have enough resources to host the pod.
NewBalancedAllocation initializes a new plugin and returns it.
NewFit initializes a new plugin and returns it.

# Constants

BalancedAllocationName is the name of the plugin used in the plugin registry and configurations.
Name is the name of the plugin used in the plugin registry and configurations.

# Structs

BalancedAllocation is a score plugin that calculates the difference between the cpu and memory fraction of capacity, and prioritizes the host based on how close the two metrics are to each other.
Fit is a plugin that checks if a node has sufficient resources.
InsufficientResource describes what kind of resource limit is hit and caused the pod to not fit the node.