complete doc

This commit is contained in:
lokichoggio 2022-05-24 11:26:15 +08:00
parent fdb2d54475
commit 57d1c2d5cd
No known key found for this signature in database
GPG Key ID: FD002179654B1B4F

View File

@ -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