File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ import (
20
20
apiruntime "k8s.io/apimachinery/pkg/runtime"
21
21
"k8s.io/client-go/kubernetes"
22
22
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
23
+ // register auth plugins
24
+ _ "k8s.io/client-go/plugin/pkg/client/auth/exec"
25
+ _ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
26
+ _ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
23
27
virtv1 "kubevirt.io/api/core/v1"
24
28
cdiv1 "kubevirt.io/containerized-data-importer-api/pkg/apis/core/v1beta1"
25
29
"sigs.k8s.io/controller-runtime/pkg/client"
@@ -29,11 +33,6 @@ import (
29
33
"github.com/deckhouse/virtualization/tests/e2e/config"
30
34
"github.com/deckhouse/virtualization/tests/e2e/d8"
31
35
"github.com/deckhouse/virtualization/tests/e2e/kubectl"
32
-
33
- // register auth plugins
34
- _ "k8s.io/client-go/plugin/pkg/client/auth/exec"
35
- _ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
36
- _ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
37
36
)
38
37
39
38
var clients = Clients {}
You can’t perform that action at this time.
0 commit comments