Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated sources regen #241

Merged
merged 1 commit into from
May 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
definition:
title: AWS SNS FIFO Sink
description: Send message to an AWS SQS FIFO Queue
description: Send message to an AWS SNS FIFO Topic
required:
- topicNameOrArn
- accessKey
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
camel.apache.org/kamelet.group: "Actions"
spec:
definition:
title: "Extract Field"
title: "Extract Field Action"
description: "Extract a field from the body"
required:
- field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
camel.apache.org/kamelet.group: "Actions"
spec:
definition:
title: "Insert Field"
title: "Insert Field Action"
description: "Adds a custom field with a constant value to the message in transit"
required:
- field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
camel.apache.org/kamelet.group: "Actions"
spec:
definition:
title: "Insert Header"
title: "Insert Header Action"
description: "Adds an header with a constant value to the message in transit"
required:
- name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
definition:
title: "Kafka Not Secured Sink"
description: |-
Send data to Kafka topics.
Send data to Kafka topics on an insecure broker.

The Kamelet is able to understand the following headers to be set:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
definition:
title: "Kafka Not Secured Source"
description: |-
Receive data from Kafka topics.
Receive data from Kafka topics on an insecure broker.
required:
- topic
- brokers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metadata:
camel.apache.org/kamelet.group: "Actions"
spec:
definition:
title: "Replace Field"
description: "Adds a custom field with a constant value to the message in transit"
title: "Replace Field Action"
description: "Replaces a field with a constant value in the message in transit"
required:
- enabled
- disabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
camel.apache.org/kamelet.group: "Actions"
spec:
definition:
title: "Value to Key action"
title: "Value to Key Action"
description: "Replace the Kafka record key with a new key formed from a subset of fields in the body"
required:
- fields
Expand Down