-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add Broker/Trigger docs from eventing repo #1279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Broker/Trigger docs from eventing repo #1279
Conversation
Mostly a copy of github.com/knative/eventing/docs/broker/README.md, but with a new intro and without the Implementation section.
|
Depending on this one for #1285 |
sebgoa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor edits
|
Thanks @sebgoa for your feedback! Updated and RFAL. |
samodell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few suggestions -- I agree this could be re-written from more of a user perspective, but in the name of expediency I think we can merge this in after these changes.
docs/eventing/broker-trigger.md
Outdated
| @@ -0,0 +1,273 @@ | |||
| # Broker and Trigger | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # Broker and Trigger | |
| --- | |
| title: "Broker and Trigger" | |
| weight: 20 | |
| type: "docs" | |
| --- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the necessary format for the page to be pulled into the left-nav on the website.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
docs/eventing/broker-trigger.md
Outdated
|
|
||
| ### ClusterChannelProvisioner | ||
|
|
||
| `Broker`'s use their `spec.channelTemplate` to create their internal `Channel`s, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `Broker`'s use their `spec.channelTemplate` to create their internal `Channel`s, | |
| `Broker`s use their `spec.channelTemplate` to create their internal `Channel`s, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
grantr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review @samodell! I committed your changes manually rather than accepting suggestions to avoid confusing CLABot.
docs/eventing/broker-trigger.md
Outdated
| @@ -0,0 +1,273 @@ | |||
| # Broker and Trigger | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
docs/eventing/broker-trigger.md
Outdated
|
|
||
| ### ClusterChannelProvisioner | ||
|
|
||
| `Broker`'s use their `spec.channelTemplate` to create their internal `Channel`s, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grantr, samodell The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Mostly a copy of https://github.com/knative/eventing/blob/e4637d3d854c06ebce7041a08a2191e17003ce66/docs/broker/README.mdgithub.com/knative/eventing/docs/broker/README.md, but
with a new intro and without the
Implementationsection.All of these words were written by @Harwayne. This was originally more targeted to contributors, so it probably needs some massaging to be useful to users.
Fixes #1023
/label cherrypick-0.5