This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 985225f84f68824f7b78d394511f618c715db9a4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 9 03:22:02 2020 +0000

    [create-pull-request] automated change
---
 .../resources/connectors/camel-atlasmap-sink.json  |  99 +++++++++
 .../camel-kubernetes-custom-resources-sink.json    | 169 +++++++++++++++
 .../camel-kubernetes-custom-resources-source.json  | 236 +++++++++++++++++++++
 3 files changed, 504 insertions(+)

diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-atlasmap-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-atlasmap-sink.json
new file mode 100644
index 0000000..5bf8f40
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-atlasmap-sink.json
@@ -0,0 +1,99 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.atlasmap.CamelAtlasmapSinkConnector",
+               "artifactId": "camel-atlasmap-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-atlasmap-sink",
+               "type": "sink",
+               "version": "0.7.0-SNAPSHOT",
+               "description": "Transforms the message using an AtlasMap 
transformation."
+       },
+       "properties": {
+               "camel.sink.path.resourceUri": {
+                       "name": "camel.sink.path.resourceUri",
+                       "description": "Path to the resource. You can prefix 
with: classpath, file, http, ref, or bean. classpath, file and http loads the 
resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot, eg 
bean:myBean.myMethod.",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.sink.endpoint.allowContextMapAll": {
+                       "name": "camel.sink.endpoint.allowContextMapAll",
+                       "description": "Sets whether the context map should 
allow access to all details. By default only the message body and headers can 
be accessed. This option can be enabled for full access to the current Exchange 
and CamelContext. Doing so impose a potential security risk as this opens 
access to the full power of CamelContext API.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.contentCache": {
+                       "name": "camel.sink.endpoint.contentCache",
+                       "description": "Sets whether to use resource content 
cache or not",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.sourceMapName": {
+                       "name": "camel.sink.endpoint.sourceMapName",
+                       "description": "The Exchange property name for a source 
message map which hold java.util.Map&lt;String, Message&gt; where the key is 
AtlasMap Document ID. AtlasMap consumes Message bodies as source documents, as 
well as message headers as source properties where the scope equals to Document 
ID.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.targetMapMode": {
+                       "name": "camel.sink.endpoint.targetMapMode",
+                       "description": "TargetMapMode enum value to specify how 
multiple target documents are delivered if exist. 'MAP': Stores them into a 
java.util.Map, and the java.util.Map is set to an exchange property if 
'targetMapName' is specified, otherwise message body. 'MESSAGE_HEADER': Stores 
them into message headers. 'EXCHANGE_PROPERTY': Stores them into exchange 
properties. ) One of: [MAP] [MESSAGE_HEADER] [EXCHANGE_PROPERTY]",
+                       "defaultValue": "\"MAP\"",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.targetMapName": {
+                       "name": "camel.sink.endpoint.targetMapName",
+                       "description": "The Exchange property name for a target 
document map which hold java.util.Map&lt;String, Object&gt; where the key is 
AtlasMap Document ID. AtlasMap populates multiple target documents into this 
map.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.propertiesFile": {
+                       "name": "camel.sink.endpoint.propertiesFile",
+                       "description": "The URI of the properties file which is 
used for AtlasContextFactory initialization.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.component.atlasmap.lazyStartProducer": {
+                       "name": "camel.component.atlasmap.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.component.atlasmap.atlasContextFactory": {
+                       "name": "camel.component.atlasmap.atlasContextFactory",
+                       "description": "To use the AtlasContextFactory 
otherwise a new engine is created.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.component.atlasmap.basicPropertyBinding": {
+                       "name": "camel.component.atlasmap.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "LOW",
+                       "required": "false"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kubernetes-custom-resources-sink.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kubernetes-custom-resources-sink.json
new file mode 100644
index 0000000..bff86b3
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kubernetes-custom-resources-sink.json
@@ -0,0 +1,169 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.kubernetescustomresources.CamelKubernetescustomresourcesSinkConnector",
+               "artifactId": 
"camel-kubernetes-custom-resources-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-kubernetes-custom-resources-sink",
+               "type": "sink",
+               "version": "0.7.0-SNAPSHOT",
+               "description": "Perform operations on Kubernetes Custom 
Resources and get notified on Deployment changes."
+       },
+       "properties": {
+               "camel.sink.path.masterUrl": {
+                       "name": "camel.sink.path.masterUrl",
+                       "description": "Kubernetes Master url",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.sink.endpoint.apiVersion": {
+                       "name": "camel.sink.endpoint.apiVersion",
+                       "description": "The Kubernetes API Version to use",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.dnsDomain": {
+                       "name": "camel.sink.endpoint.dnsDomain",
+                       "description": "The dns domain, used for ServiceCall 
EIP",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.kubernetesClient": {
+                       "name": "camel.sink.endpoint.kubernetesClient",
+                       "description": "Default KubernetesClient to use if 
provided",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.portName": {
+                       "name": "camel.sink.endpoint.portName",
+                       "description": "The port name, used for ServiceCall 
EIP",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.portProtocol": {
+                       "name": "camel.sink.endpoint.portProtocol",
+                       "description": "The port protocol, used for ServiceCall 
EIP",
+                       "defaultValue": "\"tcp\"",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.lazyStartProducer": {
+                       "name": "camel.sink.endpoint.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.operation": {
+                       "name": "camel.sink.endpoint.operation",
+                       "description": "Producer operation to do on Kubernetes",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.basicPropertyBinding": {
+                       "name": "camel.sink.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.connectionTimeout": {
+                       "name": "camel.sink.endpoint.connectionTimeout",
+                       "description": "Connection timeout in milliseconds to 
use when making requests to the Kubernetes API server.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.synchronous": {
+                       "name": "camel.sink.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.caCertData": {
+                       "name": "camel.sink.endpoint.caCertData",
+                       "description": "The CA Cert Data",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.caCertFile": {
+                       "name": "camel.sink.endpoint.caCertFile",
+                       "description": "The CA Cert File",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.clientCertData": {
+                       "name": "camel.sink.endpoint.clientCertData",
+                       "description": "The Client Cert Data",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.clientCertFile": {
+                       "name": "camel.sink.endpoint.clientCertFile",
+                       "description": "The Client Cert File",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.clientKeyAlgo": {
+                       "name": "camel.sink.endpoint.clientKeyAlgo",
+                       "description": "The Key Algorithm used by the client",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.clientKeyData": {
+                       "name": "camel.sink.endpoint.clientKeyData",
+                       "description": "The Client Key data",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.clientKeyFile": {
+                       "name": "camel.sink.endpoint.clientKeyFile",
+                       "description": "The Client Key file",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.clientKeyPassphrase": {
+                       "name": "camel.sink.endpoint.clientKeyPassphrase",
+                       "description": "The Client Key Passphrase",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.oauthToken": {
+                       "name": "camel.sink.endpoint.oauthToken",
+                       "description": "The Auth Token",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.password": {
+                       "name": "camel.sink.endpoint.password",
+                       "description": "Password to connect to Kubernetes",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.trustCerts": {
+                       "name": "camel.sink.endpoint.trustCerts",
+                       "description": "Define if the certs we used are trusted 
anyway or not",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.sink.endpoint.username": {
+                       "name": "camel.sink.endpoint.username",
+                       "description": "Username to connect to Kubernetes",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               
"camel.component.kubernetes-custom-resources.lazyStartProducer": {
+                       "name": 
"camel.component.kubernetes-custom-resources.lazyStartProducer",
+                       "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a producer may otherwise 
fail during starting and cause the route to fail being started. By deferring 
this startup to be lazy then the startup failure can be handled during routing 
messages via Camel's routing error handlers. Beware that when the first message 
is processed then creating and starting the pr [...]
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               
"camel.component.kubernetes-custom-resources.basicPropertyBinding": {
+                       "name": 
"camel.component.kubernetes-custom-resources.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "LOW",
+                       "required": "false"
+               }
+       }
+}
diff --git 
a/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kubernetes-custom-resources-source.json
 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kubernetes-custom-resources-source.json
new file mode 100644
index 0000000..740c5a2
--- /dev/null
+++ 
b/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-kubernetes-custom-resources-source.json
@@ -0,0 +1,236 @@
+{
+       "connector": {
+               "class": 
"org.apache.camel.kafkaconnector.kubernetescustomresources.CamelKubernetescustomresourcesSourceConnector",
+               "artifactId": 
"camel-kubernetes-custom-resources-kafka-connector",
+               "groupId": "org.apache.camel.kafkaconnector",
+               "id": "camel-kubernetes-custom-resources-source",
+               "type": "source",
+               "version": "0.7.0-SNAPSHOT",
+               "description": "Perform operations on Kubernetes Custom 
Resources and get notified on Deployment changes."
+       },
+       "properties": {
+               "camel.source.path.masterUrl": {
+                       "name": "camel.source.path.masterUrl",
+                       "description": "Kubernetes Master url",
+                       "priority": "HIGH",
+                       "required": "true"
+               },
+               "camel.source.endpoint.apiVersion": {
+                       "name": "camel.source.endpoint.apiVersion",
+                       "description": "The Kubernetes API Version to use",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.dnsDomain": {
+                       "name": "camel.source.endpoint.dnsDomain",
+                       "description": "The dns domain, used for ServiceCall 
EIP",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.kubernetesClient": {
+                       "name": "camel.source.endpoint.kubernetesClient",
+                       "description": "Default KubernetesClient to use if 
provided",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.portName": {
+                       "name": "camel.source.endpoint.portName",
+                       "description": "The port name, used for ServiceCall 
EIP",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.portProtocol": {
+                       "name": "camel.source.endpoint.portProtocol",
+                       "description": "The port protocol, used for ServiceCall 
EIP",
+                       "defaultValue": "\"tcp\"",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.bridgeErrorHandler": {
+                       "name": "camel.source.endpoint.bridgeErrorHandler",
+                       "description": "Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions, that will be logged at WARN or ERROR level and ignored.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.crdGroup": {
+                       "name": "camel.source.endpoint.crdGroup",
+                       "description": "The Consumer CRD Resource Group we 
would like to watch",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.crdName": {
+                       "name": "camel.source.endpoint.crdName",
+                       "description": "The Consumer CRD Resource name we would 
like to watch",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.crdPlural": {
+                       "name": "camel.source.endpoint.crdPlural",
+                       "description": "The Consumer CRD Resource Plural we 
would like to watch",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.crdScope": {
+                       "name": "camel.source.endpoint.crdScope",
+                       "description": "The Consumer CRD Resource Scope we 
would like to watch",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.crdVersion": {
+                       "name": "camel.source.endpoint.crdVersion",
+                       "description": "The Consumer CRD Resource Version we 
would like to watch",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.labelKey": {
+                       "name": "camel.source.endpoint.labelKey",
+                       "description": "The Consumer Label key when watching at 
some resources",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.labelValue": {
+                       "name": "camel.source.endpoint.labelValue",
+                       "description": "The Consumer Label value when watching 
at some resources",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.namespace": {
+                       "name": "camel.source.endpoint.namespace",
+                       "description": "The namespace",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.poolSize": {
+                       "name": "camel.source.endpoint.poolSize",
+                       "description": "The Consumer pool size",
+                       "defaultValue": "1",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.resourceName": {
+                       "name": "camel.source.endpoint.resourceName",
+                       "description": "The Consumer Resource Name we would 
like to watch",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.exceptionHandler": {
+                       "name": "camel.source.endpoint.exceptionHandler",
+                       "description": "To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
option is not in use. By default the consumer will deal with exceptions, that 
will be logged at WARN or ERROR level and ignored.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.exchangePattern": {
+                       "name": "camel.source.endpoint.exchangePattern",
+                       "description": "Sets the exchange pattern when the 
consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.basicPropertyBinding": {
+                       "name": "camel.source.endpoint.basicPropertyBinding",
+                       "description": "Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.connectionTimeout": {
+                       "name": "camel.source.endpoint.connectionTimeout",
+                       "description": "Connection timeout in milliseconds to 
use when making requests to the Kubernetes API server.",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.synchronous": {
+                       "name": "camel.source.endpoint.synchronous",
+                       "description": "Sets whether synchronous processing 
should be strictly used, or Camel is allowed to use asynchronous processing (if 
supported).",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.caCertData": {
+                       "name": "camel.source.endpoint.caCertData",
+                       "description": "The CA Cert Data",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.caCertFile": {
+                       "name": "camel.source.endpoint.caCertFile",
+                       "description": "The CA Cert File",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.clientCertData": {
+                       "name": "camel.source.endpoint.clientCertData",
+                       "description": "The Client Cert Data",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.clientCertFile": {
+                       "name": "camel.source.endpoint.clientCertFile",
+                       "description": "The Client Cert File",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.clientKeyAlgo": {
+                       "name": "camel.source.endpoint.clientKeyAlgo",
+                       "description": "The Key Algorithm used by the client",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.clientKeyData": {
+                       "name": "camel.source.endpoint.clientKeyData",
+                       "description": "The Client Key data",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.clientKeyFile": {
+                       "name": "camel.source.endpoint.clientKeyFile",
+                       "description": "The Client Key file",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.clientKeyPassphrase": {
+                       "name": "camel.source.endpoint.clientKeyPassphrase",
+                       "description": "The Client Key Passphrase",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.oauthToken": {
+                       "name": "camel.source.endpoint.oauthToken",
+                       "description": "The Auth Token",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.password": {
+                       "name": "camel.source.endpoint.password",
+                       "description": "Password to connect to Kubernetes",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.trustCerts": {
+                       "name": "camel.source.endpoint.trustCerts",
+                       "description": "Define if the certs we used are trusted 
anyway or not",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               "camel.source.endpoint.username": {
+                       "name": "camel.source.endpoint.username",
+                       "description": "Username to connect to Kubernetes",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               
"camel.component.kubernetes-custom-resources.bridgeErrorHandler": {
+                       "name": 
"camel.component.kubernetes-custom-resources.bridgeErrorHandler",
+                       "description": "Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions, that will be logged at WARN or ERROR level and ignored.",
+                       "defaultValue": "false",
+                       "priority": "MEDIUM",
+                       "required": "false"
+               },
+               
"camel.component.kubernetes-custom-resources.basicPropertyBinding": {
+                       "name": 
"camel.component.kubernetes-custom-resources.basicPropertyBinding",
+                       "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities",
+                       "defaultValue": "false",
+                       "priority": "LOW",
+                       "required": "false"
+               }
+       }
+}

Reply via email to