Merge pull request #110183 from lokichoggio/doc

complete doc
This commit is contained in:
Kubernetes Prow Robot 2022-05-27 05:13:07 -07:00 committed by GitHub
commit 40543b77b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,8 @@ func NewRESTMetricsClient(resourceClient resourceclient.PodMetricsesGetter, cust
} }
// restMetricsClient is a client which supports fetching // restMetricsClient is a client which supports fetching
// metrics from both the resource metrics API and the // metrics from the resource metrics API, the
// custom metrics API. // custom metrics API and the external metrics API.
type restMetricsClient struct { type restMetricsClient struct {
*resourceMetricsClient *resourceMetricsClient
*customMetricsClient *customMetricsClient