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 94c4e6e5e5b75980fddb6d48cf9019a71eeb8ff7
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Sep 18 11:49:37 2019 +0200

    Regen docs
---
 .../modules/ROOT/pages/kubernetes-config-maps-component.adoc   | 10 ++++++++++
 .../modules/ROOT/pages/kubernetes-deployments-component.adoc   |  9 +++++++++
 .../modules/ROOT/pages/kubernetes-hpa-component.adoc           |  8 ++++++++
 .../modules/ROOT/pages/kubernetes-job-component.adoc           |  8 ++++++++
 .../modules/ROOT/pages/kubernetes-namespaces-component.adoc    |  8 ++++++++
 .../modules/ROOT/pages/kubernetes-nodes-component.adoc         |  8 ++++++++
 .../pages/kubernetes-persistent-volumes-claims-component.adoc  |  8 ++++++++
 .../ROOT/pages/kubernetes-persistent-volumes-component.adoc    |  5 +++++
 .../modules/ROOT/pages/kubernetes-pods-component.adoc          |  8 ++++++++
 .../pages/kubernetes-replication-controllers-component.adoc    |  9 +++++++++
 .../ROOT/pages/kubernetes-resources-quota-component.adoc       |  8 ++++++++
 .../modules/ROOT/pages/kubernetes-secrets-component.adoc       |  8 ++++++++
 .../ROOT/pages/kubernetes-service-accounts-component.adoc      |  8 ++++++++
 .../modules/ROOT/pages/kubernetes-services-component.adoc      |  7 +++++++
 .../modules/ROOT/pages/openshift-build-configs-component.adoc  |  6 ++++++
 .../modules/ROOT/pages/openshift-builds-component.adoc         |  6 ++++++
 16 files changed, 124 insertions(+)

diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc
index 05437b1..be51d84 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-config-maps-component.adoc
@@ -102,3 +102,13 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listConfigMaps
+- listConfigMapsByLabels
+- getConfigMap
+- createConfigMap
+- deleteConfigMap
+
+
+
diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-deployments-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-deployments-component.adoc
index cb1a851..3f71c82 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-deployments-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-deployments-component.adoc
@@ -111,3 +111,12 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listDeployments
+- listDeploymentsByLabels
+- getDeployment
+- createDeployment
+- deleteDeployment
+- scaleDeployment
+
diff --git a/docs/components/modules/ROOT/pages/kubernetes-hpa-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-hpa-component.adoc
index 0d85f3f..b5506dc 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-hpa-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-hpa-component.adoc
@@ -112,3 +112,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listHPA
+- listHPAByLabels
+- getHPA
+- createHPA
+- deleteHPA
+
diff --git a/docs/components/modules/ROOT/pages/kubernetes-job-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-job-component.adoc
index d1c8c76..1c8bd43 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-job-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-job-component.adoc
@@ -111,3 +111,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listJob
+- listJobByLabels
+- getJob
+- createJob
+- deleteJob
+
diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-namespaces-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-namespaces-component.adoc
index 2442430..e31a4a6 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-namespaces-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-namespaces-component.adoc
@@ -112,3 +112,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listNamespaces
+- listNamespacesByLabels
+- getNamespace
+- createNamespace
+- deleteNamespace
+
diff --git a/docs/components/modules/ROOT/pages/kubernetes-nodes-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-nodes-component.adoc
index e759988..509a547 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-nodes-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-nodes-component.adoc
@@ -112,3 +112,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listNodes
+- listNodesByLabels
+- getNode
+- createNode
+- deleteNode
+
diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-claims-component.adoc
 
b/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-claims-component.adoc
index 7bca7be..b0b5f2b 100644
--- 
a/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-claims-component.adoc
+++ 
b/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-claims-component.adoc
@@ -103,3 +103,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listPersistentVolumesClaims
+- listPersistentVolumesClaimsByLabels
+- getPersistentVolumeClaim
+- createPersistentVolumeClaim
+- deletePersistentVolumeClaim
+
diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-component.adoc
 
