Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ reconciles:
### Trigger

`Trigger`s are reconciled by the
[Trigger Reconciler](../../pkg/reconciler/trigger). For each `Trigger`,
it reconciles:
[Trigger Reconciler](../../pkg/reconciler/trigger). For each `Trigger`, it
reconciles:

1. Verify the Broker Exists
1. Get the Broker's:
Expand All @@ -333,5 +333,6 @@ it reconciles:
- Currently uses the same logic as the `Subscription` Reconciler, so supports
Addressables and Kubernetes `Service`s.
1. Creates a `Subscription` from the `Broker`'s 'trigger' `Channel` to the
`Trigger`'s Kubernetes `Service` using the HTTP path `/triggers/{namespace}/{name}`. Replies are sent to the `Broker`'s
'ingress' `Channel`.
`Trigger`'s Kubernetes `Service` using the HTTP path
`/triggers/{namespace}/{name}`. Replies are sent to the `Broker`'s 'ingress'
`Channel`.
8 changes: 4 additions & 4 deletions docs/spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ a Channel system that receives and delivers events._

### ChannelSubscriberSpec

| Field | Type | Description | Constraints |
| ------------- | --------------- | -------------------------------------------------------------- | -------------- |
| Field | Type | Description | Constraints |
| ------------- | ------ | ------------------------------------------------------------------ | -------------- |
| uid | String | The Subscription UID this ChannelSubscriberSpec was resolved from. | |
| subscriberURI | String | The URI name of the endpoint for the subscriber. | Must be a URL. |
| replyURI | String | The URI name of the endpoint for the reply. | Must be a URL. |
| subscriberURI | String | The URI name of the endpoint for the subscriber. | Must be a URL. |
| replyURI | String | The URI name of the endpoint for the reply. | Must be a URL. |

### ReplyStrategy

Expand Down