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 05ed3a74baf606a959a76f7c783b77b16dfed440 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Sep 20 16:05:47 2019 +0200 Regen docs --- .../modules/ROOT/pages/kubernetes-config-maps-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc b/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc index 8875b18..931c45e 100644 --- a/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc +++ b/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc @@ -112,7 +112,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] -------------------------------------------------------------------------------- @@ -123,7 +123,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] --------------------------------------------------------------------------------