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/11/20 14:19:21 UTC

[camel] 04/06: Camel-AWS EKS: Regen and regen 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

View the commit online:
https://github.com/apache/camel/commit/4005279143d82caf8e1f495f3ea85e82ea3d83dd

commit 4005279143d82caf8e1f495f3ea85e82ea3d83dd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 20 15:16:02 2019 +0100

    Camel-AWS EKS: Regen and regen docs
---
 .../apache/camel/builder/endpoint/dsl/EKSEndpointBuilderFactory.java  | 4 ++--
 .../camel/component/aws/eks/springboot/EKSComponentConfiguration.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/EKSEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/EKSEndpointBuilderFactory.java
index 602289b..5b43e09 100644
--- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/EKSEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/EKSEndpointBuilderFactory.java
@@ -22,7 +22,7 @@ import org.apache.camel.builder.EndpointProducerBuilder;
 import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 
 /**
- * The aws-kms is used for managing Amazon EKS
+ * The aws-eks is used for managing Amazon EKS
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -301,7 +301,7 @@ public interface EKSEndpointBuilderFactory {
     }
     /**
      * AWS EKS (camel-aws-eks)
-     * The aws-kms is used for managing Amazon EKS
+     * The aws-eks is used for managing Amazon EKS
      * 
      * Category: cloud,management
      * Since: 3.0
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 ef52bc0..868dd70 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
@@ -24,7 +24,7 @@ import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * The aws-kms is used for managing Amazon EKS
+ * The aws-eks is used for managing Amazon EKS
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */