mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-30 05:43:58 +00:00
Fix typo: constucts -> constructs
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user