Skip to content

Commit

Permalink
Adding updates to the Event registry doc (#3139)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew authored Jan 13, 2021
1 parent 194f542 commit b2964ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/eventing/event-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b2964ba

Please sign in to comment.