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 11:05:27 UTC

(camel) 02/03: CAMEL-20185 - Kubernetes CronJob Component - Docs

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

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

commit 7c2a1b1548c0c10ba6a33e7cab57fb419cd73c38
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 5 11:57:44 2023 +0100

    CAMEL-20185 - Kubernetes CronJob Component - Docs
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../main/docs/kubernetes-cronjob-component.adoc    | 46 ++++++++++++++++++++++
 1 file changed, 46 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
new file mode 100644
index 00000000000..2981a00b6a8
--- /dev/null
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-cronjob-component.adoc
@@ -0,0 +1,46 @@
+= Kubernetes Cronjob Component
+:doctitle: Kubernetes Cronjob
+:shortname: kubernetes-cronjob
+:artifactid: camel-kubernetes
+:description: Perform operations on Kubernetes CronJob.
+:since: 4.3
+:supportlevel: Preview
+:tabs-sync-option:
+:component-header: Both producer and consumer are supported
+//Manually maintained attributes
+:group: Kubernetes
+:camel-spring-boot-name: kubernetes
+
+*Since Camel {since}*
+
+*{component-header}*
+
+The Kubernetes CronJob component is one of xref:kubernetes-summary.adoc[Kubernetes Components] which
+provides a producer to execute kubernetes CronJob operations and a consumer to consume events related to CronJob objects.
+
+
+// component-configure options: START
+
+// component-configure options: END
+
+// component options: START
+include::partial$component-configure-options.adoc[]
+include::partial$component-endpoint-options.adoc[]
+// component options: END
+
+// endpoint options: START
+
+// endpoint options: END
+
+// component headers: START
+include::partial$component-endpoint-headers.adoc[]
+// component headers: END
+
+== Supported producer operation
+
+- listCronJob
+- listCronJobByLabels
+- getCronJob
+- createCronJob
+- updateCronJob
+- deleteCronJob