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 5ef45ee3387d784bb31f8c12ea1abd361e1dfafc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 1 09:26:14 2019 +0100 Camel-AWS EKS: Regen docs --- components/camel-aws-eks/src/main/docs/aws-eks-component.adoc | 4 ++-- .../camel/component/aws/eks/springboot/EKSComponentConfiguration.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 cfa0dad..85c5902 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 @@ -33,10 +33,10 @@ The AWS EKS component supports 5 options, which are listed below. [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *configuration* (advanced) | The AWS KMS default configuration | | EKSConfiguration +| *configuration* (advanced) | The AWS EKS default configuration | | EKSConfiguration | *accessKey* (producer) | Amazon AWS Access Key | | String | *secretKey* (producer) | Amazon AWS Secret Key | | String -| *region* (producer) | The region in which KMS client needs to work | | String +| *region* (producer) | The region in which EKS client needs to work | | String | *resolveProperty Placeholders* (advanced) | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | boolean |=== // component options: END diff --git a/platforms/spring-boot/components-starter/camel-aws-eks-starter/src/main/java/org/apache/camel/component/aws/eks/springboot/EKSComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-aws-eks-starter/src/main/java/org/apache/camel/component/aws/eks/springboot/EKSComponentConfiguration.java index 2206d05..982c2b7 100644 --- a/platforms/spring-boot/components-starter/camel-aws-eks-starter/src/main/java/org/apache/camel/component/aws/eks/springboot/EKSComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-aws-eks-starter/src/main/java/org/apache/camel/component/aws/eks/springboot/EKSComponentConfiguration.java @@ -39,7 +39,7 @@ public class EKSComponentConfiguration */ private Boolean enabled; /** - * The AWS KMS default configuration + * The AWS EKS default configuration */ private EKSConfigurationNestedConfiguration configuration; /** @@ -51,7 +51,7 @@ public class EKSComponentConfiguration */ private String secretKey; /** - * The region in which KMS client needs to work + * The region in which EKS client needs to work */ private String region; /**