package
1.13.3-k3s2
Repository: https://github.com/ibuildthecloud/k3s-dev.git
Documentation: pkg.go.dev

# Functions

EqualPriorityMap is a prioritizer function that gives an equal weight of one to all nodes.
NewGenericScheduler creates a genericScheduler object.
NewHTTPExtender creates an HTTPExtender object.
PrioritizeNodes prioritizes the nodes by running the individual priority functions in parallel.

# Constants

DefaultExtenderTimeout defines the default extender timeout in second.
NoNodeAvailableMsg is used to format message when no nodes available.

# Variables

ErrNoNodesAvailable is used to describe the error that no nodes available to schedule pods.

# Structs

FitError describes a fit error of a pod.
HTTPExtender implements the algorithm.SchedulerExtender interface.

# Type aliases

FailedPredicateMap declares a map[string][]algorithm.PredicateFailureReason type.