This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 00aba9a79bb CAMEL-17879: remove camel-ribbon leftover (#7352)
00aba9a79bb is described below
commit 00aba9a79bb6271baaf66679454ab12e28c8e463
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Apr 4 18:10:08 2022 +0200
CAMEL-17879: remove camel-ribbon leftover (#7352)
---
.../camel/catalog/models/ribbonLoadBalancer.json | 21 ---------------------
1 file changed, 21 deletions(-)
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
deleted file mode 100644
index 8afb5a15dbc..00000000000
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/ribbonLoadBalancer.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "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" }
- }
-}