From 57d1c2d5cd0c45f933bbba1bf65423e329eca88e Mon Sep 17 00:00:00 2001 From: lokichoggio Date: Tue, 24 May 2022 11:26:15 +0800 Subject: [PATCH] complete doc --- pkg/controller/podautoscaler/metrics/client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/controller/podautoscaler/metrics/client.go b/pkg/controller/podautoscaler/metrics/client.go index ce47f2b1a89..029e8f357f2 100644 --- a/pkg/controller/podautoscaler/metrics/client.go +++ b/pkg/controller/podautoscaler/metrics/client.go @@ -48,8 +48,8 @@ func NewRESTMetricsClient(resourceClient resourceclient.PodMetricsesGetter, cust } // restMetricsClient is a client which supports fetching -// metrics from both the resource metrics API and the -// custom metrics API. +// metrics from the resource metrics API, the +// custom metrics API and the external metrics API. type restMetricsClient struct { *resourceMetricsClient *customMetricsClient