package
1.4.0-alpha.0
Repository: https://github.com/reason2010/kubernetes.git
Documentation: pkg.go.dev

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

# Structs

Config holds information about how eviction is configured.
Threshold defines a metric for when eviction should occur.

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