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 <[email protected]> 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 +
