package util
import "k8s.io/kubernetes/pkg/kubelet/qos/util"
Index ¶
Constants ¶
const ( Guaranteed = "Guaranteed" Burstable = "Burstable" BestEffort = "Best-Effort" )
Functions ¶
func GetQoS ¶
func GetQoS(container *api.Container) map[api.ResourceName]string
GetQos returns a mapping of resource name to QoS class of a container
Source Files ¶
qos.go
- Version
- v1.1.9-beta.0
- Published
- Feb 23, 2016
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 12 seconds ago –
Tools for package owners.