Skip to content

Commit

Permalink
chore: nightly automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent 6247c28 commit ad3d923
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 115 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/apis/camel-k-crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7338,14 +7338,14 @@ string
To configure the path exposed by the ingress (default `/`).
Deprecated: In favor of `paths` - left for backward compatibility.
|`paths` +
[]string
|
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]*
Expand Down
5 changes: 5 additions & 0 deletions docs/modules/traits/pages/ingress.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
119 changes: 61 additions & 58 deletions helm/camel-k/crds/camel-k-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions pkg/apis/camel/v1/trait/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down Expand Up @@ -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.
Expand All @@ -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:
Expand Down
Loading

0 comments on commit ad3d923

Please sign in to comment.