diff --git a/docs/samples/eventing.md b/docs/samples/eventing.md index 424cf7f8c..6eebb1cbe 100644 --- a/docs/samples/eventing.md +++ b/docs/samples/eventing.md @@ -9,10 +9,6 @@ See [all Knative code samples](https://github.com/knative/docs/tree/main/code-sa | Name | Description | Languages | | -------------------- | --------------------------------------------------- | --------------------------------------------| | Hello World | A quick introduction that highlights how to deploy an app using Knative. | [Go](https://github.com/knative/docs/tree/main/code-samples/eventing/helloworld/helloworld-go) and [Python](https://github.com/knative/docs/tree/main/code-samples/eventing/helloworld/helloworld-python) | -| CloudAuditLogsSource | Configure a CloudAuditLogsSource resource to read data from Cloud Audit Logs and directly publish to the underlying transport (Pub/Sub), in CloudEvents format. | [YAML](https://github.com/knative/docs/tree/main/code-samples/eventing/cloud-audit-logs-source) | -| CloudPubSubSource | Configure a CloudPubSubSource that fires a new event each time a message is published on a Cloud Pub/Sub topic. This source sends events using a Push-compatible format. | [YAML](https://github.com/knative/docs/tree/main/code-samples/eventing/cloud-pubsub-source) | -| CloudSchedulerSource | Configure a CloudSchedulerSource resource for receiving scheduled events from Google Cloud Scheduler. | [YAML](https://github.com/knative/docs/tree/main/code-samples/eventing/cloud-scheduler-source) | -| CloudStorageSource | Configure a CloudStorageSource resource to deliver Object Notifications for when a new object is added to Google Cloud Storage (GCS). | [YAML](https://github.com/knative/docs/tree/main/code-samples/eventing/cloud-storage-source) | | GitHub source | Shows how to wire GitHub events for consumption by a Knative Service. | [YAML](https://github.com/knative/docs/tree/main/code-samples/eventing/github-source) | | GitLab source | Shows how to wire GitLab events for consumption by a Knative Service. | [YAML](https://github.com/knative/docs/tree/main/code-samples/eventing/gitlab-source) | | Apache Kafka Binding | KafkaBinding is responsible for injecting Kafka bootstrap connection information into a Kubernetes resource that embed a PodSpec (as `spec.template.spec`). This enables easy bootstrapping of a Kafka client. | [YAML](https://github.com/knative/docs/tree/main/code-samples/eventing/kafka/binding) |