Unverified Commit 08ed1631 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #68879 from Pingan2017/typo-timeout

fix a small typo
parents ca7b4bab 5de6ada9
...@@ -30,7 +30,7 @@ const ( ...@@ -30,7 +30,7 @@ const (
DockerOperationsLatencyKey = "docker_operations_latency_microseconds" DockerOperationsLatencyKey = "docker_operations_latency_microseconds"
// DockerOperationsErrorsKey is the key for the operation error metrics. // DockerOperationsErrorsKey is the key for the operation error metrics.
DockerOperationsErrorsKey = "docker_operations_errors" 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" DockerOperationsTimeoutKey = "docker_operations_timeout"
// Keep the "kubelet" subsystem for backward compatibility. // Keep the "kubelet" subsystem for backward compatibility.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment