Remove dead links (#5515)

There's no example code for CloudAuditLogsSource, CloudPubSubSource, CloudSchedulerSource or CloudStorageSource.
This commit is contained in:
mike-at-spotify 2023-03-29 16:57:02 -04:00 committed by GitHub
parent 0b41d84c1f
commit 0a57b4883a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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) |