b/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-component.adoc
index ebc92b5..38aa241 100644
--- 
a/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-component.adoc
+++ 
b/docs/components/modules/ROOT/pages/kubernetes-persistent-volumes-component.adoc
@@ -103,3 +103,8 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listPersistentVolumes
+- listPersistentVolumesByLabels
+- getPersistentVolume
diff --git a/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc
index ef29940..ee5d08f 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-pods-component.adoc
@@ -111,3 +111,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listPods
+- listPodsByLabels
+- getPod
+- createPod
+- deletePod
+
diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-replication-controllers-component.adoc
 
b/docs/components/modules/ROOT/pages/kubernetes-replication-controllers-component.adoc
index 4bc54a4..bbae57f 100644
--- 
a/docs/components/modules/ROOT/pages/kubernetes-replication-controllers-component.adoc
+++ 
b/docs/components/modules/ROOT/pages/kubernetes-replication-controllers-component.adoc
@@ -112,3 +112,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
+
diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-resources-quota-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-resources-quota-component.adoc
index cd990bb..d878591 100644
--- 
a/docs/components/modules/ROOT/pages/kubernetes-resources-quota-component.adoc
+++ 
b/docs/components/modules/ROOT/pages/kubernetes-resources-quota-component.adoc
@@ -103,3 +103,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listResourcesQuota
+- listResourcesQuotaByLabels
+- getResourcesQuota
+- createResourcesQuota
+- deleteResourcesQuota
+
diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-secrets-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-secrets-component.adoc
index f2aaaaf..c48ce25 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-secrets-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-secrets-component.adoc
@@ -103,3 +103,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listSecrets
+- listSecretsByLabels
+- getSecret
+- createSecret
+- deleteSecret
+
diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-service-accounts-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-service-accounts-component.adoc
index 09b2a68..bdeba27 100644
--- 
a/docs/components/modules/ROOT/pages/kubernetes-service-accounts-component.adoc
+++ 
b/docs/components/modules/ROOT/pages/kubernetes-service-accounts-component.adoc
@@ -101,3 +101,11 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listServiceAccounts
+- listServiceAccountsByLabels
+- getServiceAccount
+- createServiceAccount
+- deleteServiceAccount
+
diff --git 
a/docs/components/modules/ROOT/pages/kubernetes-services-component.adoc 
b/docs/components/modules/ROOT/pages/kubernetes-services-component.adoc
index 580b00d..cd9361d 100644
--- a/docs/components/modules/ROOT/pages/kubernetes-services-component.adoc
+++ b/docs/components/modules/ROOT/pages/kubernetes-services-component.adoc
@@ -112,3 +112,10 @@ The component supports 2 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+== Supported producer operation
+
+- listServices
+- listServicesByLabels
+- getService
+- createService
+- deleteService
diff --git 
a/docs/components/modules/ROOT/pages/openshift-build-configs-component.adoc 
b/docs/components/modules/ROOT/pages/openshift-build-configs-component.adoc
index af50c69..5887acb 100644
--- a/docs/components/modules/ROOT/pages/openshift-build-configs-component.adoc
+++ b/docs/components/modules/ROOT/pages/openshift-build-configs-component.adoc
@@ -74,3 +74,9 @@ with the following path and query parameters:
 | *username* (security) | Username to connect to Kubernetes |  | String
 |===
 // endpoint options: END
+
+== Supported producer operation
+
+- listBuildConfigs
+- listBuildConfigsByLabels
+- getBuildConfig
diff --git a/docs/components/modules/ROOT/pages/openshift-builds-component.adoc 
b/docs/components/modules/ROOT/pages/openshift-builds-component.adoc
index 7b44ff3..a807ea0 100644
--- a/docs/components/modules/ROOT/pages/openshift-builds-component.adoc
+++ b/docs/components/modules/ROOT/pages/openshift-builds-component.adoc
@@ -74,3 +74,9 @@ with the following path and query parameters:
 | *username* (security) | Username to connect to Kubernetes |  | String
 |===
 // endpoint options: END
+
+== Supported producer operation
+
+- listBuilds
+- listBuildsByLabels
+- getBuild

Reply via email to