This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fix-doc-port-name in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit dc4c2ce92e129fd4538b42df8cafaab47d6d1039 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Nov 29 12:58:55 2021 +0100 Regen documentation --- docs/modules/traits/pages/container.adoc | 2 +- docs/modules/traits/pages/gc.adoc | 2 +- docs/modules/traits/pages/quarkus.adoc | 2 +- resources/traits.yaml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/modules/traits/pages/container.adoc b/docs/modules/traits/pages/container.adoc index a214ccf..2618a64 100755 --- a/docs/modules/traits/pages/container.adoc +++ b/docs/modules/traits/pages/container.adoc @@ -60,7 +60,7 @@ The following configuration options are available: | container.port-name | string -| To configure a different port name for the port exposed by the container (default `http`). +| To configure a different port name for the port exposed by the container. it defaults to `http` only when the `expose` parameter is true. | container.service-port | int diff --git a/docs/modules/traits/pages/gc.adoc b/docs/modules/traits/pages/gc.adoc index 375057d..c7a9ee8 100755 --- a/docs/modules/traits/pages/gc.adoc +++ b/docs/modules/traits/pages/gc.adoc @@ -26,7 +26,7 @@ The following configuration options are available: | Can be used to enable or disable a trait. All traits share this common property. | gc.discovery-cache -| ./pkg/trait.discoveryCacheType +| github.com/apache/camel-k/pkg/trait.discoveryCacheType | Discovery client cache to be used, either `disabled`, `disk` or `memory` (default `memory`) |=== diff --git a/docs/modules/traits/pages/quarkus.adoc b/docs/modules/traits/pages/quarkus.adoc index 0ddf3ef..e9d579e 100755 --- a/docs/modules/traits/pages/quarkus.adoc +++ b/docs/modules/traits/pages/quarkus.adoc @@ -36,7 +36,7 @@ The following configuration options are available: | Can be used to enable or disable a trait. All traits share this common property. | quarkus.package-type -| []./pkg/trait.quarkusPackageType +| []github.com/apache/camel-k/pkg/trait.quarkusPackageType | The Quarkus package types, either `fast-jar` or `native` (default `fast-jar`). In case both `fast-jar` and `native` are specified, two `IntegrationKit` resources are created, with the `native` kit having precedence over the `fast-jar` one once ready. diff --git a/resources/traits.yaml b/resources/traits.yaml index a19f164..f1fea59 100755 --- a/resources/traits.yaml +++ b/resources/traits.yaml @@ -113,8 +113,8 @@ traits: description: To configure a different port exposed by the container (default `8080`). - name: port-name type: string - description: To configure a different port name for the port exposed by the container - (default `http`). + description: To configure a different port name for the port exposed by the container. + it defaults to `http` only when the `expose` parameter is true. - name: service-port type: int description: To configure under which service port the container port is to be @@ -349,7 +349,7 @@ traits: description: Can be used to enable or disable a trait. All traits share this common property. - name: discovery-cache - type: ./pkg/trait.discoveryCacheType + type: github.com/apache/camel-k/pkg/trait.discoveryCacheType description: Discovery client cache to be used, either `disabled`, `disk` or `memory` (default `memory`) - name: health @@ -919,7 +919,7 @@ traits: description: Can be used to enable or disable a trait. All traits share this common property. - name: package-type - type: '[]./pkg/trait.quarkusPackageType' + type: '[]github.com/apache/camel-k/pkg/trait.quarkusPackageType' description: The Quarkus package types, either `fast-jar` or `native` (default `fast-jar`).In case both `fast-jar` and `native` are specified, two `IntegrationKit` resources are created,with the `native` kit having precedence over the `fast-jar`