You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/28 12:20:29 UTC

[camel-kamelets] branch main updated (cae6166 -> 5c3d6e0)

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

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


    from cae6166  Added a Github Action for regen catalog
     new 9abdf5b  Cron Source Kamelet better description in properties
     new 5c3d6e0  Cron Source Kamelet better description in properties

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cron-source.kamelet.yaml                 | 2 +-
 docs/modules/ROOT/pages/cron-source.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[camel-kamelets] 02/02: Cron Source Kamelet better description in properties

Posted by ac...@apache.org.
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-kamelets.git

commit 5c3d6e0abede34612c983679e1b2fb81bdeb9b77
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 28 14:20:08 2021 +0200

    Cron Source Kamelet better description in properties
---
 docs/modules/ROOT/pages/cron-source.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/cron-source.adoc b/docs/modules/ROOT/pages/cron-source.adoc
index 7c491ed..7d9010b 100644
--- a/docs/modules/ROOT/pages/cron-source.adoc
+++ b/docs/modules/ROOT/pages/cron-source.adoc
@@ -12,7 +12,7 @@ The following table summarizes the configuration options available for the `cron
 |===
 | Property| Name| Description| Type| Default| Example
 | *message {empty}* *| Message| The message to generate| string| | `"hello world"`
-| *schedule {empty}* *| Cron Schedule| A cron expression that will be used to generate events| string| | `"0/3 10 * * * ?"`
+| *schedule {empty}* *| Cron Schedule| A cron expression that will be used to trigger events generations| string| | `"0/3 10 * * * ?"`
 |===
 
 NOTE: Fields marked with ({empty}*) are mandatory.

[camel-kamelets] 01/02: Cron Source Kamelet better description in properties

Posted by ac...@apache.org.
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-kamelets.git

commit 9abdf5ba5bf24308fe4fccc3e6d1996d79958912
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 28 14:19:43 2021 +0200

    Cron Source Kamelet better description in properties
---
 cron-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cron-source.kamelet.yaml b/cron-source.kamelet.yaml
index 6e0266c..2a50c98 100644
--- a/cron-source.kamelet.yaml
+++ b/cron-source.kamelet.yaml
@@ -18,7 +18,7 @@ spec:
     properties:
       schedule:
         title: Cron Schedule
-        description: A cron expression that will be used to generate events
+        description: A cron expression that will be used to trigger events generations
         type: string
         example: "0/3 10 * * * ?"
       message: