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 ec694db8caf580364450654a9bed951d55f6ae42 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Oct 1 15:02:21 2019 +0200 Regen docs --- docs/components/modules/ROOT/pages/aws-eks-component.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/components/modules/ROOT/pages/aws-eks-component.adoc b/docs/components/modules/ROOT/pages/aws-eks-component.adoc index ff274b7..0b2dfb0 100644 --- a/docs/components/modules/ROOT/pages/aws-eks-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-eks-component.adoc @@ -159,6 +159,16 @@ Camel-AWS EKS component provides the following operation on the producer side: - describeCluster - deleteCluster +== Producer Examples + +- listClusters: this operation will list the available clusters in EKS + +[source,java] +-------------------------------------------------------------------------------- +from("direct:listClusters") + .to("aws-eks://test?ecsClient=#amazonEcsClient&operation=listClusters") +-------------------------------------------------------------------------------- + == Automatic detection of AmazonEKS client in registry The component is capable of detecting the presence of an AmazonEKS bean into the registry.