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

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 90b3fc814 Update documentation for kamelet type that can also be action
90b3fc814 is described below

commit 90b3fc814cb4a9e6ab03642fcbc1aa6d352c728f
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Mon Sep 12 16:02:54 2022 +0200

    Update documentation for kamelet type that can also be action
    
    the type can now also be action, not only source and sink.
    
    For instance, see 
https://github.com/apache/camel-kamelets/blob/b98e61105b8c782422028b0c2ea857a90c97a550/kamelets/avro-deserialize-action.kamelet.yaml#L29
---
 docs/modules/ROOT/pages/kamelets/kamelets-user.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc 
b/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc
index 34643b3f6..9fad54806 100644
--- a/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc
+++ b/docs/modules/ROOT/pages/kamelets/kamelets-user.adoc
@@ -466,8 +466,8 @@ The following annotations and labels are also defined on 
the resource:
 |name |Description |Type |Example
 
 |label: `camel.apache.org/kamelet.type`
-|Indicates if the Kamelet can be used as source or sink
-|enum: `source`, `sink`
+|Indicates if the Kamelet can be used as source, action or sink.
+|enum: `source`, `action`, `sink`
 |E.g. `source`
 |===
 

Reply via email to