From 1a598fb606e53987a2254e9578ced5c65fa64586 Mon Sep 17 00:00:00 2001 From: "Matt Moore (via sockpuppet)" Date: Wed, 1 May 2019 14:00:45 +0000 Subject: [PATCH] Format markdown Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` --- docs/broker/README.md | 9 +++++---- docs/spec/spec.md | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/broker/README.md b/docs/broker/README.md index e95ca70422a..45fcce35982 100644 --- a/docs/broker/README.md +++ b/docs/broker/README.md @@ -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: @@ -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`. diff --git a/docs/spec/spec.md b/docs/spec/spec.md index 74c076657bc..6cf20b299ad 100644 --- a/docs/spec/spec.md +++ b/docs/spec/spec.md @@ -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