@@ -22,8 +22,7 @@ import (
2222 "fmt"
2323 "time"
2424
25- . "github.com/onsi/ginkgo/v2"
26- . "github.com/onsi/gomega"
25+ igntypes "github.com/coreos/ignition/v2/config/v3_2/types"
2726 "github.com/onsi/gomega/gcustom"
2827 gomegatypes "github.com/onsi/gomega/types"
2928
@@ -36,20 +35,19 @@ import (
3635 "k8s.io/apimachinery/pkg/runtime"
3736 "k8s.io/client-go/kubernetes/scheme"
3837 "k8s.io/client-go/tools/record"
38+
3939 "sigs.k8s.io/controller-runtime/pkg/client"
4040 "sigs.k8s.io/controller-runtime/pkg/client/fake"
4141 "sigs.k8s.io/controller-runtime/pkg/reconcile"
4242
43- "github.com/k8stopologyawareschedwg/deployer/pkg/deployer/platform"
44- apimanifests "github.com/k8stopologyawareschedwg/deployer/pkg/manifests/api"
45- rtemanifests "github.com/k8stopologyawareschedwg/deployer/pkg/manifests/rte"
46-
47- igntypes "github.com/coreos/ignition/v2/config/v3_2/types"
48-
4943 configv1 "github.com/openshift/api/config/v1"
5044 machineconfigv1 "github.com/openshift/api/machineconfiguration/v1"
5145 securityv1 "github.com/openshift/api/security/v1"
5246
47+ "github.com/k8stopologyawareschedwg/deployer/pkg/deployer/platform"
48+ apimanifests "github.com/k8stopologyawareschedwg/deployer/pkg/manifests/api"
49+ rtemanifests "github.com/k8stopologyawareschedwg/deployer/pkg/manifests/rte"
50+
5351 nropv1 "github.com/openshift-kni/numaresources-operator/api/v1"
5452 "github.com/openshift-kni/numaresources-operator/internal/api/annotations"
5553 inthelper "github.com/openshift-kni/numaresources-operator/internal/api/annotations/helper"
@@ -61,6 +59,9 @@ import (
6159 "github.com/openshift-kni/numaresources-operator/pkg/objectstate/rte"
6260 "github.com/openshift-kni/numaresources-operator/pkg/status"
6361 "github.com/openshift-kni/numaresources-operator/pkg/validation"
62+
63+ . "github.com/onsi/ginkgo/v2"
64+ . "github.com/onsi/gomega"
6465)
6566
6667const (
0 commit comments