diff --git a/docs/modules/ROOT/kamelet.adoc.tmpl b/docs/modules/ROOT/kamelet.adoc.tmpl index 0070411b9..bda7805f3 100644 --- a/docs/modules/ROOT/kamelet.adoc.tmpl +++ b/docs/modules/ROOT/kamelet.adoc.tmpl @@ -26,7 +26,7 @@ The `{{ .Kamelet.ObjectMeta.Name }}` Kamelet can be used as intermediate step in {{ else -}} The `{{ .Kamelet.ObjectMeta.Name }}` Kamelet can be used as Knative {{ index .Kamelet.ObjectMeta.Labels "camel.apache.org/kamelet.type" }} by binding it to a Knative object. {{ end }} -{{- .SetVal "RefApiVersion" "messaging.knative.dev/v1" -}}{{- .SetVal "RefKind" "InMemoryChannel" -}}{{- .SetVal "RefName" "mychannel" }} +{{- .SetVal "RefApiVersion" "messaging.knative.dev/v1" -}}{{- .SetVal "RefKind" "Channel" -}}{{- .SetVal "RefName" "mychannel" }} .{{ .Kamelet.ObjectMeta.Name }}-binding.yaml [source,yaml] ---- diff --git a/docs/modules/ROOT/pages/avro-deserialize-action.adoc b/docs/modules/ROOT/pages/avro-deserialize-action.adoc index b9b394f80..b27d1e2d7 100644 --- a/docs/modules/ROOT/pages/avro-deserialize-action.adoc +++ b/docs/modules/ROOT/pages/avro-deserialize-action.adoc @@ -51,7 +51,7 @@ spec: schema: "{\"type\": \"record\", \"namespace\": \"com.example\", \"name\": \"FullName\", \"fields\": [{\"name\": \"first\", \"type\": \"string\"},{\"name\": \"last\", \"type\": \"string\"}]}" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/avro-serialize-action.adoc b/docs/modules/ROOT/pages/avro-serialize-action.adoc index 1f6233873..d6b614b41 100644 --- a/docs/modules/ROOT/pages/avro-serialize-action.adoc +++ b/docs/modules/ROOT/pages/avro-serialize-action.adoc @@ -51,7 +51,7 @@ spec: schema: "{\"type\": \"record\", \"namespace\": \"com.example\", \"name\": \"FullName\", \"fields\": [{\"name\": \"first\", \"type\": \"string\"},{\"name\": \"last\", \"type\": \"string\"}]}" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/aws-cloudwatch-sink.adoc b/docs/modules/ROOT/pages/aws-cloudwatch-sink.adoc index 0be30dc63..6c9e37183 100644 --- a/docs/modules/ROOT/pages/aws-cloudwatch-sink.adoc +++ b/docs/modules/ROOT/pages/aws-cloudwatch-sink.adoc @@ -48,7 +48,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-ddb-streams-source.adoc b/docs/modules/ROOT/pages/aws-ddb-streams-source.adoc index 438848383..342b02ed3 100644 --- a/docs/modules/ROOT/pages/aws-ddb-streams-source.adoc +++ b/docs/modules/ROOT/pages/aws-ddb-streams-source.adoc @@ -51,7 +51,7 @@ spec: table: "The Table" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/aws-ec2-sink.adoc b/docs/modules/ROOT/pages/aws-ec2-sink.adoc index 7452f55dd..09f401a49 100644 --- a/docs/modules/ROOT/pages/aws-ec2-sink.adoc +++ b/docs/modules/ROOT/pages/aws-ec2-sink.adoc @@ -42,7 +42,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-kinesis-firehose-sink.adoc b/docs/modules/ROOT/pages/aws-kinesis-firehose-sink.adoc index 9885b2759..8a9b08299 100644 --- a/docs/modules/ROOT/pages/aws-kinesis-firehose-sink.adoc +++ b/docs/modules/ROOT/pages/aws-kinesis-firehose-sink.adoc @@ -39,7 +39,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-kinesis-sink.adoc b/docs/modules/ROOT/pages/aws-kinesis-sink.adoc index 9727c96be..db9415b81 100644 --- a/docs/modules/ROOT/pages/aws-kinesis-sink.adoc +++ b/docs/modules/ROOT/pages/aws-kinesis-sink.adoc @@ -51,7 +51,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-kinesis-source.adoc b/docs/modules/ROOT/pages/aws-kinesis-source.adoc index b4089ccd0..7ef5c994f 100644 --- a/docs/modules/ROOT/pages/aws-kinesis-source.adoc +++ b/docs/modules/ROOT/pages/aws-kinesis-source.adoc @@ -49,7 +49,7 @@ spec: stream: "The Stream Name" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/aws-lambda-sink.adoc b/docs/modules/ROOT/pages/aws-lambda-sink.adoc index ae5f6fb6f..f38929aa8 100644 --- a/docs/modules/ROOT/pages/aws-lambda-sink.adoc +++ b/docs/modules/ROOT/pages/aws-lambda-sink.adoc @@ -39,7 +39,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-s3-sink.adoc b/docs/modules/ROOT/pages/aws-s3-sink.adoc index 4a2654d8a..fe9316932 100644 --- a/docs/modules/ROOT/pages/aws-s3-sink.adoc +++ b/docs/modules/ROOT/pages/aws-s3-sink.adoc @@ -46,7 +46,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-s3-source.adoc b/docs/modules/ROOT/pages/aws-s3-source.adoc index cae379817..2e3efe158 100644 --- a/docs/modules/ROOT/pages/aws-s3-source.adoc +++ b/docs/modules/ROOT/pages/aws-s3-source.adoc @@ -54,7 +54,7 @@ spec: secretKey: "The Secret Key" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc b/docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc index 37f8f45d9..8e7c2222e 100644 --- a/docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc +++ b/docs/modules/ROOT/pages/aws-s3-streaming-upload-sink.adoc @@ -47,7 +47,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-sns-fifo-sink.adoc b/docs/modules/ROOT/pages/aws-sns-fifo-sink.adoc index cffa90764..fe9e0bc74 100644 --- a/docs/modules/ROOT/pages/aws-sns-fifo-sink.adoc +++ b/docs/modules/ROOT/pages/aws-sns-fifo-sink.adoc @@ -45,7 +45,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-sns-sink.adoc b/docs/modules/ROOT/pages/aws-sns-sink.adoc index 3bc3bfb1b..ac43d8a84 100644 --- a/docs/modules/ROOT/pages/aws-sns-sink.adoc +++ b/docs/modules/ROOT/pages/aws-sns-sink.adoc @@ -44,7 +44,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-sqs-batch-sink.adoc b/docs/modules/ROOT/pages/aws-sqs-batch-sink.adoc index b9340aa58..04dd31258 100644 --- a/docs/modules/ROOT/pages/aws-sqs-batch-sink.adoc +++ b/docs/modules/ROOT/pages/aws-sqs-batch-sink.adoc @@ -43,7 +43,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc b/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc index 683262c2b..02a5c1cfc 100644 --- a/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc +++ b/docs/modules/ROOT/pages/aws-sqs-fifo-sink.adoc @@ -43,7 +43,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-sqs-sink.adoc b/docs/modules/ROOT/pages/aws-sqs-sink.adoc index be508178e..dbbd0e9f5 100644 --- a/docs/modules/ROOT/pages/aws-sqs-sink.adoc +++ b/docs/modules/ROOT/pages/aws-sqs-sink.adoc @@ -42,7 +42,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/aws-sqs-source.adoc b/docs/modules/ROOT/pages/aws-sqs-source.adoc index 57ee4adf3..69ebb01b2 100644 --- a/docs/modules/ROOT/pages/aws-sqs-source.adoc +++ b/docs/modules/ROOT/pages/aws-sqs-source.adoc @@ -53,7 +53,7 @@ spec: secretKey: "The Secret Key" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/aws-translate-action.adoc b/docs/modules/ROOT/pages/aws-translate-action.adoc index d90c6b396..638dfa307 100644 --- a/docs/modules/ROOT/pages/aws-translate-action.adoc +++ b/docs/modules/ROOT/pages/aws-translate-action.adoc @@ -58,7 +58,7 @@ spec: targetLanguage: "en" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/azure-cosmosdb-source.adoc b/docs/modules/ROOT/pages/azure-cosmosdb-source.adoc index 9ae7ce30c..e34929c9f 100644 --- a/docs/modules/ROOT/pages/azure-cosmosdb-source.adoc +++ b/docs/modules/ROOT/pages/azure-cosmosdb-source.adoc @@ -53,7 +53,7 @@ spec: databaseName: "The Database Name" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/azure-eventhubs-sink.adoc b/docs/modules/ROOT/pages/azure-eventhubs-sink.adoc index ee1d60b6d..46a0a8949 100644 --- a/docs/modules/ROOT/pages/azure-eventhubs-sink.adoc +++ b/docs/modules/ROOT/pages/azure-eventhubs-sink.adoc @@ -45,7 +45,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/azure-eventhubs-source.adoc b/docs/modules/ROOT/pages/azure-eventhubs-source.adoc index 06be526ab..0c4ac521d 100644 --- a/docs/modules/ROOT/pages/azure-eventhubs-source.adoc +++ b/docs/modules/ROOT/pages/azure-eventhubs-source.adoc @@ -55,7 +55,7 @@ spec: sharedAccessName: "The Share Access Name" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/azure-storage-blob-sink.adoc b/docs/modules/ROOT/pages/azure-storage-blob-sink.adoc index ab568862e..ab6e23d94 100644 --- a/docs/modules/ROOT/pages/azure-storage-blob-sink.adoc +++ b/docs/modules/ROOT/pages/azure-storage-blob-sink.adoc @@ -45,7 +45,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/azure-storage-blob-source.adoc b/docs/modules/ROOT/pages/azure-storage-blob-source.adoc index d43e3c750..630117c1b 100644 --- a/docs/modules/ROOT/pages/azure-storage-blob-source.adoc +++ b/docs/modules/ROOT/pages/azure-storage-blob-source.adoc @@ -48,7 +48,7 @@ spec: containerName: "The Container Name" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/azure-storage-queue-sink.adoc b/docs/modules/ROOT/pages/azure-storage-queue-sink.adoc index 7dc024d54..34fab21ee 100644 --- a/docs/modules/ROOT/pages/azure-storage-queue-sink.adoc +++ b/docs/modules/ROOT/pages/azure-storage-queue-sink.adoc @@ -46,7 +46,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/azure-storage-queue-source.adoc b/docs/modules/ROOT/pages/azure-storage-queue-source.adoc index 5ebbf64bb..310b597e6 100644 --- a/docs/modules/ROOT/pages/azure-storage-queue-source.adoc +++ b/docs/modules/ROOT/pages/azure-storage-queue-source.adoc @@ -48,7 +48,7 @@ spec: queueName: "The Queue Name" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/bitcoin-source.adoc b/docs/modules/ROOT/pages/bitcoin-source.adoc index c226b8b59..b7fc759d6 100644 --- a/docs/modules/ROOT/pages/bitcoin-source.adoc +++ b/docs/modules/ROOT/pages/bitcoin-source.adoc @@ -41,7 +41,7 @@ spec: name: bitcoin-source sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/caffeine-action.adoc b/docs/modules/ROOT/pages/caffeine-action.adoc index cf274db5d..a4cb33060 100644 --- a/docs/modules/ROOT/pages/caffeine-action.adoc +++ b/docs/modules/ROOT/pages/caffeine-action.adoc @@ -58,7 +58,7 @@ spec: name: caffeine-action sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/cassandra-sink.adoc b/docs/modules/ROOT/pages/cassandra-sink.adoc index bf6a074bc..8de6ca5b5 100644 --- a/docs/modules/ROOT/pages/cassandra-sink.adoc +++ b/docs/modules/ROOT/pages/cassandra-sink.adoc @@ -44,7 +44,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/cassandra-source.adoc b/docs/modules/ROOT/pages/cassandra-source.adoc index 4a01e8c69..f2c698d8a 100644 --- a/docs/modules/ROOT/pages/cassandra-source.adoc +++ b/docs/modules/ROOT/pages/cassandra-source.adoc @@ -55,7 +55,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/chuck-norris-source.adoc b/docs/modules/ROOT/pages/chuck-norris-source.adoc index 53c4a6e8a..20c3b6a0f 100644 --- a/docs/modules/ROOT/pages/chuck-norris-source.adoc +++ b/docs/modules/ROOT/pages/chuck-norris-source.adoc @@ -41,7 +41,7 @@ spec: name: chuck-norris-source sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/chunk-template-action.adoc b/docs/modules/ROOT/pages/chunk-template-action.adoc index ec8522432..2ed1de436 100644 --- a/docs/modules/ROOT/pages/chunk-template-action.adoc +++ b/docs/modules/ROOT/pages/chunk-template-action.adoc @@ -52,7 +52,7 @@ spec: template: "The Template" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/cron-source.adoc b/docs/modules/ROOT/pages/cron-source.adoc index d959bf57e..b61c4df6e 100644 --- a/docs/modules/ROOT/pages/cron-source.adoc +++ b/docs/modules/ROOT/pages/cron-source.adoc @@ -45,7 +45,7 @@ spec: schedule: "0/3 10 * * * ?" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/dns-dig-action.adoc b/docs/modules/ROOT/pages/dns-dig-action.adoc index 0b958981d..e1ceb8ab2 100644 --- a/docs/modules/ROOT/pages/dns-dig-action.adoc +++ b/docs/modules/ROOT/pages/dns-dig-action.adoc @@ -51,7 +51,7 @@ spec: name: dns-dig-action sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/dns-ip-action.adoc b/docs/modules/ROOT/pages/dns-ip-action.adoc index a5ed757d9..9b3fcfc1f 100644 --- a/docs/modules/ROOT/pages/dns-ip-action.adoc +++ b/docs/modules/ROOT/pages/dns-ip-action.adoc @@ -47,7 +47,7 @@ spec: name: dns-ip-action sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/dns-lookup-action.adoc b/docs/modules/ROOT/pages/dns-lookup-action.adoc index d7619ae20..bf79101f3 100644 --- a/docs/modules/ROOT/pages/dns-lookup-action.adoc +++ b/docs/modules/ROOT/pages/dns-lookup-action.adoc @@ -47,7 +47,7 @@ spec: name: dns-lookup-action sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/dropbox-sink.adoc b/docs/modules/ROOT/pages/dropbox-sink.adoc index 7706f167f..99381e450 100644 --- a/docs/modules/ROOT/pages/dropbox-sink.adoc +++ b/docs/modules/ROOT/pages/dropbox-sink.adoc @@ -45,7 +45,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/dropbox-source.adoc b/docs/modules/ROOT/pages/dropbox-source.adoc index 1776c2982..1eead09db 100644 --- a/docs/modules/ROOT/pages/dropbox-source.adoc +++ b/docs/modules/ROOT/pages/dropbox-source.adoc @@ -50,7 +50,7 @@ spec: remotePath: "The Remote Path" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/earthquake-source.adoc b/docs/modules/ROOT/pages/earthquake-source.adoc index bcd682215..d2c94d3e9 100644 --- a/docs/modules/ROOT/pages/earthquake-source.adoc +++ b/docs/modules/ROOT/pages/earthquake-source.adoc @@ -42,7 +42,7 @@ spec: name: earthquake-source sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc b/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc index 9a9e92d64..993a14159 100644 --- a/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc +++ b/docs/modules/ROOT/pages/elasticsearch-index-sink.adoc @@ -51,7 +51,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/elasticsearch-search-source.adoc b/docs/modules/ROOT/pages/elasticsearch-search-source.adoc index 735645c63..754eb232e 100644 --- a/docs/modules/ROOT/pages/elasticsearch-search-source.adoc +++ b/docs/modules/ROOT/pages/elasticsearch-search-source.adoc @@ -53,7 +53,7 @@ spec: query: "The Query" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/exec-sink.adoc b/docs/modules/ROOT/pages/exec-sink.adoc index 489591ab0..866032289 100644 --- a/docs/modules/ROOT/pages/exec-sink.adoc +++ b/docs/modules/ROOT/pages/exec-sink.adoc @@ -42,7 +42,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/extract-field-action.adoc b/docs/modules/ROOT/pages/extract-field-action.adoc index 9196dc22d..b7004fa13 100644 --- a/docs/modules/ROOT/pages/extract-field-action.adoc +++ b/docs/modules/ROOT/pages/extract-field-action.adoc @@ -50,7 +50,7 @@ spec: field: "The Field" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/fhir-source.adoc b/docs/modules/ROOT/pages/fhir-source.adoc index 2c82179ab..6369938d7 100644 --- a/docs/modules/ROOT/pages/fhir-source.adoc +++ b/docs/modules/ROOT/pages/fhir-source.adoc @@ -51,7 +51,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/file-watch-source.adoc b/docs/modules/ROOT/pages/file-watch-source.adoc index b88cfd1dd..7de338dde 100644 --- a/docs/modules/ROOT/pages/file-watch-source.adoc +++ b/docs/modules/ROOT/pages/file-watch-source.adoc @@ -44,7 +44,7 @@ spec: filePath: "The Path to Watch" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/freemarker-template-action.adoc b/docs/modules/ROOT/pages/freemarker-template-action.adoc index 7457f3abe..c7c54ce41 100644 --- a/docs/modules/ROOT/pages/freemarker-template-action.adoc +++ b/docs/modules/ROOT/pages/freemarker-template-action.adoc @@ -52,7 +52,7 @@ spec: template: "The Template" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/ftp-sink.adoc b/docs/modules/ROOT/pages/ftp-sink.adoc index ee8ef564f..07b5a7f77 100644 --- a/docs/modules/ROOT/pages/ftp-sink.adoc +++ b/docs/modules/ROOT/pages/ftp-sink.adoc @@ -48,7 +48,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/ftp-source.adoc b/docs/modules/ROOT/pages/ftp-source.adoc index 78530273d..79847a73d 100644 --- a/docs/modules/ROOT/pages/ftp-source.adoc +++ b/docs/modules/ROOT/pages/ftp-source.adoc @@ -53,7 +53,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/ftps-sink.adoc b/docs/modules/ROOT/pages/ftps-sink.adoc index 669194127..850da320c 100644 --- a/docs/modules/ROOT/pages/ftps-sink.adoc +++ b/docs/modules/ROOT/pages/ftps-sink.adoc @@ -48,7 +48,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/ftps-source.adoc b/docs/modules/ROOT/pages/ftps-source.adoc index 046bc19c9..8959d84a2 100644 --- a/docs/modules/ROOT/pages/ftps-source.adoc +++ b/docs/modules/ROOT/pages/ftps-source.adoc @@ -53,7 +53,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/github-source.adoc b/docs/modules/ROOT/pages/github-source.adoc index a4b7e19df..daa04c3c6 100644 --- a/docs/modules/ROOT/pages/github-source.adoc +++ b/docs/modules/ROOT/pages/github-source.adoc @@ -48,7 +48,7 @@ spec: repoOwner: "The Repository Owner" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/google-calendar-source.adoc b/docs/modules/ROOT/pages/google-calendar-source.adoc index eedeaaf9b..2f4727526 100644 --- a/docs/modules/ROOT/pages/google-calendar-source.adoc +++ b/docs/modules/ROOT/pages/google-calendar-source.adoc @@ -58,7 +58,7 @@ spec: refreshToken: "The Refresh Token" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/google-mail-source.adoc b/docs/modules/ROOT/pages/google-mail-source.adoc index 1ee0d1ec7..844d3de5b 100644 --- a/docs/modules/ROOT/pages/google-mail-source.adoc +++ b/docs/modules/ROOT/pages/google-mail-source.adoc @@ -57,7 +57,7 @@ spec: refreshToken: "The Refresh Token" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/google-pubsub-sink.adoc b/docs/modules/ROOT/pages/google-pubsub-sink.adoc index 8fa87f5e5..53e828201 100644 --- a/docs/modules/ROOT/pages/google-pubsub-sink.adoc +++ b/docs/modules/ROOT/pages/google-pubsub-sink.adoc @@ -40,7 +40,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/google-pubsub-source.adoc b/docs/modules/ROOT/pages/google-pubsub-source.adoc index ae6547de2..3a2995a3d 100644 --- a/docs/modules/ROOT/pages/google-pubsub-source.adoc +++ b/docs/modules/ROOT/pages/google-pubsub-source.adoc @@ -52,7 +52,7 @@ spec: subscriptionName: "The Subscription Name" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/google-sheets-source.adoc b/docs/modules/ROOT/pages/google-sheets-source.adoc index 9defde98a..299ac5265 100644 --- a/docs/modules/ROOT/pages/google-sheets-source.adoc +++ b/docs/modules/ROOT/pages/google-sheets-source.adoc @@ -58,7 +58,7 @@ spec: spreadsheetId: "The Spreadsheet ID" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/has-header-filter-action.adoc b/docs/modules/ROOT/pages/has-header-filter-action.adoc index 3312d44bc..4fe6e91cf 100644 --- a/docs/modules/ROOT/pages/has-header-filter-action.adoc +++ b/docs/modules/ROOT/pages/has-header-filter-action.adoc @@ -51,7 +51,7 @@ spec: name: "headerName" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/header-matches-filter-action.adoc b/docs/modules/ROOT/pages/header-matches-filter-action.adoc index 954654c78..c3d3e727b 100644 --- a/docs/modules/ROOT/pages/header-matches-filter-action.adoc +++ b/docs/modules/ROOT/pages/header-matches-filter-action.adoc @@ -51,7 +51,7 @@ spec: regex: "The Regex" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/hoist-field-action.adoc b/docs/modules/ROOT/pages/hoist-field-action.adoc index 45921ba1e..c61a6ca51 100644 --- a/docs/modules/ROOT/pages/hoist-field-action.adoc +++ b/docs/modules/ROOT/pages/hoist-field-action.adoc @@ -50,7 +50,7 @@ spec: field: "The Field" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/http-secured-sink.adoc b/docs/modules/ROOT/pages/http-secured-sink.adoc index 205ceeed2..254c996e4 100644 --- a/docs/modules/ROOT/pages/http-secured-sink.adoc +++ b/docs/modules/ROOT/pages/http-secured-sink.adoc @@ -41,7 +41,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/http-secured-source.adoc b/docs/modules/ROOT/pages/http-secured-source.adoc index 6831511de..febd6fa0e 100644 --- a/docs/modules/ROOT/pages/http-secured-source.adoc +++ b/docs/modules/ROOT/pages/http-secured-source.adoc @@ -49,7 +49,7 @@ spec: url: "https://gist.githubusercontent.com/nicolaferraro/e3c72ace3c751f9f88273896611ce5fe/raw/3b6f54060bacb56b6719b7386a4645cb59ad6cc1/quote.json" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/http-sink.adoc b/docs/modules/ROOT/pages/http-sink.adoc index d9b3c8371..a90227cfb 100644 --- a/docs/modules/ROOT/pages/http-sink.adoc +++ b/docs/modules/ROOT/pages/http-sink.adoc @@ -37,7 +37,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/http-source.adoc b/docs/modules/ROOT/pages/http-source.adoc index 8c6900ebf..ebc92b2d1 100644 --- a/docs/modules/ROOT/pages/http-source.adoc +++ b/docs/modules/ROOT/pages/http-source.adoc @@ -45,7 +45,7 @@ spec: url: "https://gist.githubusercontent.com/nicolaferraro/e3c72ace3c751f9f88273896611ce5fe/raw/3b6f54060bacb56b6719b7386a4645cb59ad6cc1/quote.json" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/infinispan-source.adoc b/docs/modules/ROOT/pages/infinispan-source.adoc index 16e2dca90..8ec2bbb5f 100644 --- a/docs/modules/ROOT/pages/infinispan-source.adoc +++ b/docs/modules/ROOT/pages/infinispan-source.adoc @@ -54,7 +54,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/insert-field-action.adoc b/docs/modules/ROOT/pages/insert-field-action.adoc index fe4e5f2d3..64e9a0f3c 100644 --- a/docs/modules/ROOT/pages/insert-field-action.adoc +++ b/docs/modules/ROOT/pages/insert-field-action.adoc @@ -58,7 +58,7 @@ spec: value: "The Value" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/insert-header-action.adoc b/docs/modules/ROOT/pages/insert-header-action.adoc index 7a20dd22c..5e8a6103f 100644 --- a/docs/modules/ROOT/pages/insert-header-action.adoc +++ b/docs/modules/ROOT/pages/insert-header-action.adoc @@ -52,7 +52,7 @@ spec: value: "The Value" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/is-tombstone-filter-action.adoc b/docs/modules/ROOT/pages/is-tombstone-filter-action.adoc index 07381951b..3c4a33230 100644 --- a/docs/modules/ROOT/pages/is-tombstone-filter-action.adoc +++ b/docs/modules/ROOT/pages/is-tombstone-filter-action.adoc @@ -41,7 +41,7 @@ spec: name: is-tombstone-filter-action sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/jira-source.adoc b/docs/modules/ROOT/pages/jira-source.adoc index c7a36a8e2..36017e6ce 100644 --- a/docs/modules/ROOT/pages/jira-source.adoc +++ b/docs/modules/ROOT/pages/jira-source.adoc @@ -48,7 +48,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/jms-amqp-10-sink.adoc b/docs/modules/ROOT/pages/jms-amqp-10-sink.adoc index f034d69e6..72b056fdf 100644 --- a/docs/modules/ROOT/pages/jms-amqp-10-sink.adoc +++ b/docs/modules/ROOT/pages/jms-amqp-10-sink.adoc @@ -38,7 +38,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/jms-amqp-10-source.adoc b/docs/modules/ROOT/pages/jms-amqp-10-source.adoc index f311a5b87..5298cbc37 100644 --- a/docs/modules/ROOT/pages/jms-amqp-10-source.adoc +++ b/docs/modules/ROOT/pages/jms-amqp-10-source.adoc @@ -46,7 +46,7 @@ spec: remoteURI: "amqp://my-host:31616" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/jms-apache-artemis-sink.adoc b/docs/modules/ROOT/pages/jms-apache-artemis-sink.adoc index 6c8c48ac4..6a2be59ca 100644 --- a/docs/modules/ROOT/pages/jms-apache-artemis-sink.adoc +++ b/docs/modules/ROOT/pages/jms-apache-artemis-sink.adoc @@ -38,7 +38,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/jms-apache-artemis-source.adoc b/docs/modules/ROOT/pages/jms-apache-artemis-source.adoc index 3d14df7e3..88094dad1 100644 --- a/docs/modules/ROOT/pages/jms-apache-artemis-source.adoc +++ b/docs/modules/ROOT/pages/jms-apache-artemis-source.adoc @@ -46,7 +46,7 @@ spec: destinationName: "The Destination Name" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/json-deserialize-action.adoc b/docs/modules/ROOT/pages/json-deserialize-action.adoc index 2c19b6a49..5c2680af9 100644 --- a/docs/modules/ROOT/pages/json-deserialize-action.adoc +++ b/docs/modules/ROOT/pages/json-deserialize-action.adoc @@ -41,7 +41,7 @@ spec: name: json-deserialize-action sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/json-schema-validator-action.adoc b/docs/modules/ROOT/pages/json-schema-validator-action.adoc index 625ac85f6..92be8db64 100644 --- a/docs/modules/ROOT/pages/json-schema-validator-action.adoc +++ b/docs/modules/ROOT/pages/json-schema-validator-action.adoc @@ -52,7 +52,7 @@ spec: template: "The Template" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/json-serialize-action.adoc b/docs/modules/ROOT/pages/json-serialize-action.adoc index 32266e1cb..94cb9cd08 100644 --- a/docs/modules/ROOT/pages/json-serialize-action.adoc +++ b/docs/modules/ROOT/pages/json-serialize-action.adoc @@ -41,7 +41,7 @@ spec: name: json-serialize-action sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/jsonata-action.adoc b/docs/modules/ROOT/pages/jsonata-action.adoc index 989dd4a19..adaeea842 100644 --- a/docs/modules/ROOT/pages/jsonata-action.adoc +++ b/docs/modules/ROOT/pages/jsonata-action.adoc @@ -52,7 +52,7 @@ spec: template: "The Template" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/kafka-manual-commit-action.adoc b/docs/modules/ROOT/pages/kafka-manual-commit-action.adoc index 2efa64b4d..f9a5e47db 100644 --- a/docs/modules/ROOT/pages/kafka-manual-commit-action.adoc +++ b/docs/modules/ROOT/pages/kafka-manual-commit-action.adoc @@ -41,7 +41,7 @@ spec: name: kafka-manual-commit-action sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/kafka-not-secured-sink.adoc b/docs/modules/ROOT/pages/kafka-not-secured-sink.adoc index 4d577c695..d3676c8c2 100644 --- a/docs/modules/ROOT/pages/kafka-not-secured-sink.adoc +++ b/docs/modules/ROOT/pages/kafka-not-secured-sink.adoc @@ -45,7 +45,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/kafka-not-secured-source.adoc b/docs/modules/ROOT/pages/kafka-not-secured-source.adoc index 908f52663..8271b0d47 100644 --- a/docs/modules/ROOT/pages/kafka-not-secured-source.adoc +++ b/docs/modules/ROOT/pages/kafka-not-secured-source.adoc @@ -50,7 +50,7 @@ spec: topic: "The Topic Names" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/kafka-sink.adoc b/docs/modules/ROOT/pages/kafka-sink.adoc index 55cfd8506..0aee7b80f 100644 --- a/docs/modules/ROOT/pages/kafka-sink.adoc +++ b/docs/modules/ROOT/pages/kafka-sink.adoc @@ -49,7 +49,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/kafka-source.adoc b/docs/modules/ROOT/pages/kafka-source.adoc index 54b47ca3c..ffebb6f99 100644 --- a/docs/modules/ROOT/pages/kafka-source.adoc +++ b/docs/modules/ROOT/pages/kafka-source.adoc @@ -56,7 +56,7 @@ spec: user: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/kubernetes-namespaces-source.adoc b/docs/modules/ROOT/pages/kubernetes-namespaces-source.adoc index 0129f8bc8..03f9d4e71 100644 --- a/docs/modules/ROOT/pages/kubernetes-namespaces-source.adoc +++ b/docs/modules/ROOT/pages/kubernetes-namespaces-source.adoc @@ -45,7 +45,7 @@ spec: token: "The Oauth Token" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/kubernetes-nodes-source.adoc b/docs/modules/ROOT/pages/kubernetes-nodes-source.adoc index 694eabb1b..1fb282930 100644 --- a/docs/modules/ROOT/pages/kubernetes-nodes-source.adoc +++ b/docs/modules/ROOT/pages/kubernetes-nodes-source.adoc @@ -46,7 +46,7 @@ spec: token: "The Oauth Token" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/kubernetes-pods-source.adoc b/docs/modules/ROOT/pages/kubernetes-pods-source.adoc index bb0b91bfe..582a91943 100644 --- a/docs/modules/ROOT/pages/kubernetes-pods-source.adoc +++ b/docs/modules/ROOT/pages/kubernetes-pods-source.adoc @@ -46,7 +46,7 @@ spec: token: "The Oauth Token" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/log-sink.adoc b/docs/modules/ROOT/pages/log-sink.adoc index 4da44fb24..7b2aba9e0 100644 --- a/docs/modules/ROOT/pages/log-sink.adoc +++ b/docs/modules/ROOT/pages/log-sink.adoc @@ -37,7 +37,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/mail-imap-source.adoc b/docs/modules/ROOT/pages/mail-imap-source.adoc index d8f0f6eed..6e52841ac 100644 --- a/docs/modules/ROOT/pages/mail-imap-source.adoc +++ b/docs/modules/ROOT/pages/mail-imap-source.adoc @@ -50,7 +50,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/mariadb-sink.adoc b/docs/modules/ROOT/pages/mariadb-sink.adoc index 453493fdf..3ae5e9e6f 100644 --- a/docs/modules/ROOT/pages/mariadb-sink.adoc +++ b/docs/modules/ROOT/pages/mariadb-sink.adoc @@ -53,7 +53,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/mariadb-source.adoc b/docs/modules/ROOT/pages/mariadb-source.adoc index 28d3d0b67..9e3fd33d2 100644 --- a/docs/modules/ROOT/pages/mariadb-source.adoc +++ b/docs/modules/ROOT/pages/mariadb-source.adoc @@ -57,7 +57,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/mask-field-action.adoc b/docs/modules/ROOT/pages/mask-field-action.adoc index 1046c0e58..386c886e6 100644 --- a/docs/modules/ROOT/pages/mask-field-action.adoc +++ b/docs/modules/ROOT/pages/mask-field-action.adoc @@ -52,7 +52,7 @@ spec: replacement: "The Replacement" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/message-timestamp-router-action.adoc b/docs/modules/ROOT/pages/message-timestamp-router-action.adoc index 47216dee8..f184a4bfc 100644 --- a/docs/modules/ROOT/pages/message-timestamp-router-action.adoc +++ b/docs/modules/ROOT/pages/message-timestamp-router-action.adoc @@ -53,7 +53,7 @@ spec: timestampKeys: "The Timestamp Keys" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/minio-sink.adoc b/docs/modules/ROOT/pages/minio-sink.adoc index 78d745c35..3e0b138a9 100644 --- a/docs/modules/ROOT/pages/minio-sink.adoc +++ b/docs/modules/ROOT/pages/minio-sink.adoc @@ -46,7 +46,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/minio-source.adoc b/docs/modules/ROOT/pages/minio-source.adoc index f64ca0816..df43bd484 100644 --- a/docs/modules/ROOT/pages/minio-source.adoc +++ b/docs/modules/ROOT/pages/minio-source.adoc @@ -51,7 +51,7 @@ spec: secretKey: "The Secret Key" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/mongodb-sink.adoc b/docs/modules/ROOT/pages/mongodb-sink.adoc index 003c16204..4fa338707 100644 --- a/docs/modules/ROOT/pages/mongodb-sink.adoc +++ b/docs/modules/ROOT/pages/mongodb-sink.adoc @@ -48,7 +48,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/mongodb-source.adoc b/docs/modules/ROOT/pages/mongodb-source.adoc index 108d16e7f..822363c4b 100644 --- a/docs/modules/ROOT/pages/mongodb-source.adoc +++ b/docs/modules/ROOT/pages/mongodb-source.adoc @@ -55,7 +55,7 @@ spec: hosts: "The MongoDB Hosts" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/mqtt-source.adoc b/docs/modules/ROOT/pages/mqtt-source.adoc index e04a97cae..43c9f63c3 100644 --- a/docs/modules/ROOT/pages/mqtt-source.adoc +++ b/docs/modules/ROOT/pages/mqtt-source.adoc @@ -46,7 +46,7 @@ spec: topic: "mytopic" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/mustache-template-action.adoc b/docs/modules/ROOT/pages/mustache-template-action.adoc index 3dc853e4c..ecf74c37b 100644 --- a/docs/modules/ROOT/pages/mustache-template-action.adoc +++ b/docs/modules/ROOT/pages/mustache-template-action.adoc @@ -52,7 +52,7 @@ spec: template: "The Template" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/mvel-template-action.adoc b/docs/modules/ROOT/pages/mvel-template-action.adoc index e6324605d..2d928d4a5 100644 --- a/docs/modules/ROOT/pages/mvel-template-action.adoc +++ b/docs/modules/ROOT/pages/mvel-template-action.adoc @@ -52,7 +52,7 @@ spec: template: "The Template" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/mysql-sink.adoc b/docs/modules/ROOT/pages/mysql-sink.adoc index 5399b8ab2..82a07c214 100644 --- a/docs/modules/ROOT/pages/mysql-sink.adoc +++ b/docs/modules/ROOT/pages/mysql-sink.adoc @@ -53,7 +53,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/mysql-source.adoc b/docs/modules/ROOT/pages/mysql-source.adoc index e1138de12..e57b50d9f 100644 --- a/docs/modules/ROOT/pages/mysql-source.adoc +++ b/docs/modules/ROOT/pages/mysql-source.adoc @@ -57,7 +57,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/nats-sink.adoc b/docs/modules/ROOT/pages/nats-sink.adoc index bf960f155..3e4e9f0da 100644 --- a/docs/modules/ROOT/pages/nats-sink.adoc +++ b/docs/modules/ROOT/pages/nats-sink.adoc @@ -37,7 +37,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/nats-source.adoc b/docs/modules/ROOT/pages/nats-source.adoc index 5b395c63e..fc3d4e5b2 100644 --- a/docs/modules/ROOT/pages/nats-source.adoc +++ b/docs/modules/ROOT/pages/nats-source.adoc @@ -45,7 +45,7 @@ spec: topic: "The Topic" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/openai-classification-action.adoc b/docs/modules/ROOT/pages/openai-classification-action.adoc index 3dbbaf5d9..a82719168 100644 --- a/docs/modules/ROOT/pages/openai-classification-action.adoc +++ b/docs/modules/ROOT/pages/openai-classification-action.adoc @@ -63,7 +63,7 @@ spec: authorizationToken: "The Authorization Token" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/openai-completion-action.adoc b/docs/modules/ROOT/pages/openai-completion-action.adoc index 08bd5e126..1835fac59 100644 --- a/docs/modules/ROOT/pages/openai-completion-action.adoc +++ b/docs/modules/ROOT/pages/openai-completion-action.adoc @@ -60,7 +60,7 @@ spec: authorizationToken: "The Authorization Token" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/pdf-action.adoc b/docs/modules/ROOT/pages/pdf-action.adoc index 15be188ba..4d083798b 100644 --- a/docs/modules/ROOT/pages/pdf-action.adoc +++ b/docs/modules/ROOT/pages/pdf-action.adoc @@ -50,7 +50,7 @@ spec: name: pdf-action sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/postgresql-sink.adoc b/docs/modules/ROOT/pages/postgresql-sink.adoc index 98728ff03..352512efe 100644 --- a/docs/modules/ROOT/pages/postgresql-sink.adoc +++ b/docs/modules/ROOT/pages/postgresql-sink.adoc @@ -49,7 +49,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/postgresql-source.adoc b/docs/modules/ROOT/pages/postgresql-source.adoc index 69db09b02..5dc7d8d57 100644 --- a/docs/modules/ROOT/pages/postgresql-source.adoc +++ b/docs/modules/ROOT/pages/postgresql-source.adoc @@ -53,7 +53,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/predicate-filter-action.adoc b/docs/modules/ROOT/pages/predicate-filter-action.adoc index 3df7e82ff..0f75cf8c7 100644 --- a/docs/modules/ROOT/pages/predicate-filter-action.adoc +++ b/docs/modules/ROOT/pages/predicate-filter-action.adoc @@ -50,7 +50,7 @@ spec: expression: "@.foo =~ /.*John/" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/protobuf-deserialize-action.adoc b/docs/modules/ROOT/pages/protobuf-deserialize-action.adoc index 93d5ae1a8..755a7c4cb 100644 --- a/docs/modules/ROOT/pages/protobuf-deserialize-action.adoc +++ b/docs/modules/ROOT/pages/protobuf-deserialize-action.adoc @@ -50,7 +50,7 @@ spec: schema: "message Person { required string first = 1; required string last = 2; }" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/protobuf-serialize-action.adoc b/docs/modules/ROOT/pages/protobuf-serialize-action.adoc index cad22be35..3e316e81f 100644 --- a/docs/modules/ROOT/pages/protobuf-serialize-action.adoc +++ b/docs/modules/ROOT/pages/protobuf-serialize-action.adoc @@ -50,7 +50,7 @@ spec: schema: "message Person { required string first = 1; required string last = 2; }" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/rabbitmq-source.adoc b/docs/modules/ROOT/pages/rabbitmq-source.adoc index 202c13955..34c558c14 100644 --- a/docs/modules/ROOT/pages/rabbitmq-source.adoc +++ b/docs/modules/ROOT/pages/rabbitmq-source.adoc @@ -49,7 +49,7 @@ spec: exchangeName: "The Exchange name" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/regex-router-action.adoc b/docs/modules/ROOT/pages/regex-router-action.adoc index 4ff180866..57cf0f526 100644 --- a/docs/modules/ROOT/pages/regex-router-action.adoc +++ b/docs/modules/ROOT/pages/regex-router-action.adoc @@ -52,7 +52,7 @@ spec: replacement: "The Replacement" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/replace-field-action.adoc b/docs/modules/ROOT/pages/replace-field-action.adoc index 1ebcc0b62..e3772f7bc 100644 --- a/docs/modules/ROOT/pages/replace-field-action.adoc +++ b/docs/modules/ROOT/pages/replace-field-action.adoc @@ -54,7 +54,7 @@ spec: renames: "foo:bar,c1:c2" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/salesforce-source.adoc b/docs/modules/ROOT/pages/salesforce-source.adoc index 1142d6e09..044a79c6a 100644 --- a/docs/modules/ROOT/pages/salesforce-source.adoc +++ b/docs/modules/ROOT/pages/salesforce-source.adoc @@ -54,7 +54,7 @@ spec: userName: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/sftp-sink.adoc b/docs/modules/ROOT/pages/sftp-sink.adoc index 4e6d4f894..0f943e2f8 100644 --- a/docs/modules/ROOT/pages/sftp-sink.adoc +++ b/docs/modules/ROOT/pages/sftp-sink.adoc @@ -48,7 +48,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/sftp-source.adoc b/docs/modules/ROOT/pages/sftp-source.adoc index 82788373b..7cb07261b 100644 --- a/docs/modules/ROOT/pages/sftp-source.adoc +++ b/docs/modules/ROOT/pages/sftp-source.adoc @@ -53,7 +53,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/slack-sink.adoc b/docs/modules/ROOT/pages/slack-sink.adoc index 8ecbf1373..ddf013fca 100644 --- a/docs/modules/ROOT/pages/slack-sink.adoc +++ b/docs/modules/ROOT/pages/slack-sink.adoc @@ -40,7 +40,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/slack-source.adoc b/docs/modules/ROOT/pages/slack-source.adoc index 8193fda15..c1ae21e0c 100644 --- a/docs/modules/ROOT/pages/slack-source.adoc +++ b/docs/modules/ROOT/pages/slack-source.adoc @@ -45,7 +45,7 @@ spec: token: "The Token" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/sqlserver-sink.adoc b/docs/modules/ROOT/pages/sqlserver-sink.adoc index e6d51f517..97c3a4c84 100644 --- a/docs/modules/ROOT/pages/sqlserver-sink.adoc +++ b/docs/modules/ROOT/pages/sqlserver-sink.adoc @@ -53,7 +53,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/sqlserver-source.adoc b/docs/modules/ROOT/pages/sqlserver-source.adoc index 5c8a96212..9909d1c24 100644 --- a/docs/modules/ROOT/pages/sqlserver-source.adoc +++ b/docs/modules/ROOT/pages/sqlserver-source.adoc @@ -57,7 +57,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/ssh-source.adoc b/docs/modules/ROOT/pages/ssh-source.adoc index a702c40aa..f45e4bccf 100644 --- a/docs/modules/ROOT/pages/ssh-source.adoc +++ b/docs/modules/ROOT/pages/ssh-source.adoc @@ -51,7 +51,7 @@ spec: username: "The Username" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/string-template-action.adoc b/docs/modules/ROOT/pages/string-template-action.adoc index d353b07e1..0990fbe1c 100644 --- a/docs/modules/ROOT/pages/string-template-action.adoc +++ b/docs/modules/ROOT/pages/string-template-action.adoc @@ -52,7 +52,7 @@ spec: template: "The Template" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/telegram-sink.adoc b/docs/modules/ROOT/pages/telegram-sink.adoc index da2802a70..ae11f343a 100644 --- a/docs/modules/ROOT/pages/telegram-sink.adoc +++ b/docs/modules/ROOT/pages/telegram-sink.adoc @@ -50,7 +50,7 @@ metadata: spec: source: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel sink: diff --git a/docs/modules/ROOT/pages/telegram-source.adoc b/docs/modules/ROOT/pages/telegram-source.adoc index e371abdba..666e0699c 100644 --- a/docs/modules/ROOT/pages/telegram-source.adoc +++ b/docs/modules/ROOT/pages/telegram-source.adoc @@ -49,7 +49,7 @@ spec: authorizationToken: "The Token" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/timer-source.adoc b/docs/modules/ROOT/pages/timer-source.adoc index ac6c111be..ea20157d8 100644 --- a/docs/modules/ROOT/pages/timer-source.adoc +++ b/docs/modules/ROOT/pages/timer-source.adoc @@ -45,7 +45,7 @@ spec: message: "hello world" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/timestamp-router-action.adoc b/docs/modules/ROOT/pages/timestamp-router-action.adoc index 1bf677980..307656cc1 100644 --- a/docs/modules/ROOT/pages/timestamp-router-action.adoc +++ b/docs/modules/ROOT/pages/timestamp-router-action.adoc @@ -50,7 +50,7 @@ spec: name: timestamp-router-action sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/topic-name-matches-filter-action.adoc b/docs/modules/ROOT/pages/topic-name-matches-filter-action.adoc index 6f05a2313..88666a2c8 100644 --- a/docs/modules/ROOT/pages/topic-name-matches-filter-action.adoc +++ b/docs/modules/ROOT/pages/topic-name-matches-filter-action.adoc @@ -50,7 +50,7 @@ spec: regex: "The Regex" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/twitter-directmessage-source.adoc b/docs/modules/ROOT/pages/twitter-directmessage-source.adoc index f8e03d61f..80432f9c1 100644 --- a/docs/modules/ROOT/pages/twitter-directmessage-source.adoc +++ b/docs/modules/ROOT/pages/twitter-directmessage-source.adoc @@ -54,7 +54,7 @@ spec: user: "ApacheCamel" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/twitter-search-source.adoc b/docs/modules/ROOT/pages/twitter-search-source.adoc index 73c90d88d..d05c03512 100644 --- a/docs/modules/ROOT/pages/twitter-search-source.adoc +++ b/docs/modules/ROOT/pages/twitter-search-source.adoc @@ -54,7 +54,7 @@ spec: keywords: "Apache Camel" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/twitter-timeline-source.adoc b/docs/modules/ROOT/pages/twitter-timeline-source.adoc index cf1b6f3a8..282db1e4c 100644 --- a/docs/modules/ROOT/pages/twitter-timeline-source.adoc +++ b/docs/modules/ROOT/pages/twitter-timeline-source.adoc @@ -54,7 +54,7 @@ spec: user: "ApacheCamel" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/value-to-key-action.adoc b/docs/modules/ROOT/pages/value-to-key-action.adoc index 8282ac759..e614d6ac4 100644 --- a/docs/modules/ROOT/pages/value-to-key-action.adoc +++ b/docs/modules/ROOT/pages/value-to-key-action.adoc @@ -50,7 +50,7 @@ spec: fields: "The Fields" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/velocity-template-action.adoc b/docs/modules/ROOT/pages/velocity-template-action.adoc index eb873d1b5..297548e15 100644 --- a/docs/modules/ROOT/pages/velocity-template-action.adoc +++ b/docs/modules/ROOT/pages/velocity-template-action.adoc @@ -52,7 +52,7 @@ spec: template: "The Template" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/webhook-source.adoc b/docs/modules/ROOT/pages/webhook-source.adoc index cecbb2858..ff968409d 100644 --- a/docs/modules/ROOT/pages/webhook-source.adoc +++ b/docs/modules/ROOT/pages/webhook-source.adoc @@ -47,7 +47,7 @@ spec: name: webhook-source sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/xj-identity-action.adoc b/docs/modules/ROOT/pages/xj-identity-action.adoc index 7783983bd..8f7143a61 100644 --- a/docs/modules/ROOT/pages/xj-identity-action.adoc +++ b/docs/modules/ROOT/pages/xj-identity-action.adoc @@ -50,7 +50,7 @@ spec: direction: "The Direction" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel diff --git a/docs/modules/ROOT/pages/xj-template-action.adoc b/docs/modules/ROOT/pages/xj-template-action.adoc index 1977d2162..9c91be678 100644 --- a/docs/modules/ROOT/pages/xj-template-action.adoc +++ b/docs/modules/ROOT/pages/xj-template-action.adoc @@ -54,7 +54,7 @@ spec: template: "The Template" sink: ref: - kind: InMemoryChannel + kind: Channel apiVersion: messaging.knative.dev/v1 name: mychannel