package
1.13.0-alpha.3
Repository: https://github.com/bluebreezecf/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package equivalence defines Pod equivalence classes and the equivalence class cache.

# 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.