Documentation ¶
Index ¶
Constants ¶
View Source
const ( Guaranteed = "Guaranteed" Burstable = "Burstable" BestEffort = "BestEffort" )
Variables ¶
This section is empty.
Functions ¶
func GetPodQos ¶ added in v1.3.0
GetPodQos returns the QoS class of a pod. A pod is besteffort if none of its containers have specified any requests or limits. A pod is guaranteed only when requests and limits are specified for all the containers and they are equal. A pod is burstable if limits and requests do not match across all containers.
Types ¶
Click to show internal directories.
Click to hide internal directories.