Skip to content

Commit

Permalink
complete doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lokichoggio committed May 24, 2022
1 parent fdb2d54 commit 57d1c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/podautoscaler/metrics/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57d1c2d

Please sign in to comment.