Skip to content

Commit b2964ba

Browse files
authored
Adding updates to the Event registry doc (#3139)
Signed-off-by: Matthias Wessendorf <[email protected]>
1 parent 194f542 commit b2964ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/eventing/event-registry.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ dev.knative.kafka.event-tdt48 dev.knative.kafka.event
4646
google.pubsub.topic.publish-hrxhh google.pubsub.topic.publish //pubsub.googleapis.com/knative/topics/testing dev False BrokerIsNotReady
4747
```
4848

49+
**NOTE:** This assumes that the Sources, emitting those events reference a `broker` as their _sink_.
50+
4951
We can see that there are seven different EventTypes in the registry of the
5052
`default` namespace. Let's pick the first one and see what the EventType yaml
5153
looks like:
@@ -60,7 +62,8 @@ kind: EventType
6062
metadata:
6163
name: dev.knative.source.github.push-34cnb
6264
namespace: default
63-
generateName: dev.knative.source.github.push-
65+
labels:
66+
eventing.knative.dev/sourceName: github-sample
6467
spec:
6568
type: dev.knative.source.github.push
6669
source: https://github.com/knative/eventing

0 commit comments

Comments
 (0)