Versions in this module Expand all Collapse all v1 v1.7.0 Feb 14, 2023 Changes in this version + func BuildTopMetrics(writer io.Writer, obj MetricsMetaInterface) error + type FakeMetricsMeta struct + func (f *FakeMetricsMeta) GetDisplayName() string + func (f *FakeMetricsMeta) GetMetricsList() (*tm.TrafficMetricsList, error) + func (f *FakeMetricsMeta) GetName() string + type MetricsMeta struct + Client *aggregator.Clientset + DisplayName string + func (m *MetricsMeta) GetDisplayName() string + func (m *MetricsMeta) GetMetricsList() (*tm.TrafficMetricsList, error) + func (m *MetricsMeta) GetName() string + type MetricsMetaInterface interface + GetDisplayName func() string + GetMetricsList func() (*tm.TrafficMetricsList, error) + GetName func() string