File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ dev.knative.kafka.event-tdt48 dev.knative.kafka.event
4646google.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+
4951We 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
5153looks like:
@@ -60,7 +62,8 @@ kind: EventType
6062metadata :
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
6467spec :
6568 type : dev.knative.source.github.push
6669 source : https://github.com/knative/eventing
You can’t perform that action at this time.
0 commit comments