Switch support status for triggermesh external sources (#2236)

This commit is contained in:
sebgoa 2020-04-13 18:59:11 +02:00 committed by GitHub
parent 6ecf46eee5
commit 56fbb6a7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -71,12 +71,12 @@ These are containers intended to be used with `ContainerSource`.
Name | Status | Support | Description Name | Status | Support | Description
--- | --- | --- | --- --- | --- | --- | ---
[AWS CodeCommit](https://github.com/triggermesh/knative-lambda-sources/tree/master/awscodecommit) | Active Development | TriggerMesh | Registers for events of the specified types on the specified AWS CodeCommit repository. Brings those events into Knative. [AWS CodeCommit](https://github.com/triggermesh/knative-lambda-sources/tree/master/awscodecommit) | Supported | TriggerMesh | Registers for events of the specified types on the specified AWS CodeCommit repository. Brings those events into Knative.
[AWS Cognito](https://github.com/triggermesh/knative-lambda-sources/tree/master/awscognito) | Active Development | TriggerMesh | Registers for AWS Cognito events. Brings those events into Knative. [AWS Cognito](https://github.com/triggermesh/knative-lambda-sources/tree/master/awscognito) | Supported | TriggerMesh | Registers for AWS Cognito events. Brings those events into Knative.
[AWS DynamoDB](https://github.com/triggermesh/knative-lambda-sources/tree/master/awsdynamodb) | Active Development | TriggerMesh | Registers for events of on the specified AWS DynamoDB table. Brings those events into Knative. [AWS DynamoDB](https://github.com/triggermesh/knative-lambda-sources/tree/master/awsdynamodb) | Supported | TriggerMesh | Registers for events of on the specified AWS DynamoDB table. Brings those events into Knative.
[AWS Kinesis](https://github.com/triggermesh/knative-lambda-sources/tree/master/awskinesis) | Active Development | TriggerMesh | Registers for events on the specified AWS Kinesis stream. Brings those events into Knative. [AWS Kinesis](https://github.com/triggermesh/knative-lambda-sources/tree/master/awskinesis) | Supported | TriggerMesh | Registers for events on the specified AWS Kinesis stream. Brings those events into Knative.
[AWS SNS](https://github.com/triggermesh/knative-lambda-sources/tree/master/awssns) | Active Development | TriggerMesh | Registers for events of the specified AWS SNS endpoint. Brings those events into Knative. [AWS SNS](https://github.com/triggermesh/knative-lambda-sources/tree/master/awssns) | Supported | TriggerMesh | Registers for events of the specified AWS SNS endpoint. Brings those events into Knative.
[AWS SQS](https://github.com/triggermesh/knative-lambda-sources/tree/master/awssqs) | Active Development | TriggerMesh | Registers for events of the specified AWS SQS queue. Brings those events into Knative. [AWS SQS](https://github.com/triggermesh/knative-lambda-sources/tree/master/awssqs) | Supported | TriggerMesh | Registers for events of the specified AWS SQS queue. Brings those events into Knative.
[FTP / SFTP](https://github.com/vaikas-google/ftp) | Proof of concept | None | Watches for files being uploaded into a FTP/SFTP and generates events for those. [FTP / SFTP](https://github.com/vaikas-google/ftp) | Proof of concept | None | Watches for files being uploaded into a FTP/SFTP and generates events for those.
[Heartbeat](https://github.com/Harwayne/auto-container-source/tree/master/heartbeat-source) | Proof of Concept | None | Uses an in-memory timer to produce events as the specified interval. Uses AutoContainerSource for underlying infrastructure. [Heartbeat](https://github.com/Harwayne/auto-container-source/tree/master/heartbeat-source) | Proof of Concept | None | Uses an in-memory timer to produce events as the specified interval. Uses AutoContainerSource for underlying infrastructure.
[Heartbeats](https://github.com/knative/eventing-contrib/tree/{{< branch >}}/cmd/heartbeats) | Proof of Concept | None | Uses an in-memory timer to produce events at the specified interval. [Heartbeats](https://github.com/knative/eventing-contrib/tree/{{< branch >}}/cmd/heartbeats) | Proof of Concept | None | Uses an in-memory timer to produce events at the specified interval.

View File

@ -163,37 +163,37 @@ containers:
for underlying infrastructure. for underlying infrastructure.
- name: AWS CodeCommit - name: AWS CodeCommit
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awscodecommit url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awscodecommit
status: Active Development status: Supported
support: TriggerMesh support: TriggerMesh
description: > description: >
Registers for events of the specified types on the specified AWS CodeCommit repository. Brings those events into Knative. Registers for events of the specified types on the specified AWS CodeCommit repository. Brings those events into Knative.
- name: AWS Cognito - name: AWS Cognito
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awscognito url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awscognito
status: Active Development status: Supported
support: TriggerMesh support: TriggerMesh
description: > description: >
Registers for AWS Cognito events. Brings those events into Knative. Registers for AWS Cognito events. Brings those events into Knative.
- name: AWS DynamoDB - name: AWS DynamoDB
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awsdynamodb url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awsdynamodb
status: Active Development status: Supported
support: TriggerMesh support: TriggerMesh
description: > description: >
Registers for events of on the specified AWS DynamoDB table. Brings those events into Knative. Registers for events of on the specified AWS DynamoDB table. Brings those events into Knative.
- name: AWS Kinesis - name: AWS Kinesis
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awskinesis url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awskinesis
status: Active Development status: Supported
support: TriggerMesh support: TriggerMesh
description: > description: >
Registers for events on the specified AWS Kinesis stream. Brings those events into Knative. Registers for events on the specified AWS Kinesis stream. Brings those events into Knative.
- name: AWS SQS - name: AWS SQS
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awssqs url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awssqs
status: Active Development status: Supported
support: TriggerMesh support: TriggerMesh
description: > description: >
Registers for events of the specified AWS SQS queue. Brings those events into Knative. Registers for events of the specified AWS SQS queue. Brings those events into Knative.
- name: AWS SNS - name: AWS SNS
url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awssns url: https://github.com/triggermesh/knative-lambda-sources/tree/master/awssns
status: Active Development status: Supported
support: TriggerMesh support: TriggerMesh
description: > description: >
Registers for events of the specified AWS SNS endpoint. Brings those events into Knative. Registers for events of the specified AWS SNS endpoint. Brings those events into Knative.