vmscheduler: goimports

This commit is contained in:
Vic Kerr
2024-11-11 09:47:18 +00:00
committed by Vic Kerr
parent 3dafc132e6
commit 646c1935ea
2 changed files with 4 additions and 2 deletions

View File

@@ -24,9 +24,10 @@ import (
"sort"
"github.com/go-logr/logr"
"sigs.k8s.io/cluster-api/util"
infrav1 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1"
"github.com/ionos-cloud/cluster-api-provider-proxmox/pkg/scope"
"sigs.k8s.io/cluster-api/util"
)
// InsufficientMemoryError is used when the scheduler cannot assign a VM to a node because it would

View File

@@ -21,8 +21,9 @@ import (
"fmt"
"testing"
infrav1 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1"
"github.com/stretchr/testify/require"
infrav1 "github.com/ionos-cloud/cluster-api-provider-proxmox/api/v1alpha1"
)
type fakeResourceClient map[string]uint64