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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new ad3d9237a chore: nightly automatic updates
ad3d9237a is described below

commit ad3d9237a884618d984b351f4d2d200ba1bfb3ab
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 8 23:36:29 2025 +0000

    chore: nightly automatic updates
---
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |   2 +-
 docs/modules/traits/pages/ingress.adoc             |   5 +
 helm/camel-k/crds/camel-k-crds.yaml                | 119 +++++++++++----------
 pkg/apis/camel/v1/trait/zz_generated.deepcopy.go   |   5 +
 .../camel.apache.org_integrationplatforms.yaml     |  34 +++---
 .../camel.apache.org_integrationprofiles.yaml      |  34 +++---
 .../crd/bases/camel.apache.org_integrations.yaml   |  34 +++---
 .../config/crd/bases/camel.apache.org_pipes.yaml   |  17 +--
 8 files changed, 135 insertions(+), 115 deletions(-)

diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc 
b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
index fc8d35920..c5d4020c5 100644
--- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
+++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
@@ -7338,7 +7338,6 @@ string
 
 
 To configure the path exposed by the ingress (default `/`).
-Deprecated: In favor of `paths` - left for backward compatibility.
 
 |`paths` +
 []string
@@ -7346,6 +7345,7 @@ Deprecated: In favor of `paths` - left for backward 
compatibility.
 
 
 To configure the paths exposed by the ingress (default `['/']`).
+Deprecated: In favor of `paths` - left for backward compatibility.
 
 |`pathType` +
 
*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#pathtype-v1-networking[Kubernetes
 networking/v1.PathType]*
diff --git a/docs/modules/traits/pages/ingress.adoc 
b/docs/modules/traits/pages/ingress.adoc
index 479e421a9..98c54d309 100755
--- a/docs/modules/traits/pages/ingress.adoc
+++ b/docs/modules/traits/pages/ingress.adoc
@@ -49,6 +49,11 @@ See 
https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-
 | string
 | To configure the path exposed by the ingress (default `/`).
 
+| ingress.paths
+| []string
+| To configure the paths exposed by the ingress (default `['/']`).
+Deprecated: In favor of `paths` - left for backward compatibility.
+
 | ingress.path-type
 | k8s.io/api/networking/v1.PathType
 | To configure the path type exposed by the ingress.
diff --git a/helm/camel-k/crds/camel-k-crds.yaml 
b/helm/camel-k/crds/camel-k-crds.yaml
index b37446cc7..065b34e83 100644
--- a/helm/camel-k/crds/camel-k-crds.yaml
+++ b/helm/camel-k/crds/camel-k-crds.yaml
@@ -4481,15 +4481,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -4499,6 +4493,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
@@ -6683,15 +6684,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -6701,6 +6696,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
@@ -8788,15 +8790,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -8806,6 +8802,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
@@ -10869,15 +10872,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -10887,6 +10884,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
@@ -19331,15 +19335,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -19349,6 +19347,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
@@ -21339,15 +21344,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -21357,6 +21356,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
@@ -31181,16 +31187,6 @@ spec:
                             description: To configure the path exposed by the 
ingress
                               (default `/`).
                             type: string
-                          path:
-                            description: |-
-                              To configure the path exposed by the ingress 
(default `/`).
-                              Deprecated: In favor of `paths` - left for 
backward compatibility.
-                            type: string
-                          paths:
-                            description: To configure the paths exposed by the 
ingress (default `['/']`).
-                            items:
-                              type: string
-                            type: array
                           pathType:
                             description: |-
                               To configure the path type exposed by the 
ingress.
@@ -31200,6 +31196,13 @@ spec:
                             - Prefix
                             - ImplementationSpecific
                             type: string
+                          paths:
+                            description: |-
+                              To configure the paths exposed by the ingress 
(default `['/']`).
+                              Deprecated: In favor of `paths` - left for 
backward compatibility.
+                            items:
+                              type: string
+                            type: array
                           tlsHosts:
                             description: To configure tls hosts
                             items:
diff --git a/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go 
b/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go
index 23790d11e..59cb4f8fe 100644
--- a/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go
+++ b/pkg/apis/camel/v1/trait/zz_generated.deepcopy.go
@@ -447,6 +447,11 @@ func (in *IngressTrait) DeepCopyInto(out *IngressTrait) {
                        (*out)[key] = val
                }
        }
+       if in.Paths != nil {
+               in, out := &in.Paths, &out.Paths
+               *out = make([]string, len(*in))
+               copy(*out, *in)
+       }
        if in.PathType != nil {
                in, out := &in.PathType, &out.PathType
                *out = new(networkingv1.PathType)
diff --git 
a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
index 2bdb23de4..00f26276f 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
@@ -1244,15 +1244,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -1262,6 +1256,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
@@ -3446,15 +3447,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -3464,6 +3459,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
diff --git 
a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
index edfe4bd9a..5c88bf870 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
@@ -1113,15 +1113,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -1131,6 +1125,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
@@ -3194,15 +3195,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -3212,6 +3207,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
index 0173b74ab..31b93afdb 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
@@ -7473,15 +7473,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -7491,6 +7485,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
@@ -9481,15 +9482,9 @@ spec:
                           See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                         type: string
                       path:
-                        description: |-
-                          To configure the path exposed by the ingress 
(default `/`).
-                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        description: To configure the path exposed by the 
ingress
+                          (default `/`).
                         type: string
-                      paths:
-                        description: To configure the paths exposed by the 
ingress (default `['/']`).
-                        items:
-                          type: string
-                        type: array
                       pathType:
                         description: |-
                           To configure the path type exposed by the ingress.
@@ -9499,6 +9494,13 @@ spec:
                         - Prefix
                         - ImplementationSpecific
                         type: string
+                      paths:
+                        description: |-
+                          To configure the paths exposed by the ingress 
(default `['/']`).
+                          Deprecated: In favor of `paths` - left for backward 
compatibility.
+                        items:
+                          type: string
+                        type: array
                       tlsHosts:
                         description: To configure tls hosts
                         items:
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml 
b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
index 3ec1009b6..b3b82e7de 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
@@ -7538,15 +7538,9 @@ spec:
                               See 
https://kubernetes.io/docs/concepts/services-networking/ingress/
                             type: string
                           path:
-                            description: |-
-                              To configure the path exposed by the ingress 
(default `/`).
-                              Deprecated: In favor of `paths` - left for 
backward compatibility.
+                            description: To configure the path exposed by the 
ingress
+                              (default `/`).
                             type: string
-                          paths:
-                            description: To configure the paths exposed by the 
ingress (default `['/']`).
-                            items:
-                              type: string
-                            type: array
                           pathType:
                             description: |-
                               To configure the path type exposed by the 
ingress.
@@ -7556,6 +7550,13 @@ spec:
                             - Prefix
                             - ImplementationSpecific
                             type: string
+                          paths:
+                            description: |-
+                              To configure the paths exposed by the ingress 
(default `['/']`).
+                              Deprecated: In favor of `paths` - left for 
backward compatibility.
+                            items:
+                              type: string
+                            type: array
                           tlsHosts:
                             description: To configure tls hosts
                             items:

Reply via email to