mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
fix resource typo
This commit is contained in:
parent
5c168e2d58
commit
7bb12b68ca
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ type restMetricsClient struct {
|
|||
}
|
||||
|
||||
// resourceMetricsClient implements the resource-metrics-related parts of MetricsClient,
|
||||
// using data from the reosurce metrics API.
|
||||
// using data from the resource metrics API.
|
||||
type resourceMetricsClient struct {
|
||||
client resourceclient.PodMetricsesGetter
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue