mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Fix gofmt issues
This commit is contained in:
parent
917c4b310b
commit
951e33fdf9
2 changed files with 1 additions and 2 deletions
|
|
@ -85,7 +85,6 @@ const (
|
|||
identicalErrorDelay = 1 * time.Minute
|
||||
// OpenTelemetry instrumentation scope name
|
||||
instrumentationScope = "k8s.io/kubernetes/pkg/kubelet/kuberuntime"
|
||||
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ const (
|
|||
Cgroupv2CPURequest string = "/sys/fs/cgroup/cpu.weight"
|
||||
CPUPeriod string = "100000"
|
||||
MinContainerRuntimeVersion string = "1.6.9"
|
||||
MinRestartWaitPeriod int = 10
|
||||
MinRestartWaitPeriod int = 10
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Reference in a new issue