Skip to content

Commit

Permalink
tls ingress trait make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-pfund committed Jun 17, 2024
1 parent 59ca396 commit ba9fc58
Show file tree
Hide file tree
Showing 14 changed files with 140 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gh-go-mod-generate-sbom
14 changes: 14 additions & 0 deletions docs/modules/ROOT/partials/apis/camel-k-crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7228,6 +7228,20 @@ bool
To automatically add an ingress whenever the integration uses an HTTP endpoint consumer.
|`tlsHosts` +
[]string
|
To configure tls hosts
|`tlsSecretName` +
string
|
To configure tls secret name
|===
Expand Down
8 changes: 8 additions & 0 deletions docs/modules/traits/pages/ingress.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ One of `Exact`, `Prefix`, `ImplementationSpecific` (default to `Prefix`).
| bool
| To automatically add an ingress whenever the integration uses an HTTP endpoint consumer.

| ingress.tls-hosts
| []string
| To configure tls hosts

| ingress.tls-secret-name
| string
| To configure tls secret name

|===

// End of autogenerated code - DO NOT EDIT! (configuration)
16 changes: 16 additions & 0 deletions helm/camel-k/crds/crd-integration-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down Expand Up @@ -3180,6 +3188,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down
16 changes: 16 additions & 0 deletions helm/camel-k/crds/crd-integration-profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down Expand Up @@ -2940,6 +2948,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down
8 changes: 8 additions & 0 deletions helm/camel-k/crds/crd-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7107,6 +7107,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down
8 changes: 8 additions & 0 deletions helm/camel-k/crds/crd-kamelet-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7391,6 +7391,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down
8 changes: 8 additions & 0 deletions helm/camel-k/crds/crd-pipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7389,6 +7389,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
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 @@ -1166,6 +1166,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down Expand Up @@ -3180,6 +3188,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down Expand Up @@ -2940,6 +2948,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7107,6 +7107,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7391,6 +7391,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down
8 changes: 8 additions & 0 deletions pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7389,6 +7389,14 @@ spec:
- Prefix
- ImplementationSpecific
type: string
tlsHosts:
description: To configure tls hosts
items:
type: string
type: array
tlsSecretName:
description: To configure tls secret name
type: string
type: object
istio:
description: The configuration of Istio trait
Expand Down

0 comments on commit ba9fc58

Please sign in to comment.