package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Constants

MaxExtenderPriority defines the max priority value for extender.
MinExtenderPriority defines the min priority value for extender.

# Structs

ExtenderArgs represents the arguments needed by the extender to filter/prioritize nodes for a pod.
ExtenderBindingArgs represents the arguments to an extender for binding a pod to a node.
ExtenderBindingResult represents the result of binding of a pod to a node from an extender.
ExtenderFilterResult represents the results of a filter call to an extender.
ExtenderPreemptionArgs represents the arguments needed by the extender to preempt pods on nodes.
ExtenderPreemptionResult represents the result returned by preemption phase of extender.
HostPriority represents the priority of scheduling to a particular host, higher priority is better.
MetaPod represent identifier for a v1.Pod.
MetaVictims represents: pods: a group of pods expected to be preempted.
Victims represents: pods: a group of pods expected to be preempted.

# Type aliases

FailedNodesMap represents the filtered out nodes, with node names and failure messages.
HostPriorityList declares a []HostPriority type.