File tree Expand file tree Collapse file tree 4 files changed +20
-9
lines changed Expand file tree Collapse file tree 4 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ know roughly how things fit together.
1111
1212This document works with
1313[ Eventing 0.3] ( https://github.com/knative/eventing/releases/tag/v0.3.0 ) and
14- [ Eventing Sources 0.3] ( https://github.com/knative/eventing-contrib/releases/tag/v0.3.0 ) .
14+ [ Eventing-contrib resources 0.3] ( https://github.com/knative/eventing-contrib/releases/tag/v0.3.0 ) .
1515
1616## Prerequisites
1717
18- 1 . Setup [ Knative Eventing and Eventing-Sources ] ( ../README.md ) .
18+ 1 . Setup [ Knative Eventing and an Eventing-contrib resource ] ( ../README.md ) .
1919
2020## Example
2121
22- This guide uses an example consisting of an Event Source sending events to a
23- function.
22+ This guide uses an example consisting of an event source that sends
23+ events to a function.
2424
2525![ src -> chan -> sub -> svc -> fn] ( ExampleModel.png )
2626
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The API source files are located at:
1212- [ Serving API] ( ./serving.md )
1313- [ Build API] ( ./build.md )
1414- [ Eventing API] ( ./eventing/eventing.md )
15- - [ Event Sources API] ( ./eventing/eventing-sources .md )
15+ - [ Eventing-contrib resources API] ( ./eventing/eventing-resources .md )
1616
1717## Updating API Reference docs (for Knative maintainers)
1818
@@ -60,7 +60,7 @@ To generate a version of the API:
6060
6161 - [ Build] ( https://github.com/knative/build/releases/ )
6262 - [ Eventing] ( https://github.com/knative/eventing/releases/ )
63- - [ Eventing Sources ] ( https://github.com/knative/eventing-contrib/releases/ )
63+ - [ Eventing-contrib resources ] ( https://github.com/knative/eventing-contrib/releases/ )
6464 - [ Serving] ( https://github.com/knative/serving/releases/ )
6565
66661 . To run the ` gen-api-reference-docs.sh ` command from the ` hack ` directory, you
Original file line number Diff line number Diff line change 11---
2- title : " Knative Eventing Contrib "
2+ title : " Eventing-contrib Resources "
33linkTitle : " Eventing-contrib API"
44weight : 50
55type : " docs"
6+ aliases :
7+ - /docs/reference/eventing/eventing-contrib-resources/
68---
79
810
9- The API content for the source implementations that integrate with Knative Eventing are located in the [ Knative/eventing-contrib] ( https://github.com/knative/eventing-contrib/tree/release-0.7/contrib ) repo.
11+ The API definitions for the Eventing resources that conform to
12+ Knative Eventing are located in the
13+ [ ` knative/eventing-contrib ` ] ( https://github.com/knative/eventing-contrib/tree/release-0.7/ )
14+ repo:
15+
16+ - [ ` awssqs ` source] ( https://github.com/knative/eventing-contrib/tree/release-0.7/contrib/awssqs/pkg/apis/sources/v1alpha1 )
17+ - [ ` camel ` source] ( https://github.com/knative/eventing-contrib/tree/release-0.7/camel/source/pkg/apis/sources/v1alpha1 )
18+ - [ ` gcppubsub ` source] ( https://github.com/knative/eventing-contrib/tree/release-0.7/contrib/gcppubsub/pkg/apis/sources/v1alpha1 )
19+ - [ ` github ` source] ( https://github.com/knative/eventing-contrib/tree/release-0.7/contrib/github/pkg/apis/sources/v1alpha1 )
20+ - [ ` kafka ` source] ( https://github.com/knative/eventing-contrib/tree/release-0.7/kafka/source/pkg/apis/sources/v1alpha1 )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ KNATIVE_EVENTING_OUT_FILE="eventing/eventing.md"
3939
4040KNATIVE_EVENTING_SOURCES_REPO=" github.com/knative/eventing-contrib"
4141KNATIVE_EVENTING_SOURCES_COMMIT=" ${KNATIVE_EVENTING_SOURCES_COMMIT:? specify the \$ KNATIVE_EVENTING_SOURCES_COMMIT variable} "
42- KNATIVE_EVENTING_SOURCES_OUT_FILE=" eventing/eventing-sources .md"
42+ KNATIVE_EVENTING_SOURCES_OUT_FILE=" eventing/eventing-contrib-resources .md"
4343
4444cleanup_refdocs_root=
4545cleanup_repo_clone_root=
You can’t perform that action at this time.
0 commit comments