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 684b7082593177636745c1f37852f1ef4a7dee86 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 24 10:59:31 2019 +0200 Regen docs --- docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc b/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc index 070f09d..30feea6 100644 --- a/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc +++ b/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc @@ -152,7 +152,7 @@ from("direct:listByLabels").process(new Processor() { This operation return a List of Pods from your cluster, using a label selector (with key1 and key2, with value value1 and value2) -== Kubernetes Deployments Consumer Example +== Kubernetes Pods Consumer Example [source,java] --------------------------------------------------------------------------------