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

acosentino pushed a commit to branch 3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit b5588e7917cb0c0a43a19e6e738bc7b08a894643
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Feb 9 10:38:35 2023 +0100

    Convert all the parameters with multiple possible values to enum - 
Infinispan Source
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 kamelets/infinispan-source.kamelet.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kamelets/infinispan-source.kamelet.yaml 
b/kamelets/infinispan-source.kamelet.yaml
index 8745267c..3771dc13 100644
--- a/kamelets/infinispan-source.kamelet.yaml
+++ b/kamelets/infinispan-source.kamelet.yaml
@@ -84,10 +84,11 @@ spec:
         default: "infinispan"
       eventTypes:
         title: Infinispan Cluster Name
-        description: Specifies the set of event types to register by the 
consumer. Multiple event can be separated by comma without spaces. The possible 
event types are CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, 
CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED, CLIENT_CACHE_FAILOVER
+        description: Specifies the set of event types to register by the 
consumer. Multiple event can be separated by comma without spaces.
         type: string
         example: "CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED"
         default: 
"CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED,CLIENT_CACHE_ENTRY_REMOVED,CLIENT_CACHE_ENTRY_EXPIRED,CLIENT_CACHE_FAILOVER"
+        enum: ["CLIENT_CACHE_ENTRY_CREATED", "CLIENT_CACHE_ENTRY_MODIFIED", 
"CLIENT_CACHE_ENTRY_REMOVED", "CLIENT_CACHE_ENTRY_EXPIRED", 
"CLIENT_CACHE_FAILOVER"]
   dependencies:
     - "camel:kamelet"
     - "camel:core"

Reply via email to