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 2019/09/18 10:23:43 UTC

[camel] 04/19: Camel-Kubernetes: Added supported producer operation to job docs

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

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

commit 2fe0ec8ebc457da808d90e375af1ad9506e33787
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 18 11:29:49 2019 +0200

    Camel-Kubernetes: Added supported producer operation to job docs
---
 .../camel-kubernetes/src/main/docs/kubernetes-job-component.adoc  | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-job-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-job-component.adoc
index a782d4d..5766812 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-job-component.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-job-component.adoc
@@ -110,3 +110,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listJob
+- listJobByLabels
+- getJob
+- createJob
+- deleteJob
+