Versions in this module Expand all Collapse all v1 v1.1.0 Apr 7, 2021 Changes in this version + func CalculatePodRequests(pods []*v1.Pod, resource v1.ResourceName) (map[string]int64, error) + func GroupPods(pods []*v1.Pod, metrics metricsclient.PodMetricsInfo, resource v1.ResourceName, ...) (readyPodCount int, ignoredPods sets.String, missingPods sets.String) + func RemoveMetricsForPods(metrics metricsclient.PodMetricsInfo, pods sets.String) + type PodReadyCount struct + PodLister corelisters.PodLister + func (c *PodReadyCount) GetReadyPodsCount(namespace string, selector labels.Selector) (int64, error) + type PodReadyCounter interface + GetReadyPodsCount func(namespace string, selector labels.Selector) (int64, error)