We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4bf3a commit c7faef9Copy full SHA for c7faef9
tools/fleet/cmd/approve/approve_test.go
@@ -21,14 +21,14 @@ import (
21
"strings"
22
"testing"
23
24
+ "github.com/google/go-cmp/cmp"
25
+ "github.com/google/go-cmp/cmp/cmpopts"
26
"k8s.io/apimachinery/pkg/api/meta"
27
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
28
"k8s.io/apimachinery/pkg/runtime"
29
"sigs.k8s.io/controller-runtime/pkg/client"
30
"sigs.k8s.io/controller-runtime/pkg/client/fake"
31
- "github.com/google/go-cmp/cmp"
- "github.com/google/go-cmp/cmp/cmpopts"
32
placementv1beta1 "github.com/kubefleet-dev/kubefleet/apis/placement/v1beta1"
33
)
34
0 commit comments