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/18 10:23:49 UTC

[camel] 10/19: Camel-Kubernetes: Added supported producer operation to rc 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

commit 0129f7579543a318670492b3bcea985181c226cb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 18 11:38:31 2019 +0200

    Camel-Kubernetes: Added supported producer operation to rc docs
---
 .../main/docs/kubernetes-replication-controllers-component.adoc  | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-replication-controllers-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-replication-controllers-component.adoc
index 4842407..ab03379 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-replication-controllers-component.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-replication-controllers-component.adoc
@@ -111,3 +111,12 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listReplicationControllers
+- listReplicationControllersByLabels
+- getReplicationController
+- createReplicationController
+- deleteReplicationController
+- scaleReplicationController
+