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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated sources regen #186

Merged
merged 1 commit into from
Apr 29, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- region
properties:
streamName:
title: Stream name
title: Stream Name
description: The name of the stream we want to send to data to
type: string
accessKey:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
type: string
example: "http://another-s3-endpoint:9000"
autoCreateBucket:
title: Autocreate bucket
title: Autocreate Bucket
description: Setting the autocreation of the S3 bucket bucketName.
type: boolean
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
description: The S3 Bucket name or ARN
type: string
deleteAfterRead:
title: Auto-delete objects
title: Auto-delete Objects
description: Delete objects after consuming them
type: boolean
x-descriptors:
Expand All @@ -47,7 +47,7 @@ spec:
type: string
example: eu-west-1
autoCreateBucket:
title: Autocreate bucket
title: Autocreate Bucket
description: Setting the autocreation of the S3 bucket bucketName.
type: boolean
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
type: boolean
default: false
autoCreateTopic:
title: Autocreate topic
title: Autocreate Topic
description: Setting the autocreation of the SNS topic.
type: boolean
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
type: string
example: eu-west-1
autoCreateTopic:
title: Autocreate topic
title: Autocreate Topic
description: Setting the autocreation of the SNS topic.
type: boolean
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
type: string
example: eu-west-1
autoCreateQueue:
title: Autocreate queue
title: Autocreate Queue
description: Setting the autocreation of the SQS queue.
type: boolean
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
type: boolean
default: false
autoCreateQueue:
title: Autocreate queue
title: Autocreate Queue
description: Setting the autocreation of the SQS queue.
type: boolean
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
type: string
example: eu-west-1
autoCreateQueue:
title: Autocreate queue
title: Autocreate Queue
description: Setting the autocreation of the SQS queue.
type: boolean
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ spec:
properties:
queueNameOrArn:
title: Queue Name
description: The SQS Queue name or ARN
description: The SQS Queue Name or ARN
type: string
deleteAfterRead:
title: Auto-delete messages
title: Auto-delete Messages
description: Delete messages after consuming them
type: boolean
x-descriptors:
Expand All @@ -47,7 +47,7 @@ spec:
type: string
example: eu-west-1
autoCreateQueue:
title: Autocreate queue
title: Autocreate Queue
description: Setting the autocreation of the SQS queue.
type: boolean
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ spec:
description: The eventhubs namespace
type: string
eventhubName:
title: Eventhubs name
title: Eventhubs Name
description: The eventhub name
type: boolean
type: string
sharedAccessName:
title: Share access name
title: Share Access Name
description: EventHubs SAS key name
type: string
sharedAccessKey:
title: Share access key
title: Share Access Key
description: The key for EventHubs SAS key name
type: string
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,30 @@ spec:
description: The eventhubs namespace
type: string
eventhubName:
title: Eventhubs name
title: Eventhubs Name
description: The eventhub name
type: boolean
type: string
sharedAccessName:
title: Share access name
title: Share Access Name
description: EventHubs SAS key name
type: string
sharedAccessKey:
title: Share access key
title: Share Access Key
description: The key for EventHubs SAS key name
type: string
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
blobAccountName:
title: Azure Storage Blob account name
title: Azure Storage Blob Account Name
description: The name of the storage blob account to be use
type: string
blobContainerName:
title: Azure Storage Blob container name
title: Azure Storage Blob Container Name
description: The name of the storage blob container to be use
type: string
blobAccessKey:
title: Azure Storage Blob access key
title: Azure Storage Blob Access Key
description: The key for Azure Storage Blob service associated with the Blob account name
type: string
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- accessKey
properties:
period:
title: Period between polls
title: Period between Polls
description: The interval between fetches to the Azure Storage Container in milliseconds
type: integer
default: 10000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
Provides a feed of the value of the Bitcoin compared to USDT using the Binance service.
properties:
period:
title: Period between updates
title: Period between Updates
description: The interval between updates in milliseconds
type: integer
default: 10000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- keyspace
- username
- password
- query
- preparedStatement
properties:
host:
title: Host
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:
type: string
default: ANY
preparedStatement:
title: The Prepared statement
title: Prepared Statement
description: The Prepared statement to execute against the Cassandra cluster table
type: string
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
clientIdentifier:
title: The client identifier
title: Client Identifier
description: Dropbox App client Identifier
type: string
remotePath:
title: Remote path
title: Remote Path
description: Original file or folder to work with
type: string
uploadMode:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- query
properties:
period:
title: Period between polls
title: Period between Polls
description: The interval between fetches to the Dropbox remote path in milliseconds
type: integer
default: 10000
Expand All @@ -31,15 +31,15 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
clientIdentifier:
title: The client identifier
title: Client Identifier
description: Dropbox App client Identifier
type: string
remotePath:
title: Remote path
title: Remote Path
description: Original file or folder to work with
type: string
query:
title: Querys
title: Queries
description: A space-separated list of sub-strings to search for. A file matches only if it contains all the sub-strings. If this option is not set, all files will be matched.
type: string
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ spec:
Get data about current earthquake events happening in the world using the USGS API
properties:
period:
title: Period between polls
title: Period between Polls
description: The interval between fetches to the earthquake API in milliseconds
type: integer
default: 60000
lookAhead:
title: Look-ahead minutes
title: Look-ahead Minutes
description: The amount of minutes to look ahead when starting the integration afresh
type: integer
default: 120
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ spec:
type: boolean
default: true
hostAddresses:
title: Host addresses
title: Host Addresses
description: Comma separated list with ip:port formatted remote transport addresses to use.
type: string
indexName:
title: Index in ElasticSearch
description: The name of the index to act against.
type: string
clusterName:
title: ElasticSearch cluster name
title: ElasticSearch Cluster Name
description: Name of the cluster.
type: string
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ spec:

