Skip to content

Commit

Permalink
Running goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
Boomatang committed Dec 14, 2023
1 parent 1476f4d commit a63bb02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions controllers/kuadrant_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package controllers
import (
"context"
"encoding/json"

"github.com/kuadrant/kuadrant-operator/pkg/kuadranttools"
corev1 "k8s.io/api/core/v1"
"k8s.io/utils/env"
Expand Down
3 changes: 2 additions & 1 deletion pkg/kuadranttools/limitador_tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package kuadranttools

import (
"fmt"
"reflect"

"github.com/kuadrant/kuadrant-operator/api/v1beta1"
limitadorv1alpha1 "github.com/kuadrant/limitador-operator/api/v1alpha1"
"reflect"
"sigs.k8s.io/controller-runtime/pkg/client"
)

Expand Down
3 changes: 0 additions & 3 deletions pkg/kuadranttools/limitador_tools_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ import (
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/intstr"
"reflect"
"sigs.k8s.io/controller-runtime/pkg/client"
"strings"
"testing"
)

func TestLimitadorMutator(t *testing.T) {
Expand Down

0 comments on commit a63bb02

Please sign in to comment.