Skip to content

Commit 33d398d

Browse files
authored
Merge pull request kubernetes#3207 from MaciekPytel/fixgofmt
Fix go fmt errors
2 parents a63c7ab + a548be8 commit 33d398d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cluster-autoscaler/cloudprovider/clusterapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please be aware that currently the cluster autoscaler only supports CAPI
1616
clusters that have joined their management and workload clusters into a single
1717
cluster. For more information about this please see the
1818
[Cluster API Concepts documentations](https://cluster-api.sigs.k8s.io/user/concepts.html)
19-
and the [`clusterctl move` command documentaion](https://cluster-api.sigs.k8s.io/user/concepts.html).
19+
and the [`clusterctl move` command documentation](https://cluster-api.sigs.k8s.io/user/concepts.html).
2020

2121
## Starting the Autoscaler
2222

cluster-autoscaler/core/scale_up.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ import (
3939
"k8s.io/autoscaler/cluster-autoscaler/processors/nodegroupset"
4040
"k8s.io/autoscaler/cluster-autoscaler/processors/status"
4141
"k8s.io/autoscaler/cluster-autoscaler/utils/errors"
42-
"k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
4342
"k8s.io/autoscaler/cluster-autoscaler/utils/gpu"
43+
"k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
4444
schedulerframework "k8s.io/kubernetes/pkg/scheduler/framework/v1alpha1"
4545

4646
klog "k8s.io/klog/v2"

cluster-autoscaler/simulator/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323

2424
"k8s.io/autoscaler/cluster-autoscaler/utils/drain"
2525
"k8s.io/autoscaler/cluster-autoscaler/utils/errors"
26-
"k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
2726
"k8s.io/autoscaler/cluster-autoscaler/utils/gpu"
27+
"k8s.io/autoscaler/cluster-autoscaler/utils/klogx"
2828
kube_util "k8s.io/autoscaler/cluster-autoscaler/utils/kubernetes"
2929
pod_util "k8s.io/autoscaler/cluster-autoscaler/utils/pod"
3030
"k8s.io/autoscaler/cluster-autoscaler/utils/tpu"

0 commit comments

Comments
 (0)