Skip to content

Commit

Permalink
Go imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Aug 14, 2024
1 parent 82066b6 commit 5823dd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/scheduler/core/spreadconstraint/select_clusters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ import (
"reflect"
"testing"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

clusterv1alpha1 "github.com/karmada-io/karmada/pkg/apis/cluster/v1alpha1"
policyv1alpha1 "github.com/karmada-io/karmada/pkg/apis/policy/v1alpha1"
workv1alpha2 "github.com/karmada-io/karmada/pkg/apis/work/v1alpha2"
"github.com/karmada-io/karmada/pkg/scheduler/framework"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

// newCluster will build a Cluster with topology.
Expand Down

0 comments on commit 5823dd1

Please sign in to comment.