File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ import (
20
20
"context"
21
21
"time"
22
22
23
- "github.com/sirupsen/logrus"
24
23
"k8c.io/kubeone/pkg/fail"
24
+
25
+ "github.com/sirupsen/logrus"
25
26
corev1 "k8s.io/api/core/v1"
26
27
"k8s.io/apimachinery/pkg/util/wait"
27
28
"sigs.k8s.io/controller-runtime/pkg/client"
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ import (
21
21
"fmt"
22
22
"time"
23
23
24
- "github.com/sirupsen/logrus"
25
24
"k8c.io/kubeone/pkg/fail"
26
25
"k8c.io/reconciler/pkg/reconciling"
26
+
27
+ "github.com/sirupsen/logrus"
27
28
corev1 "k8s.io/api/core/v1"
28
29
"k8s.io/apimachinery/pkg/util/wait"
29
30
"sigs.k8s.io/controller-runtime/pkg/client"
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import (
22
22
23
23
"k8c.io/kubeone/pkg/fail"
24
24
"k8c.io/reconciler/pkg/reconciling"
25
+
25
26
admissionregistrationv1 "k8s.io/api/admissionregistration/v1"
26
27
"k8s.io/apimachinery/pkg/types"
27
28
"k8s.io/utils/ptr"
You can’t perform that action at this time.
0 commit comments