# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewQueue constructs a new queue given the input pods, sorting them to optimize for bin-packing into nodes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
MaxInstanceTypes is a constant that restricts the number of instance types to be sent for launch.
PodNominationRateLimiter is a pointer so it rate-limits across events.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
NodeClaim is a set of constraints, compatible pods, and possible instance types that could fulfill these constraints.
NodeClaimTemplate encapsulates the fields required to create a node and mirrors the fields in NodePool.
No description provided by the author
Queue is a queue of pods that is scheduled.
Results contains the results of the scheduling operation.
No description provided by the author
No description provided by the author
TopologyGroup is used to track pod counts that match a selector by the topology domain (e.g.
No description provided by the author
# Type aliases
TopologyNodeFilter is used to determine if a given actual node or scheduling node matches the pod's node selectors and required node affinity terms.
No description provided by the author