Create eventtypes on reply events to triggers and subscriptions #8671
knative-style.yaml
on: pull_request
style
/
changes
2s
style
/
...
/
Auto-format and Check
22s
style
/
...
/
Lint
2m 50s
style
/
...
/
Do Not Submit
7s
style
/
...
/
shell
0s
style
/
...
/
yaml
0s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
2 errors and 4 warnings
style / Golang / Auto-format and Check:
control-plane/pkg/reconciler/sink/kafka_sink.go#L1
Please run goimports.
diff --git a/control-plane/pkg/reconciler/sink/kafka_sink.go b/control-plane/pkg/reconciler/sink/kafka_sink.go
index 9b4fea2..37d1b9d 100644
--- a/control-plane/pkg/reconciler/sink/kafka_sink.go
+++ b/control-plane/pkg/reconciler/sink/kafka_sink.go
@@ -437,8 +437,8 @@ func (r *Reconciler) getSinkContractResource(ctx context.Context, kafkaSink *eve
Uid: string(kafkaSink.UID),
Topics: []string{kafkaSink.Spec.Topic},
Ingress: &contract.Ingress{
- Path: receiver.PathFromObject(kafkaSink),
- ContentMode: coreconfig.ContentModeFromString(*kafkaSink.Spec.ContentMode),
+ Path: receiver.PathFromObject(kafkaSink),
+ ContentMode: coreconfig.ContentModeFromString(*kafkaSink.Spec.ContentMode),
},
FeatureFlags: &contract.FeatureFlags{
EnableEventTypeAutocreate: features.IsEnabled(feature.EvenTypeAutoCreate),
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|