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 (
2626
2727 "github.com/go-logr/logr"
2828
29+ corev1 "k8s.io/api/core/v1"
30+ metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
31+ "k8s.io/apimachinery/pkg/types"
2932 ctrlruntime "sigs.k8s.io/controller-runtime"
3033
3134 operatorv1alpha1 "github.com/kcp-dev/kcp-operator/sdk/apis/operator/v1alpha1"
3235 "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"
3736)
3837
3938func TestCreateFrontProxy (t * testing.T ) {
@@ -89,4 +88,3 @@ func TestCreateFrontProxy(t *testing.T) {
8988 t .Fatalf ("Failed to list secrets in kcp: %v" , err )
9089 }
9190}
92-
You can’t perform that action at this time.
0 commit comments