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