Skip to content

Commit da6de62

Browse files
rebase and fixup and imports
1 parent bb24e98 commit da6de62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

controllers/mtls_reconciler.go

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
kuadrantv1 "github.com/kuadrant/kuadrant-operator/api/v1"
1212
kuadrantv1beta1 "github.com/kuadrant/kuadrant-operator/api/v1beta1"
1313
"github.com/kuadrant/kuadrant-operator/pkg/istio"
14-
"github.com/kuadrant/kuadrant-operator/pkg/log"
1514
"github.com/kuadrant/kuadrant-operator/pkg/reconcilers"
1615
"github.com/kuadrant/policy-machinery/controller"
1716
"github.com/kuadrant/policy-machinery/machinery"
@@ -45,7 +44,6 @@ func NewMTLSReconciler(mgr controllerruntime.Manager, client *dynamic.DynamicCli
4544
mgr.GetClient(),
4645
mgr.GetScheme(),
4746
mgr.GetAPIReader(),
48-
log.Log.WithName("mtls"),
4947
),
5048
}
5149
}

pkg/istio/utils.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package istio
22

33
import (
44
"encoding/json"
5+
56
"github.com/kuadrant/kuadrant-operator/api/v1beta1"
67
"github.com/kuadrant/policy-machinery/controller"
78
"github.com/kuadrant/policy-machinery/machinery"

0 commit comments

Comments
 (0)