E2E tests for channel: TLS key pair rotation #7225
Annotations
3 errors and 1 warning
control-plane/pkg/reconciler/channel/controller.go#L1
Please run goimports.
diff --git a/control-plane/pkg/reconciler/channel/controller.go b/control-plane/pkg/reconciler/channel/controller.go
index 581313f..46b1121 100644
--- a/control-plane/pkg/reconciler/channel/controller.go
+++ b/control-plane/pkg/reconciler/channel/controller.go
@@ -18,6 +18,7 @@ package channel
import (
"context"
+
"knative.dev/eventing-kafka-broker/control-plane/pkg/kafka"
"github.com/IBM/sarama"
|
test/rekt/resources/kafkachannel/kafkachannel.go#L1
Please run goimports.
diff --git a/test/rekt/resources/kafkachannel/kafkachannel.go b/test/rekt/resources/kafkachannel/kafkachannel.go
index 93921d6..294e5e1 100644
--- a/test/rekt/resources/kafkachannel/kafkachannel.go
+++ b/test/rekt/resources/kafkachannel/kafkachannel.go
@@ -19,9 +19,10 @@ package kafkachannel
import (
"context"
"embed"
+ "time"
+
"knative.dev/eventing/test/rekt/resources/addressable"
duckv1 "knative.dev/pkg/apis/duck/v1"
- "time"
"k8s.io/apimachinery/pkg/runtime/schema"
"knative.dev/reconciler-test/pkg/feature"
|
|
|
The logs for this run have expired and are no longer available.
Loading