fix imports

This commit is contained in:
David Pait 2023-08-09 08:35:00 -04:00
parent 0354d76ce0
commit bd989eeac4

View File

@ -20,8 +20,6 @@ import (
"context"
"testing"
networkv1 "k8s.io/api/networking/v1"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
@ -30,6 +28,7 @@ import (
networkingv1alpha3 "istio.io/client-go/pkg/apis/networking/v1alpha3"
istiofake "istio.io/client-go/pkg/clientset/versioned/fake"
v1 "k8s.io/api/core/v1"
networkv1 "k8s.io/api/networking/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes/fake"