mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Fix gofmt issues
This commit is contained in:
parent
917c4b310b
commit
951e33fdf9
@ -85,7 +85,6 @@ const (
|
|||||||
identicalErrorDelay = 1 * time.Minute
|
identicalErrorDelay = 1 * time.Minute
|
||||||
// OpenTelemetry instrumentation scope name
|
// OpenTelemetry instrumentation scope name
|
||||||
instrumentationScope = "k8s.io/kubernetes/pkg/kubelet/kuberuntime"
|
instrumentationScope = "k8s.io/kubernetes/pkg/kubelet/kuberuntime"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -50,7 +50,7 @@ const (
|
|||||||
Cgroupv2CPURequest string = "/sys/fs/cgroup/cpu.weight"
|
Cgroupv2CPURequest string = "/sys/fs/cgroup/cpu.weight"
|
||||||
CPUPeriod string = "100000"
|
CPUPeriod string = "100000"
|
||||||
MinContainerRuntimeVersion string = "1.6.9"
|
MinContainerRuntimeVersion string = "1.6.9"
|
||||||
MinRestartWaitPeriod int = 10
|
MinRestartWaitPeriod int = 10
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user