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

[camel] 01/19: Camel-Kubernetes: Added supported producer operation to configmap 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 ecf78b9bd7601571ef80dde2298ec27c60706a83
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 18 11:22:52 2019 +0200

    Camel-Kubernetes: Added supported producer operation to configmap docs
---
 .../src/main/docs/kubernetes-config-maps-component.adoc        | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-config-maps-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-config-maps-component.adoc
index 98fe261..a5d35a8 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-config-maps-component.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-config-maps-component.adoc
@@ -101,3 +101,13 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listConfigMaps
+- listConfigMapsByLabels
+- getConfigMap
+- createConfigMap
+- deleteConfigMap
+
+
+