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/24 08:59:50 UTC

[camel] 01/02: Camel-Kubernetes: Pods component docs fixed typo

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 c1149d8ac4f61cc769412d700915b77943d49fc8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 24 10:58:41 2019 +0200

    Camel-Kubernetes: Pods component docs fixed typo
---
 .../camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ba00bb8..8d74259 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc
@@ -151,7 +151,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]
 --------------------------------------------------------------------------------