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/12/05 15:54:41 UTC

[camel] 04/04: Camel-Kubernetes: Regen

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 181145f2a62277f4341f3238574d8a86055c88a6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 5 16:10:48 2019 +0100

    Camel-Kubernetes: Regen
---
 .../endpoint/dsl/KubernetesServicesEndpointBuilderFactory.java    | 8 ++++----
 .../springboot/KubernetesServicesComponentConfiguration.java      | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KubernetesServicesEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KubernetesServicesEndpointBuilderFactory.java
index 8b183c8..e2bf2eb 100644
--- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KubernetesServicesEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KubernetesServicesEndpointBuilderFactory.java
@@ -24,8 +24,8 @@ import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 import org.apache.camel.spi.ExceptionHandler;
 
 /**
- * The Kubernetes Service Accounts component provides a producer to execute
- * service operations and a consumer to consume service events.
+ * The Kubernetes Services component provides a producer to execute service
+ * operations and a consumer to consume service events.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -1238,8 +1238,8 @@ public interface KubernetesServicesEndpointBuilderFactory {
     }
     /**
      * Kubernetes Services (camel-kubernetes)
-     * The Kubernetes Service Accounts component provides a producer to execute
-     * service operations and a consumer to consume service events.
+     * The Kubernetes Services component provides a producer to execute service
+     * operations and a consumer to consume service events.
      * 
      * Category: container,cloud,paas
      * Since: 2.17
diff --git a/platforms/spring-boot/components-starter/camel-kubernetes-starter/src/main/java/org/apache/camel/component/kubernetes/services/springboot/KubernetesServicesComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-kubernetes-starter/src/main/java/org/apache/camel/component/kubernetes/services/springboot/KubernetesServicesComponentConfiguration.java
index 79c0904..ffe54f3 100644
--- a/platforms/spring-boot/components-starter/camel-kubernetes-starter/src/main/java/org/apache/camel/component/kubernetes/services/springboot/KubernetesServicesComponentConfiguration.java
+++ b/platforms/spring-boot/components-starter/camel-kubernetes-starter/src/main/java/org/apache/camel/component/kubernetes/services/springboot/KubernetesServicesComponentConfiguration.java
@@ -21,8 +21,8 @@ import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * The Kubernetes Service Accounts component provides a producer to execute
- * service operations and a consumer to consume service events.
+ * The Kubernetes Services component provides a producer to execute service
+ * operations and a consumer to consume service events.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */