From b2964baca7cdf09cae58dc7c6c6205e2294c4031 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Wed, 13 Jan 2021 13:05:32 +0100 Subject: [PATCH] Adding updates to the Event registry doc (#3139) Signed-off-by: Matthias Wessendorf --- docs/eventing/event-registry.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/eventing/event-registry.md b/docs/eventing/event-registry.md index db22b1d18e4..095d612e61e 100644 --- a/docs/eventing/event-registry.md +++ b/docs/eventing/event-registry.md @@ -46,6 +46,8 @@ dev.knative.kafka.event-tdt48 dev.knative.kafka.event google.pubsub.topic.publish-hrxhh google.pubsub.topic.publish //pubsub.googleapis.com/knative/topics/testing dev False BrokerIsNotReady ``` +**NOTE:** This assumes that the Sources, emitting those events reference a `broker` as their _sink_. + We can see that there are seven different EventTypes in the registry of the `default` namespace. Let's pick the first one and see what the EventType yaml looks like: @@ -60,7 +62,8 @@ kind: EventType metadata: name: dev.knative.source.github.push-34cnb namespace: default - generateName: dev.knative.source.github.push- + labels: + eventing.knative.dev/sourceName: github-sample spec: type: dev.knative.source.github.push source: https://github.com/knative/eventing