mirror of https://github.com/k3s-io/k3s
Fix typo: constucts -> constructs
parent
4e2c3f060a
commit
7671c0c6bc
|
@ -69,7 +69,7 @@ func NewForConfigOrDie(c *rest.Config) CustomMetricsClient {
|
|||
return client
|
||||
}
|
||||
|
||||
// NewForMapper constucts the client with a RESTMapper, which allows more
|
||||
// NewForMapper constructs the client with a RESTMapper, which allows more
|
||||
// accurate translation from GroupVersionKind to GroupVersionResource.
|
||||
func NewForMapper(client rest.Interface, mapper meta.RESTMapper) CustomMetricsClient {
|
||||
return &customMetricsClient{
|
||||
|
|
Loading…
Reference in New Issue