Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2024 Changes in this version + type CustomMetricsProvider struct + func NewCustomMetricsProvider(federatedInformerManager informermanager.FederatedInformerManager, ...) *CustomMetricsProvider + func (c *CustomMetricsProvider) GetMetricByName(ctx context.Context, name types.NamespacedName, info provider.CustomMetricInfo, ...) (*custom_metrics.MetricValue, error) + func (c *CustomMetricsProvider) GetMetricBySelector(ctx context.Context, namespace string, selector labels.Selector, ...) (*custom_metrics.MetricValueList, error) + func (c *CustomMetricsProvider) ListAllMetrics() []provider.CustomMetricInfo + func (c *CustomMetricsProvider) RunUntil(stopChan <-chan struct{})