Versions in this module Expand all Collapse all v1 v1.1.0 Apr 7, 2021 Changes in this version + type Gather struct + MetricsClient metricsclient.MetricsClient + PodReadyCounter podutil.PodReadyCounter + func (c *Gather) GetMetric(metricName string, namespace string, ...) (*Metric, error) + func (c *Gather) GetPerPodMetric(metricName string, namespace string, ...) (*Metric, error) + type Gatherer interface + GetMetric func(metricName string, namespace string, ...) (*Metric, error) + GetPerPodMetric func(metricName string, namespace string, ...) (*Metric, error) + type Metric struct + Current value.MetricValue + ReadyPodCount *int64 + Timestamp time.Time