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/09/24 08:59:49 UTC

[camel] branch master updated (975b3fa -> 684b708)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 975b3fa  Regen docs
     new c1149d8  Camel-Kubernetes: Pods component docs fixed typo
     new 684b708  Regen docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc       | 2 +-
 docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Regen docs

Posted by ac...@apache.org.
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 684b7082593177636745c1f37852f1ef4a7dee86
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 24 10:59:31 2019 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc b/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc
index 070f09d..30feea6 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc
@@ -152,7 +152,7 @@ from("direct:listByLabels").process(new Processor() {
 
 This operation return a List of Pods from your cluster, using a label selector (with key1 and key2, with value value1 and value2)
 
-== Kubernetes Deployments Consumer Example
+== Kubernetes Pods Consumer Example
 
 [source,java]
 --------------------------------------------------------------------------------


[camel] 01/02: Camel-Kubernetes: Pods component docs fixed typo

Posted by ac...@apache.org.
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 c1149d8ac4f61cc769412d700915b77943d49fc8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 24 10:58:41 2019 +0200

    Camel-Kubernetes: Pods component docs fixed typo
---
 .../camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc
index ba00bb8..8d74259 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-pods-component.adoc
@@ -151,7 +151,7 @@ from("direct:listByLabels").process(new Processor() {
 
 This operation return a List of Pods from your cluster, using a label selector (with key1 and key2, with value value1 and value2)
 
-== Kubernetes Deployments Consumer Example
+== Kubernetes Pods Consumer Example
 
 [source,java]
 --------------------------------------------------------------------------------