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 2023/12/05 13:23:27 UTC

(camel) branch main updated: Added Kubernetes Cronjob component SB docs (#12319)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 78360ca0533 Added Kubernetes Cronjob component SB docs (#12319)
78360ca0533 is described below

commit 78360ca05338a4e110604357b52b6c2edb3e03a9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 5 14:23:20 2023 +0100

    Added Kubernetes Cronjob component SB docs (#12319)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-kubernetes/src/main/docs/kubernetes-cronjob-component.adoc    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-cronjob-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-cronjob-component.adoc
index da26d3ab656..bd45d46bd75 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-cronjob-component.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-cronjob-component.adoc
@@ -44,3 +44,5 @@ include::partial$component-endpoint-headers.adoc[]
 - createCronJob
 - updateCronJob
 - deleteCronJob
+
+include::spring-boot:partial$starter.adoc[]