File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
controlplane/kubeadm/internal Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import (
26
26
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
27
27
kerrors "k8s.io/apimachinery/pkg/util/errors"
28
28
"k8s.io/apiserver/pkg/storage/names"
29
- "k8s.io/klog/v2/klogr"
30
29
"sigs.k8s.io/controller-runtime/pkg/client"
31
30
32
31
clusterv1 "sigs.k8s.io/cluster-api/api/v1beta1"
@@ -38,9 +37,6 @@ import (
38
37
"sigs.k8s.io/cluster-api/util/patch"
39
38
)
40
39
41
- // Log is the global logger for the internal package.
42
- var Log = klogr .New ()
43
-
44
40
// ControlPlane holds business logic around control planes.
45
41
// It should never need to connect to a service, that responsibility lies outside of this struct.
46
42
// Going forward we should be trying to add more logic to here and reduce the amount of logic in the reconciler.
You can’t perform that action at this time.
0 commit comments