# Functions
NewManager returns a configured Manager and an associated admission handler to enforce eviction configuration.
ParseThresholdConfig parses the flags for thresholds.
# Constants
OpLessThan is the operator that expresses a less than operator.
SignalMemoryAvailable is memory available (i.e.
# Interfaces
Manager evaluates when an eviction threshold for node stability has been met on the node.
# Type aliases
ActivePodsFunc returns pods bound to the kubelet that are active (i.e.
KillPodFunc kills a pod.
Signal defines a signal that can trigger eviction of pods on a node.
ThresholdOperator is the operator used to express a Threshold.