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:48 UTC

[camel] 09/19: Camel-Kubernetes: Added supported producer operation to pods 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 dfde989cdbd62aacf781d7e20a2f93b9a7a867bb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 18 11:36:55 2019 +0200

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

diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc
index 0352b14..63697ec 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc
@@ -110,3 +110,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listPods
+- listPodsByLabels
+- getPod
+- createPod
+- deletePod
+