mirror of https://github.com/knative/docs.git
fix: add a reference to eventing sources page instead of having a list (#2939)
* fix: add a reference to eventing sources page instead of having a list * docs: improve eventing sources readability Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> * fix: use relative path for reference * fix: use correct link for knative event sources Co-authored-by: RichieEscarez <rescarez@google.com> Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com> Co-authored-by: RichieEscarez <rescarez@google.com>
This commit is contained in:
parent
c1f0d34762
commit
f4a9bffebf
|
@ -11,10 +11,7 @@ well as receive adapter, which events can be viewed through a basic
|
|||
Just want to see the code? The reference project is
|
||||
[https://github.com/knative-sandbox/sample-source](https://github.com/knative-sandbox/sample-source).
|
||||
|
||||
A variety of event sources are available in Knative [`eventing-contrib`](https://github.com/knative/eventing-contrib/) such as
|
||||
[`KafkaSource`](https://github.com/knative/eventing-contrib/tree/master/kafka/source),
|
||||
[`GithubSource`](https://github.com/knative/eventing-contrib/tree/master/github) and
|
||||
[`AWSSQSSource`](https://github.com/knative/eventing-contrib/tree/master/awssqs) that can be used as a reference.
|
||||
[Knative Sources](../../sources/#knative-sources) can be used as a reference.
|
||||
|
||||
## Other ways
|
||||
|
||||
|
@ -24,7 +21,6 @@ You can also write your own event source using a [ContainerSource](../../../even
|
|||
is an easy way to turn any dispatcher container into an Event Source. Similarly, another option is using [SinkBinding](../../../eventing/sources/README.md#meta-sources)
|
||||
which provides a framework for injecting environment variables into any Kubernetes resource which has a `spec.template` that looks like a Pod (aka PodSpecable).
|
||||
|
||||
|
||||
## Target Audience
|
||||
|
||||
The target audience is already familiar with Kubernetes and Go development and
|
||||
|
|
Loading…
Reference in New Issue