This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 649b5c0240b Regen for commit 00aba9a79bb6271baaf66679454ab12e28c8e463 649b5c0240b is described below commit 649b5c0240b043f58936577a496cb9bc151e6caa Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Mon Apr 4 16:55:51 2022 +0000 Regen for commit 00aba9a79bb6271baaf66679454ab12e28c8e463 Signed-off-by: GitHub <nore...@github.com> --- .../camel/catalog/models/ribbonLoadBalancer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/ribbonLoadBalancer.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/ribbonLoadBalancer.json new file mode 100644 index 00000000000..8afb5a15dbc --- /dev/null +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/ribbonLoadBalancer.json @@ -0,0 +1,21 @@ +{ + "model": { + "kind": "model", + "name": "ribbonLoadBalancer", + "title": "Ribbon Load Balancer", + "deprecated": false, + "label": "routing,cloud,load-balancing", + "javaType": "org.apache.camel.model.cloud.RibbonServiceCallServiceLoadBalancerConfiguration", + "abstract": false, + "input": false, + "output": false + }, + "properties": { + "namespace": { "kind": "attribute", "displayName": "Namespace", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The namespace" }, + "username": { "kind": "attribute", "displayName": "Username", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The username" }, + "password": { "kind": "attribute", "displayName": "Password", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The password" }, + "clientName": { "kind": "attribute", "displayName": "Client Name", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the Ribbon client name" }, + "properties": { "kind": "element", "displayName": "Properties", "label": "advanced", "required": false, "type": "array", "javaType": "java.util.List<org.apache.camel.model.PropertyDefinition>", "deprecated": false, "autowired": false, "secret": false, "description": "Set client properties to use. These properties are specific to what service call implementation are in use. For example if using ribbon, then the client properties are define in com.netflix.client.config.CommonClientConf [...] + "id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" } + } +}