File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ import (
2929 "encoding/json"
3030 "errors"
3131 pdoknlv2beta1 "github.com/pdok/mapserver-operator/api/v2beta1"
32+ smoothoperator1 "github.com/pdok/smooth-operator/api/v1"
33+ traefikiov1alpha1 "github.com/traefik/traefik/v3/pkg/provider/kubernetes/crd/traefikio/v1alpha1"
34+ "golang.org/x/tools/go/packages"
3235 "k8s.io/apimachinery/pkg/runtime"
3336 clientgoscheme "k8s.io/client-go/kubernetes/scheme"
3437 "os"
3538 "os/exec"
3639 "path/filepath"
3740 "testing"
3841
39- traefikiov1alpha1 "github.com/traefik/traefik/v3/pkg/provider/kubernetes/crd/traefikio/v1alpha1"
40- "golang.org/x/tools/go/packages"
41-
4242 . "github.com/onsi/ginkgo/v2"
4343 . "github.com/onsi/gomega"
4444
@@ -49,7 +49,6 @@ import (
4949 "sigs.k8s.io/controller-runtime/pkg/log/zap"
5050
5151 pdoknlv3 "github.com/pdok/mapserver-operator/api/v3"
52- smoothoperator1 "github.com/pdok/smooth-operator/api/v1"
5352 // +kubebuilder:scaffold:imports
5453)
5554
You can’t perform that action at this time.
0 commit comments