diff --git a/docs/eventing/sources/README.md b/docs/eventing/sources/README.md index 91f510292..8c2fa5f8c 100644 --- a/docs/eventing/sources/README.md +++ b/docs/eventing/sources/README.md @@ -28,6 +28,7 @@ These are sources that are installed as `CRD`s. Name | Status | Support | Description --- | --- | --- | --- [AWS SQS](https://github.com/knative/eventing-sources/blob/master/pkg/apis/sources/v1alpha1/aws_sqs_types.go) | Proof of Concept | None | Brings [AWS Simple Queue Service](https://aws.amazon.com/sqs/) messages into Knative. +[Apache Camel](https://github.com/knative/eventing-sources/blob/master/contrib/camel/pkg/apis/sources/v1alpha1/camelsource_types.go) | Proof of Concept | None | Allows to use [Apache Camel](https://github.com/apache/camel) components for pushing events into Knative. [Apache Kafka](https://github.com/knative/eventing-sources/blob/master/contrib/kafka/pkg/apis/sources/v1alpha1/kafka_types.go) | Proof of Concept | None | Brings [Apache Kafka](https://kafka.apache.org/) messages into Knative. [Cron Job](https://github.com/knative/eventing-sources/blob/master/pkg/apis/sources/v1alpha1/cron_job_types.go) | Proof of Concept | None | Uses an in-memory timer to produce events on the specified Cron schedule. [GCP PubSub](https://github.com/knative/eventing-sources/blob/master/contrib/gcppubsub/pkg/apis/sources/v1alpha1/gcp_pubsub_types.go) | Proof of Concept | None | Brings [GCP PubSub](https://cloud.google.com/pubsub/) messages into Knative. diff --git a/docs/eventing/sources/sources.yaml b/docs/eventing/sources/sources.yaml index 81e32ae4a..f7bb57889 100644 --- a/docs/eventing/sources/sources.yaml +++ b/docs/eventing/sources/sources.yaml @@ -27,6 +27,12 @@ metaSources: # Sources are event sources that users can install and use directly. sources: + - name: Apache Camel + url: https://github.com/knative/eventing-sources/blob/master/contrib/camel/pkg/apis/sources/v1alpha1/camelsource_types.go + status: Proof of Concept + support: None + description: > + Allows to use [Apache Camel](https://github.com/apache/camel) components for pushing events into Knative. - name: AWS SQS url: https://github.com/knative/eventing-sources/blob/master/pkg/apis/sources/v1alpha1/aws_sqs_types.go status: Proof of Concept