mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 18:19:28 +00:00
Fix gofmt issues
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user