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

# Functions

GetContainerOOMAdjust returns the amount by which the OOM score of all processes in the container should be adjusted.
GetPodQOS returns the QoS class of a pod.
GetQOS returns a mapping of resource name to QoS class of a container.

# Constants

BestEffort is the BestEffort qos class.
Burstable is the Burstable qos class.
Guaranteed is the Guaranteed qos class.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

QOSClass defines the supported qos classes of Pods/Containers.
QOSList is a set of (resource name, QoS class) pairs.