The Kamelet expects the following headers to be set:

- `args/ `ce-args`: as the args to be set on the executable.
- `args` / `ce-args`: as the args to be set on the executable.

If the header won't be set the executable will be run without arguments.
required:
- executable
- args
- executable
properties:
executable:
title: Executable command
title: Executable Command
description: The command to execute
type: string
flow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ spec:
type: string
default: "/Patient"
encoding:
title: encoding
title: Encoding
description: Encoding to use for all request. Possible values are JSON and XML
type: string
default: "JSON"
fhirVersion:
title: Fhir version
title: Fhir Version
description: The FHIR Version to use. There are 6 enums and the value can be one of DSTU2, DSTU2_HL7ORG, DSTU2_1, DSTU3, R4, R5
type: string
default: "R4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ spec:
- events
properties:
path:
title: The path
title: Path to Watch
description: Path of file or folder to watch
type: string
events:
title: The events
title: Events
description: The type of events to consume
type: boolean
default: "CREATE,MODIFY,DELETE"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
type:
title: Event type
title: Event Type
description: The type of event to consume. One of event, pullRequest, pullRequestComment or tag
type: string
default: event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
description: An index for the google mail endpoint
type: string
clientId:
title: Client Id
title: Client ID
description: Client ID of the gmail application
type: string
x-descriptors:
Expand Down Expand Up @@ -58,19 +58,19 @@ spec:
description: Google Mail application name
type: string
markAsRead:
title: Mark as read
title: Mark as Read
description: Mark the message as read once it has been consumed
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: true
labels:
title: Gmail labels
title: Gmail Labels
description: Comma separated list of labels to take into account
type: string
example: "inbox"
query:
title: Gmail query
title: Gmail Query
description: The query to execute on gmail box
type: string
example: "is:unread -category:(promotions OR social)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ spec:
- url
properties:
period:
title: Period between updates
title: Period between Updates
description: The interval between fetches in milliseconds
type: integer
default: 10000
contentType:
title: Content type
title: Content Type
description: The content type accepted for the resource
type: string
default: "application/json"
Expand Down