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 2023/07/10 10:52:05 UTC

[camel] branch camel-3.x updated: Regen for commit 2c7d0475c626288b6ff8ccf51bd41156d97ced19

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

acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 7f9132bdbd7 Regen for commit 2c7d0475c626288b6ff8ccf51bd41156d97ced19
7f9132bdbd7 is described below

commit 7f9132bdbd7b677eee7cef2f358a9fff3a1299e7
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Mon Jul 10 10:47:58 2023 +0000

    Regen for commit 2c7d0475c626288b6ff8ccf51bd41156d97ced19
    
    Signed-off-by: GitHub <no...@github.com>
---
 ...KubernetesConfigMapsEndpointBuilderFactory.java | 59 +++++++++++++++------
 ...netesCustomResourcesEndpointBuilderFactory.java | 60 ++++++++++++++++------
 ...ubernetesDeploymentsEndpointBuilderFactory.java | 59 +++++++++++++++------
 .../KubernetesEventsEndpointBuilderFactory.java    | 59 +++++++++++++++------
 .../dsl/KubernetesHPAEndpointBuilderFactory.java   | 56 +++++++++++++++-----
 .../dsl/KubernetesJobEndpointBuilderFactory.java   | 56 +++++++++++++++-----
 ...KubernetesNamespacesEndpointBuilderFactory.java | 59 +++++++++++++++------
 .../dsl/KubernetesNodesEndpointBuilderFactory.java | 59 +++++++++++++++------
 ...sistentVolumesClaimsEndpointBuilderFactory.java | 15 ++++++
 ...tesPersistentVolumesEndpointBuilderFactory.java | 15 ++++++
 .../dsl/KubernetesPodsEndpointBuilderFactory.java  | 56 +++++++++++++++-----
 ...plicationControllersEndpointBuilderFactory.java | 60 ++++++++++++++++------
 ...rnetesResourcesQuotaEndpointBuilderFactory.java | 15 ++++++
 .../KubernetesSecretsEndpointBuilderFactory.java   | 14 +++++
 ...netesServiceAccountsEndpointBuilderFactory.java | 15 ++++++
 .../KubernetesServicesEndpointBuilderFactory.java  | 59 +++++++++++++++------
 ...penshiftBuildConfigsEndpointBuilderFactory.java | 14 +++++
 .../dsl/OpenshiftBuildsEndpointBuilderFactory.java | 14 +++++
 ...iftDeploymentConfigsEndpointBuilderFactory.java | 60 ++++++++++++++++------
 19 files changed, 627 insertions(+), 177 deletions(-)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesConfigMapsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesConfigMapsEndpointBuilderFactory.java
