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/10/01 13:33:58 UTC

[camel] 01/02: Camel AWS EKS: Fixed 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 c04f8e1679ec64c56cefb2ecd0325de0e4bcdac0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 1 15:31:52 2019 +0200

    Camel AWS EKS: Fixed docs
---
 components/camel-aws-eks/src/main/docs/aws-eks-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc b/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc
index b4cda1d..bd204bf 100644
--- a/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc
+++ b/components/camel-aws-eks/src/main/docs/aws-eks-component.adoc
@@ -165,7 +165,7 @@ Camel-AWS EKS component provides the following operation on the producer side:
 [source,java]
 --------------------------------------------------------------------------------
 from("direct:listClusters")
-    .to("aws-eks://test?ecsClient=#amazonEcsClient&operation=listClusters")
+    .to("aws-eks://test?ecsClient=#amazonEksClient&operation=listClusters")
 --------------------------------------------------------------------------------
 
 == Automatic detection of AmazonEKS client in registry