Versions in this module Expand all Collapse all v1 v1.0.0 Nov 27, 2018 Changes in this version + func PrintPodStats(pod *api_v1.Pod, metrics *Metrics) + type Metrics struct + CPULimit *resource.Quantity + CPURequest *resource.Quantity + MemoryLimit *resource.Quantity + MemoryRequest *resource.Quantity + func CalculatePodStatsFromContainers(pod *api_v1.Pod) *Metrics