This commit is contained in:
Anshul Verma 2022-11-28 10:44:52 +05:30
Родитель 02c2dcc896
Коммит 71f9453d94
3 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -9,11 +9,10 @@ import (
mgmtcompute "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute"
machinev1beta1 "github.com/openshift/api/machine/v1beta1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"github.com/Azure/ARO-RP/pkg/util/azureclient/mgmt/compute"
"github.com/Azure/ARO-RP/pkg/util/azureclient/mgmt/features"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
// Creating local vars for these functions in order to make them testable. The function definition will is altered while in the tests written.

Просмотреть файл

@ -11,8 +11,6 @@ import (
"sort"
"testing"
kruntime "k8s.io/apimachinery/pkg/runtime"
mgmtcompute "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute"
mgmtfeatures "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-07-01/features"
"github.com/Azure/go-autorest/autorest"
@ -21,6 +19,7 @@ import (
"github.com/golang/mock/gomock"
machinev1beta1 "github.com/openshift/api/machine/v1beta1"
machinefake "github.com/openshift/client-go/machine/clientset/versioned/fake"
kruntime "k8s.io/apimachinery/pkg/runtime"
"github.com/Azure/ARO-RP/pkg/api"
"github.com/Azure/ARO-RP/pkg/util/azureclient"

Просмотреть файл

@ -19,12 +19,11 @@ import (
"strings"
"time"
"github.com/Azure/go-autorest/autorest/azure"
"github.com/gorilla/csrf"
"github.com/gorilla/mux"
"github.com/sirupsen/logrus"
"github.com/Azure/go-autorest/autorest/azure"
"github.com/Azure/ARO-RP/pkg/api"
"github.com/Azure/ARO-RP/pkg/api/validate"
"github.com/Azure/ARO-RP/pkg/database"