mirror of https://github.com/knative/docs.git
update triggermesh event sources documentation (#5451)
modify the links to point to latest version of the documentation
This commit is contained in:
parent
b6263f67f8
commit
4cbd3b15f5
|
@ -45,43 +45,41 @@ All Sources are part of the `sources` category.
|
|||
|
||||
| Name | Status | Maintainer | Description
|
||||
|--|--|--|--|
|
||||
[Amazon CloudWatch](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSCloudWatchSource) | Stable | TriggerMesh | Collects metrics from [Amazon CloudWatch](https://aws.amazon.com/cloudwatch/). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awscloudwatchsource.yaml))
|
||||
[Amazon CloudWatch Logs](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSCloudWatchLogsSource) | Stable | TriggerMesh | Subscribes to log events from an [Amazon CloudWatch Logs](https://aws.amazon.com/cloudwatch/) stream. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awscloudwatchlogssource.yaml))
|
||||
[AWS CodeCommit](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSCodeCommitSource) | Stable | TriggerMesh | Registers for events emitted by an [AWS CodeCommit](https://aws.amazon.com/codecommit/) source code repository. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awscodecommitsource.yaml))
|
||||
[Amazon Cognito Identity](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSCognitoIdentitySource) | Stable | TriggerMesh | Registers for events from [Amazon Cognito](https://aws.amazon.com/cognito/) identity pools. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awscognitoidentitysource.yaml))
|
||||
[Amazon Cognito User](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSCognitoUserPoolSource) | Stable | TriggerMesh | Registers for events from [Amazon Cognito](https://aws.amazon.com/cognito/) user pools. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awscognitouserpoolsource.yaml))
|
||||
[Amazon DynamoDB](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSDynamoDBSource) | Stable | TriggerMesh | Reads records from an [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) stream. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awsdynamodbsource.yaml))
|
||||
[Amazon Kinesis](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSKinesisSource) | Stable | TriggerMesh | Reads records from an [Amazon Kinesis](https://aws.amazon.com/kinesis/) stream. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awskinesissource.yaml))
|
||||
[Amazon RDS Performance Insights](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSPerformanceInsightsSource) | Stable | TriggerMesh | Subscribes to metrics from [Amazon RDS Performance Insights](https://aws.amazon.com/rds/performance-insights/). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awsperformanceinsightssource.yaml))
|
||||
[Amazon S3](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSS3Source) | Stable | TriggerMesh | Subscribes to event notifications from an [Amazon S3](https://aws.amazon.com/s3/) bucket. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awss3source.yaml))
|
||||
[Amazon SNS](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSSNSSource) | Stable | TriggerMesh | Subscribes to messages from an [Amazon SNS](https://aws.amazon.com/sns/) topic. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awssnssource.yaml))
|
||||
[Amazon SQS](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSSQSSource) | Stable | TriggerMesh | Consumes messages from an [Amazon SQS](https://aws.amazon.com/sqs/) queue. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awssqssource.yaml))
|
||||
[Amazon CloudWatch](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSCloudWatchSource) | Stable | TriggerMesh | Collects metrics from [Amazon CloudWatch](https://aws.amazon.com/cloudwatch/). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awscloudwatch/))
|
||||
[Amazon CloudWatch Logs](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSCloudWatchLogsSource) | Stable | TriggerMesh | Subscribes to log events from an [Amazon CloudWatch Logs](https://aws.amazon.com/cloudwatch/) stream. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awscloudwatchlogs/))
|
||||
[AWS CodeCommit](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSCodeCommitSource) | Stable | TriggerMesh | Registers for events emitted by an [AWS CodeCommit](https://aws.amazon.com/codecommit/) source code repository. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awscodecommit/))
|
||||
[Amazon Cognito Identity](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSCognitoIdentitySource) | Stable | TriggerMesh | Registers for events from [Amazon Cognito](https://aws.amazon.com/cognito/) identity pools. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awscognitoidentity/))
|
||||
[Amazon Cognito User](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSCognitoUserPoolSource) | Stable | TriggerMesh | Registers for events from [Amazon Cognito](https://aws.amazon.com/cognito/) user pools. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awscognitouserpool/))
|
||||
[Amazon DynamoDB](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSDynamoDBSource) | Stable | TriggerMesh | Reads records from an [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) stream. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awsdynamodb/))
|
||||
[Amazon Kinesis](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSKinesisSource) | Stable | TriggerMesh | Reads records from an [Amazon Kinesis](https://aws.amazon.com/kinesis/) stream. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example]([https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/awskinesissource.yaml](https://docs.triggermesh.io/latest/sources/awskinesis/))
|
||||
[Amazon S3](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSS3Source) | Stable | TriggerMesh | Subscribes to event notifications from an [Amazon S3](https://aws.amazon.com/s3/) bucket. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awss3/))
|
||||
[Amazon SNS](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSSNSSource) | Stable | TriggerMesh | Subscribes to messages from an [Amazon SNS](https://aws.amazon.com/sns/) topic. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awssns/))
|
||||
[Amazon SQS](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AWSSQSSource) | Stable | TriggerMesh | Consumes messages from an [Amazon SQS](https://aws.amazon.com/sqs/) queue. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/awssqs/))
|
||||
[Apache Camel](https://camel.apache.org/camel-kamelets/latest) | Stable | Apache Software Foundation | Enables use of [Apache Camel](https://github.com/apache/camel) components for pushing events into Knative. Camel sources are now provided via [Kamelets](https://camel.apache.org/camel-kamelets/latest/) as part of the [Apache Camel K](https://camel.apache.org/camel-k/latest/installation/installation.html) project. |
|
||||
[Azure Activity Logs](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AzureActivityLogsSource) | Stable | TriggerMesh | Capture activity logs from [Azure Activity Logs](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/azureactivitylogssource.yaml))
|
||||
[Azure Blob Storage](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AzureBlobStorageSource) | Stable | TriggerMesh | Subscribes to events from an [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/) account. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/azureblobstoragesource.yaml))
|
||||
[Azure Event Grid](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AzureEventGridSource) | Stable | TriggerMesh | Retrieves events from [Azure Event Grid](https://azure.microsoft.com/en-us/services/event-grid/). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/azureeventgridsource.yaml))
|
||||
[Azure Event Hubs](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AzureEventHubSource) | Stable | TriggerMesh | Consumes events from [Azure Event Hubs](https://azure.microsoft.com/en-us/services/event-hubs/). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/azureeventhubsource.yaml))
|
||||
[Azure IoT Hub](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AzureIOTHubSource) | Stable | TriggerMesh | Consumes event from [Azure IoT Hub](https://azure.microsoft.com/en-us/services/iot-hub/). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/azureiothubsource.yaml))
|
||||
[Azure Queue Storage](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AzureQueueStorageSource) | Stable | TriggerMesh | Retrieves messages from [Azure Queue Storage](https://azure.microsoft.com/en-us/services/storage/queues/). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/azurequeuestoragesource.yaml))
|
||||
[Azure Service Bus Queues](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AzureServiceBusQueueSource) | Stable | TriggerMesh | Consumes messages from an [Azure Service Bus](https://azure.microsoft.com/en-us/services/service-bus/) queue. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/azureservicebusqueuesource.yaml))
|
||||
[Azure Service Bus Topics](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AzureServiceBusTopicSource) | Stable | TriggerMesh | Subscribes to messages from an [Azure Service Bus](https://azure.microsoft.com/en-us/services/service-bus/) topic. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/azureservicebustopicsource.yaml))
|
||||
[Azure Activity Logs](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AzureActivityLogsSource) | Stable | TriggerMesh | Capture activity logs from [Azure Activity Logs](https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/azureactivitylogs/))
|
||||
[Azure Blob Storage](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AzureBlobStorageSource) | Stable | TriggerMesh | Subscribes to events from an [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/) account. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/azureblobstorage/))
|
||||
[Azure Event Grid](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AzureEventGridSource) | Stable | TriggerMesh | Retrieves events from [Azure Event Grid](https://azure.microsoft.com/en-us/services/event-grid/). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/azureeventgrid/))
|
||||
[Azure Event Hubs](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AzureEventHubSource) | Stable | TriggerMesh | Consumes events from [Azure Event Hubs](https://azure.microsoft.com/en-us/services/event-hubs/). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/azureeventhubs/))
|
||||
[Azure IoT Hub](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AzureIOTHubSource) | Stable | TriggerMesh | Consumes event from [Azure IoT Hub](https://azure.microsoft.com/en-us/services/iot-hub/). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/azureiothub/))
|
||||
[Azure Queue Storage](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AzureQueueStorageSource) | Stable | TriggerMesh | Retrieves messages from [Azure Queue Storage](https://azure.microsoft.com/en-us/services/storage/queues/). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/azurequeuestorage/))
|
||||
[Azure Service Bus Queues](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AzureServiceBusQueueSource) | Stable | TriggerMesh | Consumes messages from an [Azure Service Bus](https://azure.microsoft.com/en-us/services/service-bus/) queue. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/azureservicebusqueue/))
|
||||
[Azure Service Bus Topics](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.AzureServiceBusTopicSource) | Stable | TriggerMesh | Subscribes to messages from an [Azure Service Bus](https://azure.microsoft.com/en-us/services/service-bus/) topic. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/azureservicebustopic/))
|
||||
[Debezium](https://debezium.io) | Alpha | Debezium | Consume database changes as CloudEvents in Knative. ([knative configuration](https://github.com/cab105/debezium-knative-integration-sample))
|
||||
[Direktiv](https://github.com/direktiv/direktiv-knative-source/tree/main/cmd/direktiv-source) | Alpha | Direktiv | Receive events from [Direktiv](https://github.com/direktiv/direktiv).
|
||||
[DockerHubSource](https://github.com/tom24d/eventing-dockerhub) | Alpha | None | Retrieves events from [Docker Hub Webhooks](https://docs.docker.com/docker-hub/webhooks/) and transforms them into CloudEvents for consumption in Knative.
|
||||
[Google Cloud Audit Logs](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudAuditLogsSource) | Stable | TriggerMesh | Captures audit logs from [Google Cloud Audit Logs](https://cloud.google.com/logging/docs/audit/). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/googlecloudauditlogssource.yaml))
|
||||
[Google Cloud Billing](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudBillingSource) | Stable | TriggerMesh | Captures budget notifications from [Google Cloud Billing](https://cloud.google.com/billing/). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/googlecloudbillingsource.yaml))
|
||||
[Google Cloud IoT](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudIoTSource) | Stable | TriggerMesh | Subscribes to messages from a [Google Cloud IoT](https://cloud.google.com/iot-core) registry. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/googlecloudiotsource.yaml))
|
||||
[Google Cloud Pub/Sub](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudPubSubSource) | Stable | TriggerMesh | Subscribes to messages from a [Google Cloud Pub/Sub](https://cloud.google.com/pubsub/) topic. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/googlecloudpubsubsource.yaml))
|
||||
[Google Cloud Source Repositories](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudSourceRepositoriesSource) | Stable | TriggerMesh | Consumes events from [Google Cloud Source Repositories](https://cloud.google.com/source-repositories). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/googlecloudrepositoriessource.yaml))
|
||||
[Google Cloud Storage](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudStorageSource) | Stable | TriggerMesh | Captures change notifications from a [Google Cloud Storage](https://cloud.google.com/storage) bucket. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/googlecloudstoragesource.yaml))
|
||||
[HTTP Poller](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.HTTPPollerSource) | Stable | TriggerMesh | Periodically pulls events from an HTTP/S URL. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/httppollersource.yaml))
|
||||
[Oracle Cloud Infrastructure](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.OCIMetricsSource) | Stable | TriggerMesh | Retrieves metrics from [Oracle Cloud Infrastructure](https://www.oracle.com/cloud/). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/ocimetricssource.yaml))
|
||||
[Salesforce](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.SalesforceSource) | Stable | TriggerMesh | Consumes events from a [Salesforce](https://www.salesforce.com) channel. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/salesforcesource.yaml))
|
||||
[Slack](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.SlackSource) | Stable | TriggerMesh | Subscribes to events from [Slack](https://slack.com). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/slacksource.yaml))
|
||||
[Twilio](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.TwilioSource) | Supported | TriggerMesh | Receive events from [Twilio](https://twilio.com). ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/twiliosource.yaml))
|
||||
[Google Cloud Audit Logs](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudAuditLogsSource) | Stable | TriggerMesh | Captures audit logs from [Google Cloud Audit Logs](https://cloud.google.com/logging/docs/audit/). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/googlecloudauditlogs/))
|
||||
[Google Cloud Billing](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudBillingSource) | Stable | TriggerMesh | Captures budget notifications from [Google Cloud Billing](https://cloud.google.com/billing/). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/googlecloudbilling/))
|
||||
[Google Cloud Pub/Sub](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudPubSubSource) | Stable | TriggerMesh | Subscribes to messages from a [Google Cloud Pub/Sub](https://cloud.google.com/pubsub/) topic. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/googlecloudpubsub/))
|
||||
[Google Cloud Source Repositories](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudSourceRepositoriesSource) | Stable | TriggerMesh | Consumes events from [Google Cloud Source Repositories](https://cloud.google.com/source-repositories). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/googlecloudrepositories/))
|
||||
[Google Cloud Storage](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.GoogleCloudStorageSource) | Stable | TriggerMesh | Captures change notifications from a [Google Cloud Storage](https://cloud.google.com/storage) bucket. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/googlecloudstorage/))
|
||||
[HTTP Poller](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.HTTPPollerSource) | Stable | TriggerMesh | Periodically pulls events from an HTTP/S URL. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/httppoller/))
|
||||
[Oracle Cloud Infrastructure](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.OCIMetricsSource) | Stable | TriggerMesh | Retrieves metrics from [Oracle Cloud Infrastructure](https://www.oracle.com/cloud/). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/ocimetrics/))
|
||||
[Salesforce](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.SalesforceSource) | Stable | TriggerMesh | Consumes events from a [Salesforce](https://www.salesforce.com) channel. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/salesforce/))
|
||||
[Slack](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.SlackSource) | Stable | TriggerMesh | Subscribes to events from [Slack](https://slack.com). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/slack/))
|
||||
[Twilio](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.TwilioSource) | Supported | TriggerMesh | Receive events from [Twilio](https://twilio.com). ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/twilio/))
|
||||
[VMware](https://github.com/vmware-tanzu/sources-for-knative/blob/main/README.md) | Alpha | VMware | Brings [vSphere](https://www.vmware.com/products/vsphere.html) events into Knative.
|
||||
[Webhook](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.WebhookSource) | Stable | TriggerMesh | Ingest events from a webhook using HTTP. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/webhooksource.yaml))
|
||||
[Zendesk](https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.ZendeskSource) | Stable | TriggerMesh | Subscribes to events from Zendesk. ([installation](https://docs.triggermesh.io/guides/installation/)) ([example](https://github.com/triggermesh/triggermesh/blob/main/config/samples/sources/zendesksource.yaml))
|
||||
[Webhook](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.WebhookSource) | Stable | TriggerMesh | Ingest events from a webhook using HTTP. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/webhook/))
|
||||
[Zendesk](https://docs.triggermesh.io/latest/reference/sources/#sources.triggermesh.io/v1alpha1.ZendeskSource) | Stable | TriggerMesh | Subscribes to events from Zendesk. ([installation](https://docs.triggermesh.io/latest/installation/)) ([example](https://docs.triggermesh.io/latest/sources/zendesk/))
|
||||
|
||||
## Additional resources
|
||||
|
||||
|
|
Loading…
Reference in New Issue