File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,13 @@ import (
26
26
27
27
"github.com/go-logr/logr"
28
28
29
+ corev1 "k8s.io/api/core/v1"
30
+ metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
31
+ "k8s.io/apimachinery/pkg/types"
29
32
ctrlruntime "sigs.k8s.io/controller-runtime"
30
33
31
34
operatorv1alpha1 "github.com/kcp-dev/kcp-operator/sdk/apis/operator/v1alpha1"
32
35
"github.com/kcp-dev/kcp-operator/test/utils"
33
- corev1 "k8s.io/api/core/v1"
34
- metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
35
- "k8s.io/apimachinery/pkg/types"
36
- ctrlruntimeclient "sigs.k8s.io/controller-runtime/pkg/client"
37
36
)
38
37
39
38
func TestCreateFrontProxy (t * testing.T ) {
@@ -89,4 +88,3 @@ func TestCreateFrontProxy(t *testing.T) {
89
88
t .Fatalf ("Failed to list secrets in kcp: %v" , err )
90
89
}
91
90
}
92
-
You can’t perform that action at this time.
0 commit comments