We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9d5ae commit ccdfd81Copy full SHA for ccdfd81
cmd/flux/cluster_info_test.go
@@ -19,7 +19,6 @@ package main
19
import (
20
"context"
21
"fmt"
22
- kustomizev1 "github.com/fluxcd/kustomize-controller/api/v1"
23
"os"
24
"testing"
25
@@ -28,6 +27,7 @@ import (
28
27
"k8s.io/apimachinery/pkg/runtime"
29
"sigs.k8s.io/controller-runtime/pkg/client/fake"
30
+ kustomizev1 "github.com/fluxcd/kustomize-controller/api/v1"
31
"github.com/fluxcd/pkg/ssa"
32
)
33
0 commit comments