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 38c6f9f0e762fe5d6b83ff9441b81faef10426ce
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Sep 20 16:04:50 2019 +0200

    Camel-Kubernetes: Configmap example and typos
---
 .../src/main/docs/kubernetes-config-maps-component.adoc               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 89f8c4f..7249b05 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
@@ -111,7 +111,7 @@ The component supports 2 options, which are listed below.
 
 == Kubernetes ConfigMaps Producer Examples
 
-- listConfigMaps: this operation copy an object from one bucket to a different 
one
+- listConfigMaps: this operation list the configmaps
 
 [source,java]
 
--------------------------------------------------------------------------------
@@ -122,7 +122,7 @@ from("direct:list").
 
 This operation return a List of ConfigMaps from your cluster
 
-- listConfigMapsByLabels: this operation copy an object from one bucket to a 
different one
+- listConfigMapsByLabels: this operation list the configmaps selected by label
 
 [source,java]
 
--------------------------------------------------------------------------------

Reply via email to