mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
Merge pull request #68879 from Pingan2017/typo-timeout
fix a small typo
This commit is contained in:
commit
08ed1631ac
@ -30,7 +30,7 @@ const (
|
||||
DockerOperationsLatencyKey = "docker_operations_latency_microseconds"
|
||||
// DockerOperationsErrorsKey is the key for the operation error metrics.
|
||||
DockerOperationsErrorsKey = "docker_operations_errors"
|
||||
// DockerOperationsTimeoutKey is the key for the operation timoeut metrics.
|
||||
// DockerOperationsTimeoutKey is the key for the operation timeout metrics.
|
||||
DockerOperationsTimeoutKey = "docker_operations_timeout"
|
||||
|
||||
// Keep the "kubelet" subsystem for backward compatibility.
|
||||
|
Loading…
Reference in New Issue
Block a user