Skip to content

Create eventtypes on reply events to triggers and subscriptions #8671

Create eventtypes on reply events to triggers and subscriptions

Create eventtypes on reply events to triggers and subscriptions #8671

Triggered via pull request August 22, 2024 20:49
Status Failure
Total duration 3m 11s
Artifacts

knative-style.yaml

on: pull_request
style  /  changes
2s
style / changes
style  /  ...  /  Auto-format and Check
22s
style / Golang / Auto-format and Check
style  /  ...  /  Lint
2m 50s
style / Golang / Lint
style  /  ...  /  Do Not Submit
7s
style / Golang / Do Not Submit
style  /  ...  /  shell
0s
style / suggester / shell
style  /  ...  /  yaml
0s
style / suggester / yaml
style  /  ...  /  github_actions
0s
style / suggester / github_actions
Matrix: style / Golang / Boilerplate Check
Fit to window
Zoom out
Zoom in

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