Merge branch 'v1.11' into issue_3503

This commit is contained in:
Hannah Hunter 2023-07-05 12:23:36 -04:00 committed by GitHub
commit c997666d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ aliases:
## Component format
To setup Azure Pub/Sub binding create a component of type `bindings.gcp.pubsub`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
To setup GCP Pub/Sub binding create a component of type `bindings.gcp.pubsub`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
```yaml

View File

@ -9,7 +9,7 @@ aliases:
## Component format
To set up AWS SNS/SQS pub/sub, create a component of type `pubsub.snssqs`. See the [pub/sub broker component file]({{< ref setup-pubsub.md >}}) to learn how ConsumerID is automatically generated. Read the [How-to: Publish and Subscribe guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pub/sub configuration.
To set up AWS SNS/SQS pub/sub, create a component of type `pubsub.aws.snssqs`. See the [pub/sub broker component file]({{< ref setup-pubsub.md >}}) to learn how ConsumerID is automatically generated. Read the [How-to: Publish and Subscribe guide]({{< ref "howto-publish-subscribe.md#step-1-setup-the-pubsub-component" >}}) on how to create and apply a pub/sub configuration.
```yaml
@ -18,7 +18,7 @@ kind: Component
metadata:
name: snssqs-pubsub
spec:
type: pubsub.snssqs
type: pubsub.aws.snssqs
version: v1
metadata:
- name: accessKey
@ -147,7 +147,7 @@ kind: Component
metadata:
name: snssqs-pubsub
spec:
type: pubsub.snssqs
type: pubsub.aws.snssqs
version: v1
metadata:
- name: accessKey