index d33f40d4a4e..918f3f7ff74 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesConfigMapsEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesConfigMapsEndpointBuilderFactory.java
@@ -106,6 +106,21 @@ public interface KubernetesConfigMapsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesConfigMapsEndpointConsumerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -242,21 +257,6 @@ public interface KubernetesConfigMapsEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesConfigMapsEndpointConsumerBuilder namespace(
-                String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -733,6 +733,21 @@ public interface KubernetesConfigMapsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesConfigMapsEndpointProducerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1141,6 +1156,20 @@ public interface KubernetesConfigMapsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesConfigMapsEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesCustomResourcesEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesCustomResourcesEndpointBuilderFactory.java
index 015949b6534..44357a0aa93 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesCustomResourcesEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesCustomResourcesEndpointBuilderFactory.java
@@ -107,6 +107,21 @@ public interface KubernetesCustomResourcesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesCustomResourcesEndpointConsumerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -243,21 +258,6 @@ public interface KubernetesCustomResourcesEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesCustomResourcesEndpointConsumerBuilder namespace(
-                String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -735,6 +735,21 @@ public interface KubernetesCustomResourcesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesCustomResourcesEndpointProducerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1145,6 +1160,21 @@ public interface KubernetesCustomResourcesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesCustomResourcesEndpointBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesDeploymentsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesDeploymentsEndpointBuilderFactory.java
index 93308bf6b5e..47c95b0d083 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesDeploymentsEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesDeploymentsEndpointBuilderFactory.java
@@ -106,6 +106,21 @@ public interface KubernetesDeploymentsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesDeploymentsEndpointConsumerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -242,21 +257,6 @@ public interface KubernetesDeploymentsEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesDeploymentsEndpointConsumerBuilder namespace(
-                String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -733,6 +733,21 @@ public interface KubernetesDeploymentsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesDeploymentsEndpointProducerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1142,6 +1157,20 @@ public interface KubernetesDeploymentsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesDeploymentsEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesEventsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesEventsEndpointBuilderFactory.java
index 3daaf96768c..0bf3b55e5c7 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesEventsEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesEventsEndpointBuilderFactory.java
@@ -105,6 +105,21 @@ public interface KubernetesEventsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesEventsEndpointConsumerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -236,21 +251,6 @@ public interface KubernetesEventsEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesEventsEndpointConsumerBuilder namespace(
-                String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -723,6 +723,21 @@ public interface KubernetesEventsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesEventsEndpointProducerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1128,6 +1143,20 @@ public interface KubernetesEventsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesEventsEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesHPAEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesHPAEndpointBuilderFactory.java
index bb56fc66069..328c89c32d7 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesHPAEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesHPAEndpointBuilderFactory.java
@@ -105,6 +105,20 @@ public interface KubernetesHPAEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesHPAEndpointConsumerBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -235,20 +249,6 @@ public interface KubernetesHPAEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesHPAEndpointConsumerBuilder namespace(String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -719,6 +719,20 @@ public interface KubernetesHPAEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesHPAEndpointProducerBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1122,6 +1136,20 @@ public interface KubernetesHPAEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesHPAEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesJobEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesJobEndpointBuilderFactory.java
index 0ff3739c9b9..c27d8f5f372 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesJobEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesJobEndpointBuilderFactory.java
@@ -104,6 +104,20 @@ public interface KubernetesJobEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesJobEndpointConsumerBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -234,20 +248,6 @@ public interface KubernetesJobEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesJobEndpointConsumerBuilder namespace(String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -718,6 +718,20 @@ public interface KubernetesJobEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesJobEndpointProducerBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1121,6 +1135,20 @@ public interface KubernetesJobEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesJobEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesNamespacesEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesNamespacesEndpointBuilderFactory.java
index 11841e9eb01..8b0dd1b8367 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesNamespacesEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesNamespacesEndpointBuilderFactory.java
@@ -106,6 +106,21 @@ public interface KubernetesNamespacesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesNamespacesEndpointConsumerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -242,21 +257,6 @@ public interface KubernetesNamespacesEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesNamespacesEndpointConsumerBuilder namespace(
-                String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -733,6 +733,21 @@ public interface KubernetesNamespacesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesNamespacesEndpointProducerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1141,6 +1156,20 @@ public interface KubernetesNamespacesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesNamespacesEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesNodesEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesNodesEndpointBuilderFactory.java
index 90f43702e9f..8a79e17ec2b 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesNodesEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesNodesEndpointBuilderFactory.java
@@ -105,6 +105,21 @@ public interface KubernetesNodesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesNodesEndpointConsumerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -236,21 +251,6 @@ public interface KubernetesNodesEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesNodesEndpointConsumerBuilder namespace(
-                String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -723,6 +723,21 @@ public interface KubernetesNodesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesNodesEndpointProducerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1128,6 +1143,20 @@ public interface KubernetesNodesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesNodesEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPersistentVolumesClaimsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPersistentVolumesClaimsEndpointBuilderFactory.java
index 3d2ccaf9492..7222aecadb4 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPersistentVolumesClaimsEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPersistentVolumesClaimsEndpointBuilderFactory.java
@@ -107,6 +107,21 @@ public interface KubernetesPersistentVolumesClaimsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesPersistentVolumesClaimsEndpointBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * Producer operation to do on Kubernetes.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPersistentVolumesEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPersistentVolumesEndpointBuilderFactory.java
index 6abeff6b79f..f808f813b65 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPersistentVolumesEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPersistentVolumesEndpointBuilderFactory.java
@@ -106,6 +106,21 @@ public interface KubernetesPersistentVolumesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesPersistentVolumesEndpointBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * Producer operation to do on Kubernetes.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPodsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPodsEndpointBuilderFactory.java
index 2c7c8e4b77a..bf700c903d8 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPodsEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesPodsEndpointBuilderFactory.java
@@ -104,6 +104,20 @@ public interface KubernetesPodsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesPodsEndpointConsumerBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -234,20 +248,6 @@ public interface KubernetesPodsEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesPodsEndpointConsumerBuilder namespace(String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -719,6 +719,20 @@ public interface KubernetesPodsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesPodsEndpointProducerBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1123,6 +1137,20 @@ public interface KubernetesPodsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesPodsEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesReplicationControllersEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesReplicationControllersEndpointBuilderFactory.java
index 63b914ce981..cd3bae4f4eb 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesReplicationControllersEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesReplicationControllersEndpointBuilderFactory.java
@@ -107,6 +107,21 @@ public interface KubernetesReplicationControllersEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesReplicationControllersEndpointConsumerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -243,21 +258,6 @@ public interface KubernetesReplicationControllersEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesReplicationControllersEndpointConsumerBuilder namespace(
-                String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -735,6 +735,21 @@ public interface KubernetesReplicationControllersEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesReplicationControllersEndpointProducerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1145,6 +1160,21 @@ public interface KubernetesReplicationControllersEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesReplicationControllersEndpointBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesResourcesQuotaEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesResourcesQuotaEndpointBuilderFactory.java
index 0a6d804523f..84df660b26d 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesResourcesQuotaEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesResourcesQuotaEndpointBuilderFactory.java
@@ -105,6 +105,21 @@ public interface KubernetesResourcesQuotaEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesResourcesQuotaEndpointBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * Producer operation to do on Kubernetes.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesSecretsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesSecretsEndpointBuilderFactory.java
index ba2cf486c88..6dda1b272b9 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesSecretsEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesSecretsEndpointBuilderFactory.java
@@ -103,6 +103,20 @@ public interface KubernetesSecretsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesSecretsEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * Producer operation to do on Kubernetes.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesServiceAccountsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesServiceAccountsEndpointBuilderFactory.java
index f00f964f328..f8ad52497bf 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesServiceAccountsEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesServiceAccountsEndpointBuilderFactory.java
@@ -105,6 +105,21 @@ public interface KubernetesServiceAccountsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesServiceAccountsEndpointBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * Producer operation to do on Kubernetes.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesServicesEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesServicesEndpointBuilderFactory.java
index fca93e27317..259c4630681 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesServicesEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KubernetesServicesEndpointBuilderFactory.java
@@ -106,6 +106,21 @@ public interface KubernetesServicesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesServicesEndpointConsumerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -241,21 +256,6 @@ public interface KubernetesServicesEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default KubernetesServicesEndpointConsumerBuilder namespace(
-                String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -731,6 +731,21 @@ public interface KubernetesServicesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesServicesEndpointProducerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1139,6 +1154,20 @@ public interface KubernetesServicesEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default KubernetesServicesEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftBuildConfigsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftBuildConfigsEndpointBuilderFactory.java
index 176d9765ca1..a541d8dc9d8 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftBuildConfigsEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftBuildConfigsEndpointBuilderFactory.java
@@ -104,6 +104,20 @@ public interface OpenshiftBuildConfigsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default OpenshiftBuildConfigsEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * Producer operation to do on Kubernetes.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftBuildsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftBuildsEndpointBuilderFactory.java
index 80295cfc92d..518f59dd39a 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftBuildsEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftBuildsEndpointBuilderFactory.java
@@ -103,6 +103,20 @@ public interface OpenshiftBuildsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: producer
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default OpenshiftBuildsEndpointBuilder namespace(String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * Producer operation to do on Kubernetes.
          * 
diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftDeploymentConfigsEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftDeploymentConfigsEndpointBuilderFactory.java
index 302081ddff3..9021341a67d 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftDeploymentConfigsEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/OpenshiftDeploymentConfigsEndpointBuilderFactory.java
@@ -107,6 +107,21 @@ public interface OpenshiftDeploymentConfigsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default OpenshiftDeploymentConfigsEndpointConsumerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -243,21 +258,6 @@ public interface OpenshiftDeploymentConfigsEndpointBuilderFactory {
             doSetProperty("labelValue", labelValue);
             return this;
         }
-        /**
-         * The namespace.
-         * 
-         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
-         * 
-         * Group: consumer
-         * 
-         * @param namespace the value to set
-         * @return the dsl builder
-         */
-        default OpenshiftDeploymentConfigsEndpointConsumerBuilder namespace(
-                String namespace) {
-            doSetProperty("namespace", namespace);
-            return this;
-        }
         /**
          * The Consumer pool size.
          * 
@@ -735,6 +735,21 @@ public interface OpenshiftDeploymentConfigsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default OpenshiftDeploymentConfigsEndpointProducerBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          * 
@@ -1145,6 +1160,21 @@ public interface OpenshiftDeploymentConfigsEndpointBuilderFactory {
             doSetProperty("kubernetesClient", kubernetesClient);
             return this;
         }
+        /**
+         * The namespace.
+         * 
+         * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
+         * 
+         * Group: common
+         * 
+         * @param namespace the value to set
+         * @return the dsl builder
+         */
+        default OpenshiftDeploymentConfigsEndpointBuilder namespace(
+                String namespace) {
+            doSetProperty("namespace", namespace);
+            return this;
+        }
         /**
          * The port name, used for ServiceCall EIP.
          *