From 9166b9a77806eba2b0943d23e0cdacf4d8051636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Mon, 12 Sep 2022 16:02:54 +0200 Subject: [PATCH] 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 34643b3f60..9fad548062 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` |===