Skip to content

Commit

Permalink
chore(doc): trait doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Apr 5, 2024
1 parent 0c47c3d commit 025bf44
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 16 deletions.
2 changes: 2 additions & 0 deletions docs/modules/ROOT/partials/apis/camel-k-crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6377,6 +6377,8 @@ string
The camel-k-runtime version to use for the integration. It overrides the default version set in the Integration Platform.
You can use a fixed version (for example "3.2.3") or a semantic version (for example "3.x") which will try to resolve
to the best matching Catalog existing on the cluster.
|`properties` +
[]string
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/traits/pages/camel.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The following configuration options are available:
| camel.runtime-version
| string
| The camel-k-runtime version to use for the integration. It overrides the default version set in the Integration Platform.
You can use a fixed version (for example "3.2.3") or a semantic version (for example "3.x") which will try to resolve
to the best matching Catalog existing on the cluster.

| camel.properties
| []string
Expand Down
5 changes: 4 additions & 1 deletion helm/camel-k/crds/crd-integration-kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
quarkus:
Expand Down
10 changes: 8 additions & 2 deletions helm/camel-k/crds/crd-integration-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
container:
Expand Down Expand Up @@ -2573,7 +2576,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
container:
Expand Down
10 changes: 8 additions & 2 deletions helm/camel-k/crds/crd-integration-profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
container:
Expand Down Expand Up @@ -2332,7 +2335,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
container:
Expand Down
5 changes: 4 additions & 1 deletion helm/camel-k/crds/crd-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6566,7 +6566,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
container:
Expand Down
5 changes: 4 additions & 1 deletion helm/camel-k/crds/crd-kamelet-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6851,7 +6851,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the
integration. It overrides the default version set in
the Integration Platform.
the Integration Platform. You can use a fixed version
(for example "3.2.3") or a semantic version (for example
"3.x") which will try to resolve to the best matching
Catalog existing on the cluster.
type: string
type: object
container:
Expand Down
5 changes: 4 additions & 1 deletion helm/camel-k/crds/crd-pipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6849,7 +6849,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the
integration. It overrides the default version set in
the Integration Platform.
the Integration Platform. You can use a fixed version
(for example "3.2.3") or a semantic version (for example
"3.x") which will try to resolve to the best matching
Catalog existing on the cluster.
type: string
type: object
container:
Expand Down
2 changes: 2 additions & 0 deletions pkg/apis/camel/v1/trait/camel.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ package trait
type CamelTrait struct {
PlatformBaseTrait `property:",squash" json:",inline"`
// The camel-k-runtime version to use for the integration. It overrides the default version set in the Integration Platform.
// You can use a fixed version (for example "3.2.3") or a semantic version (for example "3.x") which will try to resolve
// to the best matching Catalog existing on the cluster.
RuntimeVersion string `property:"runtime-version" json:"runtimeVersion,omitempty"`
// A list of properties to be provided to the Integration runtime
Properties []string `property:"properties" json:"properties,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
quarkus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
container:
Expand Down Expand Up @@ -2573,7 +2576,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
container:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
container:
Expand Down Expand Up @@ -2332,7 +2335,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
container:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6566,7 +6566,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the integration.
It overrides the default version set in the Integration
Platform.
Platform. You can use a fixed version (for example "3.2.3")
or a semantic version (for example "3.x") which will try
to resolve to the best matching Catalog existing on the
cluster.
type: string
type: object
container:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6851,7 +6851,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the
integration. It overrides the default version set in
the Integration Platform.
the Integration Platform. You can use a fixed version
(for example "3.2.3") or a semantic version (for example
"3.x") which will try to resolve to the best matching
Catalog existing on the cluster.
type: string
type: object
container:
Expand Down
5 changes: 4 additions & 1 deletion pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6849,7 +6849,10 @@ spec:
runtimeVersion:
description: The camel-k-runtime version to use for the
integration. It overrides the default version set in
the Integration Platform.
the Integration Platform. You can use a fixed version
(for example "3.2.3") or a semantic version (for example
"3.x") which will try to resolve to the best matching
Catalog existing on the cluster.
type: string
type: object
container:
Expand Down

0 comments on commit 025bf44

Please sign in to comment.