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 bb796092a35cc3b95f94ff6d4cff7d5d96f2ab9e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Apr 22 11:19:29 2020 +0200

    Camel-AWS2-EKS: Fixed list clusters example in docs
---
 components/camel-aws2-eks/src/main/docs/aws2-eks-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to