Skip to content

Commit

Permalink
Merge pull request kubernetes#110183 from lokichoggio/doc
Browse files Browse the repository at this point in the history
complete doc
  • Loading branch information
k8s-ci-robot committed May 27, 2022
2 parents 61b983a + 57d1c2d commit 40543b7
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 40543b7

Please sign in to comment.