This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit eb03540a213239117fac8b7438d1c4dd48e30eae Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jun 17 11:00:03 2021 +0200 CAMEL-16720 - camel-aws - Component title - remove the using AWS SDK version 2.x. - AWS EKS --- .../src/main/java/org/apache/camel/component/aws2/eks/EKS2Endpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws/camel-aws2-eks/src/main/java/org/apache/camel/component/aws2/eks/EKS2Endpoint.java b/components/camel-aws/camel-aws2-eks/src/main/java/org/apache/camel/component/aws2/eks/EKS2Endpoint.java index 57aac40..9bd74b9 100644 --- a/components/camel-aws/camel-aws2-eks/src/main/java/org/apache/camel/component/aws2/eks/EKS2Endpoint.java +++ b/components/camel-aws/camel-aws2-eks/src/main/java/org/apache/camel/component/aws2/eks/EKS2Endpoint.java @@ -31,7 +31,7 @@ import software.amazon.awssdk.services.eks.EksClient; /** * Manage AWS EKS cluster instances using AWS SDK version 2.x. */ -@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-eks", title = "AWS 2 Elastic Kubernetes Service (EKS)", +@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-eks", title = "AWS Elastic Kubernetes Service (EKS)", syntax = "aws2-eks:label", producerOnly = true, category = { Category.CLOUD, Category.MANAGEMENT }) public class EKS2Endpoint extends ScheduledPollEndpoint {
