diff --git a/docs/eventing/samples/cloud-audit-logs-source/README.md b/docs/eventing/samples/cloud-audit-logs-source/README.md index a65e60f6a..756c1c120 100644 --- a/docs/eventing/samples/cloud-audit-logs-source/README.md +++ b/docs/eventing/samples/cloud-audit-logs-source/README.md @@ -5,6 +5,4 @@ weight: 20 type: "docs" --- -# CloudAuditLogsSource Example - Please refer to the [example](https://github.com/google/knative-gcp/blob/master/docs/examples/cloudauditlogssource/README.md) in knative-gcp. diff --git a/docs/eventing/samples/cloud-pubsub-source/README.md b/docs/eventing/samples/cloud-pubsub-source/README.md index 3934413a3..c95f5e5f4 100644 --- a/docs/eventing/samples/cloud-pubsub-source/README.md +++ b/docs/eventing/samples/cloud-pubsub-source/README.md @@ -7,6 +7,4 @@ aliases: - /docs/eventing/samples/gcp-pubsub-source/README.md --- -# CloudPubSubSource Example - Please refer to the [example](https://github.com/google/knative-gcp/blob/master/docs/examples/cloudpubsubsource/README.md) in knative-gcp. diff --git a/docs/eventing/samples/cloud-scheduler-source/README.md b/docs/eventing/samples/cloud-scheduler-source/README.md index 457f26b05..cf0096ea6 100644 --- a/docs/eventing/samples/cloud-scheduler-source/README.md +++ b/docs/eventing/samples/cloud-scheduler-source/README.md @@ -5,6 +5,4 @@ weight: 20 type: "docs" --- -# CloudSchedulerSource Example - Please refer to the [example](https://github.com/google/knative-gcp/blob/master/docs/examples/cloudschedulersource/README.md) in knative-gcp. diff --git a/docs/eventing/samples/cloud-storage-source/README.md b/docs/eventing/samples/cloud-storage-source/README.md index ed4027cc6..f69c977e1 100644 --- a/docs/eventing/samples/cloud-storage-source/README.md +++ b/docs/eventing/samples/cloud-storage-source/README.md @@ -5,6 +5,4 @@ weight: 20 type: "docs" --- -# CloudStorageSource Example - Please refer to the [example](https://github.com/google/knative-gcp/blob/master/docs/examples/cloudstoragesource/README.md) in knative-gcp. diff --git a/docs/eventing/sources/README.md b/docs/eventing/sources/README.md index 70dabbcf3..6f401459e 100644 --- a/docs/eventing/sources/README.md +++ b/docs/eventing/sources/README.md @@ -1,7 +1,7 @@ --- title: "Knative Eventing sources" -linkTitle: "Sources" -weight: 10 +linkTitle: "Eventing sources" +weight: 20 type: "docs" --- @@ -46,8 +46,6 @@ Name | Status | Support | Description [Cron Job](https://github.com/knative/eventing/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. [GitHub](https://github.com/knative/eventing-contrib/blob/master/github/pkg/apis/sources/v1alpha1/githubsource_types.go) | Proof of Concept | None | Registers for events of the specified types on the specified GitHub organization/repository. Brings those events into Knative. [GitLab](https://gitlab.com/triggermesh/gitlabsource) | Proof of Concept | None | Registers for events of the specified types on the specified GitLab repository. Brings those events into Knative. -[Google Cloud Scheduler](https://github.com/google/knative-gcp/blob/master/pkg/apis/events/v1alpha1/scheduler_types.go) | Active Development | None | Create, update, and delete [Google Cloud Scheduler](https://cloud.google.com/scheduler/) Jobs. When those jobs are triggered, receive the event inside Knative. -[Google Cloud Storage](https://github.com/google/knative-gcp/blob/master/pkg/apis/events/v1alpha1/storage_types.go) | Active Development | None | Registers for events of the specified types on the specified Google Cloud Storage bucket and optional object prefix. Brings those events into Knative. [Kubernetes](https://github.com/knative/eventing/blob/master/pkg/apis/sources/v1alpha1/apiserver_types.go) | Active Development | Knative | Brings Kubernetes API server events into Knative. diff --git a/docs/eventing/sources/sources.yaml b/docs/eventing/sources/sources.yaml index 9cee11ea3..819140c11 100644 --- a/docs/eventing/sources/sources.yaml +++ b/docs/eventing/sources/sources.yaml @@ -30,7 +30,7 @@ metaSources: support: Knative description: > Used as reference implementation supporting - [Writing an Event Source from Scratch tutorial](../samples/writing-ra-source). + [Writing an Event Source from Scratch tutorial](../samples/writing-receive-adapter-source). # Sources are event sources that users can install and use directly. @@ -104,20 +104,6 @@ sources: support: Knative description: > Brings Kubernetes API server events into Knative. - - name: Google Cloud Scheduler - url: https://github.com/google/knative-gcp/blob/master/pkg/apis/events/v1alpha1/scheduler_types.go - status: Active Development - support: None - description: > - Create, update, and delete [Google Cloud Scheduler](https://cloud.google.com/scheduler/) - Jobs. When those jobs are triggered, receive the event inside Knative. - - name: Google Cloud Storage - url: https://github.com/google/knative-gcp/blob/master/pkg/apis/events/v1alpha1/storage_types.go - status: Active Development - support: None - description: > - Registers for events of the specified types on the specified Google Cloud Storage bucket and - optional object prefix. Brings those events into Knative. - name: Apache Kafka url: https://github.com/knative/eventing-contrib/blob/master/kafka/source/pkg/apis/sources/v1alpha1/kafka_types.go status: Proof of Concept diff --git a/docs/install/knative-with-any-k8s.md b/docs/install/knative-with-any-k8s.md index 51af58971..8551b34f8 100644 --- a/docs/install/knative-with-any-k8s.md +++ b/docs/install/knative-with-any-k8s.md @@ -562,10 +562,13 @@ The following command installs the GCP Sources: kubectl apply --filename {{< artifact repo="knative-gcp" file="cloud-run-events.yaml" >}} ``` -To learn more about the Cloud Pub/Sub source, try [our sample](../eventing/samples/cloud-pubsub-source/README.md) -To learn more about the Cloud Storage source, try [our sample](../eventing/samples/cloud-storage-source/README.md) -To learn more about the Cloud Scheduler source, try [our sample](../eventing/samples/cloud-scheduler-source/README.md) -To learn more about the Cloud Audit Logs source, try [our sample](../eventing/samples/cloud-audit-logs-source/README.md) +To learn more about the Cloud Pub/Sub source, try [our sample](../eventing/samples/cloud-pubsub-source/README.md). + +To learn more about the Cloud Storage source, try [our sample](../eventing/samples/cloud-storage-source/README.md). + +To learn more about the Cloud Scheduler source, try [our sample](../eventing/samples/cloud-scheduler-source/README.md). + +To learn more about the Cloud Audit Logs source, try [our sample](../eventing/samples/cloud-audit-logs-source/README.md). {{< /tab >}}