mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 10:18:38 +00:00
vmscheduler: goimports
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user