You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/10/19 01:37:27 UTC

[camel-k] 01/02: chore: autogenerated project resource update

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

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

commit e9ca4ff40bab37734376a9854fdd54147d855726
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Oct 19 01:33:35 2023 +0000

    chore: autogenerated project resource update
---
 config/crd/bases/camel.apache.org_builds.yaml      | 176 +++----
 .../crd/bases/camel.apache.org_camelcatalogs.yaml  |  98 ++--
 .../bases/camel.apache.org_integrationkits.yaml    |  56 +-
 .../camel.apache.org_integrationplatforms.yaml     | 206 ++++----
 .../crd/bases/camel.apache.org_integrations.yaml   | 204 ++++----
 .../bases/camel.apache.org_kameletbindings.yaml    | 208 ++++----
 config/crd/bases/camel.apache.org_kamelets.yaml    | 166 +++---
 config/crd/bases/camel.apache.org_pipes.yaml       | 170 +++---
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  | 578 ++++++++++-----------
 docs/modules/ROOT/partials/apis/kamelets-crds.adoc | 116 ++---
 helm/camel-k/crds/crd-build.yaml                   | 176 +++----
 helm/camel-k/crds/crd-camel-catalog.yaml           |  98 ++--
 helm/camel-k/crds/crd-integration-kit.yaml         |  56 +-
 helm/camel-k/crds/crd-integration-platform.yaml    | 206 ++++----
 helm/camel-k/crds/crd-integration.yaml             | 204 ++++----
 helm/camel-k/crds/crd-kamelet-binding.yaml         | 208 ++++----
 helm/camel-k/crds/crd-kamelet.yaml                 | 166 +++---
 helm/camel-k/crds/crd-pipe.yaml                    | 170 +++---
 pkg/resources/resources.go                         |  32 +-
 19 files changed, 1649 insertions(+), 1645 deletions(-)

diff --git a/config/crd/bases/camel.apache.org_builds.yaml b/config/crd/bases/camel.apache.org_builds.yaml
index f7947276d..073441ad0 100644
--- a/config/crd/bases/camel.apache.org_builds.yaml
+++ b/config/crd/bases/camel.apache.org_builds.yaml
@@ -62,7 +62,7 @@ spec:
     name: v1
     schema:
       openAPIV3Schema:
-        description: Build is the Schema for the builds API
+        description: Build is the Schema for the builds API.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -78,7 +78,8 @@ spec:
             type: object
           spec:
             description: BuildSpec defines the list of tasks to be execute for a Build.
-              From Camel K version 2, it would be more appropiate to think it as pipeline.
+              From Camel K version 2, it would be more appropriate to think it as
+              pipeline.
             properties:
               configuration:
                 description: 'The configuration that should be used to perform the
@@ -87,18 +88,18 @@ spec:
                 properties:
                   limitCPU:
                     description: The maximum amount of CPU required. Only used for
-                      `pod` strategy
+                      `pod` strategy.
                     type: string
                   limitMemory:
                     description: The maximum amount of memory required. Only used
-                      for `pod` strategy
+                      for `pod` strategy.
                     type: string
                   operatorNamespace:
                     description: The namespace where to run the builder Pod (must
                       be the same of the operator in charge of this Build reconciliation).
                     type: string
                   orderStrategy:
-                    description: the build order strategy to adopt
+                    description: the build order strategy to adopt.
                     enum:
                     - dependencies
                     - fifo
@@ -106,14 +107,14 @@ spec:
                     type: string
                   requestCPU:
                     description: The minimum amount of CPU required. Only used for
-                      `pod` strategy
+                      `pod` strategy.
                     type: string
                   requestMemory:
                     description: The minimum amount of memory required. Only used
-                      for `pod` strategy
+                      for `pod` strategy.
                     type: string
                   strategy:
-                    description: the strategy to adopt
+                    description: the strategy to adopt.
                     enum:
                     - routine
                     - pod
@@ -144,25 +145,25 @@ spec:
                       description: a BuildahTask, for Buildah strategy
                       properties:
                         baseImage:
-                          description: base image layer
+                          description: base image layer.
                           type: string
                         contextDir:
-                          description: can be useful to share info with other tasks
+                          description: can be useful to share info with other tasks.
                           type: string
                         executorImage:
-                          description: docker image to use
+                          description: docker image to use.
                           type: string
                         image:
-                          description: final image name
+                          description: final image name.
                           type: string
                         name:
                           description: name of the task
                           type: string
                         platform:
-                          description: The platform of build image
+                          description: The platform of build image.
                           type: string
                         registry:
-                          description: where to publish the final image
+                          description: where to publish the final image.
                           properties:
                             address:
                               description: the URI to access
@@ -183,7 +184,7 @@ spec:
                               type: string
                           type: object
                         verbose:
-                          description: log more information
+                          description: log more information.
                           type: boolean
                       type: object
                     builder:
@@ -191,10 +192,10 @@ spec:
                         project
                       properties:
                         baseImage:
-                          description: the base image layer
+                          description: the base image layer.
                           type: string
                         buildDir:
-                          description: workspace directory to use
+                          description: workspace directory to use.
                           type: string
                         configuration:
                           description: The configuration that should be used to perform
@@ -202,11 +203,11 @@ spec:
                           properties:
                             limitCPU:
                               description: The maximum amount of CPU required. Only
-                                used for `pod` strategy
+                                used for `pod` strategy.
                               type: string
                             limitMemory:
                               description: The maximum amount of memory required.
-                                Only used for `pod` strategy
+                                Only used for `pod` strategy.
                               type: string
                             operatorNamespace:
                               description: The namespace where to run the builder
@@ -214,7 +215,7 @@ spec:
                                 this Build reconciliation).
                               type: string
                             orderStrategy:
-                              description: the build order strategy to adopt
+                              description: the build order strategy to adopt.
                               enum:
                               - dependencies
                               - fifo
@@ -222,14 +223,14 @@ spec:
                               type: string
                             requestCPU:
                               description: The minimum amount of CPU required. Only
-                                used for `pod` strategy
+                                used for `pod` strategy.
                               type: string
                             requestMemory:
                               description: The minimum amount of memory required.
-                                Only used for `pod` strategy
+                                Only used for `pod` strategy.
                               type: string
                             strategy:
-                              description: the strategy to adopt
+                              description: the strategy to adopt.
                               enum:
                               - routine
                               - pod
@@ -240,13 +241,13 @@ spec:
                               type: string
                           type: object
                         dependencies:
-                          description: the list of dependencies to use for this build
+                          description: the list of dependencies to use for this build.
                           items:
                             type: string
                           type: array
                         maven:
                           description: the configuration required by Maven for the
-                            application build phase
+                            application build phase.
                           properties:
                             caSecrets:
                               description: The Secrets name and key, containing the
@@ -291,7 +292,7 @@ spec:
                               description: The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html.
                               items:
                                 description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                                  Maven artifact
+                                  Maven artifact.
                                 properties:
                                   artifactId:
                                     description: Maven Artifact
@@ -316,9 +317,9 @@ spec:
                               description: The Maven properties.
                               type: object
                             repositories:
-                              description: additional repositories
+                              description: additional repositories.
                               items:
-                                description: Repository defines a Maven repository
+                                description: Repository defines a Maven repository.
                                 properties:
                                   id:
                                     description: identifies the repository
@@ -385,7 +386,7 @@ spec:
                                 type: object
                               type: array
                             servers:
-                              description: Servers (auth)
+                              description: Servers (auth).
                               items:
                                 properties:
                                   configuration:
@@ -494,20 +495,20 @@ spec:
                           type: string
                         runtime:
                           description: the configuration required for the runtime
-                            application
+                            application.
                           properties:
                             applicationClass:
-                              description: application entry point (main) to be executed
+                              description: application entry point (main) to be executed.
                               type: string
                             capabilities:
                               additionalProperties:
                                 description: Capability is a particular feature which
-                                  requires a well known set of dependencies
+                                  requires a well known set of dependencies.
                                 properties:
                                   dependencies:
                                     items:
                                       description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                                        Maven artifact
+                                        Maven artifact.
                                       properties:
                                         artifactId:
                                           description: Maven Artifact
@@ -530,10 +531,10 @@ spec:
                               type: object
                             dependencies:
                               description: list of dependencies needed to run the
-                                application
+                                application.
                               items:
                                 description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                                  Maven artifact
+                                  Maven artifact.
                                 properties:
                                   artifactId:
                                     description: Maven Artifact
@@ -556,7 +557,7 @@ spec:
                               type: object
                             provider:
                               description: Camel main application provider, ie, Camel
-                                Quarkus
+                                Quarkus.
                               type: string
                             version:
                               description: Camel K Runtime version
@@ -568,75 +569,75 @@ spec:
                           - version
                           type: object
                         sources:
-                          description: the sources to add at build time
+                          description: the sources to add at build time.
                           items:
                             description: SourceSpec defines the configuration for
                               one or more routes to be executed in a certain Camel
-                              DSL language
+                              DSL language.
                             properties:
                               compression:
                                 description: if the content is compressed (base64
-                                  encrypted)
+                                  encrypted).
                                 type: boolean
                               content:
-                                description: the source code (plain text)
+                                description: the source code (plain text).
                                 type: string
                               contentKey:
-                                description: the confimap key holding the source content
+                                description: the confimap key holding the source content.
                                 type: string
                               contentRef:
                                 description: the confimap reference holding the source
-                                  content
+                                  content.
                                 type: string
                               contentType:
-                                description: the content type (tipically text or binary)
+                                description: the content type (tipically text or binary).
                                 type: string
                               interceptors:
                                 description: Interceptors are optional identifiers
                                   the org.apache.camel.k.RoutesLoader uses to pre/post
-                                  process sources
+                                  process sources.
                                 items:
                                   type: string
                                 type: array
                               language:
                                 description: specify which is the language (Camel
-                                  DSL) used to interpret this source code
+                                  DSL) used to interpret this source code.
                                 type: string
                               loader:
                                 description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                                  that will interpret this source at runtime
+                                  that will interpret this source at runtime.
                                 type: string
                               name:
-                                description: the name of the specification
+                                description: the name of the specification.
                                 type: string
                               path:
-                                description: the path where the file is stored
+                                description: the path where the file is stored.
                                 type: string
                               property-names:
                                 description: List of property names defined in the
-                                  source (e.g. if type is "template")
+                                  source (e.g. if type is "template").
                                 items:
                                   type: string
                                 type: array
                               rawContent:
-                                description: the source code (binary)
+                                description: the source code (binary).
                                 format: byte
                                 type: string
                               type:
                                 description: Type defines the kind of source described
-                                  by this object
+                                  by this object.
                                 type: string
                             type: object
                           type: array
                         steps:
-                          description: the list of steps to execute (see pkg/builder/)
+                          description: the list of steps to execute (see pkg/builder/).
                           items:
                             type: string
                           type: array
                       type: object
                     custom:
                       description: UserTask is used to execute any generic custom
-                        operation
+                        operation.
                       properties:
                         command:
                           description: the command to execute
@@ -652,32 +653,32 @@ spec:
                       description: a KanikoTask, for Kaniko strategy
                       properties:
                         baseImage:
-                          description: base image layer
+                          description: base image layer.
                           type: string
                         cache:
-                          description: use a cache
+                          description: use a cache.
                           properties:
                             enabled:
-                              description: true if a cache is enabled
+                              description: true if a cache is enabled.
                               type: boolean
                             persistentVolumeClaim:
-                              description: the PVC used to store the cache
+                              description: the PVC used to store the cache.
                               type: string
                           type: object
                         contextDir:
-                          description: can be useful to share info with other tasks
+                          description: can be useful to share info with other tasks.
                           type: string
                         executorImage:
-                          description: docker image to use
+                          description: docker image to use.
                           type: string
                         image:
-                          description: final image name
+                          description: final image name.
                           type: string
                         name:
                           description: name of the task
                           type: string
                         registry:
-                          description: where to publish the final image
+                          description: where to publish the final image.
                           properties:
                             address:
                               description: the URI to access
@@ -698,7 +699,7 @@ spec:
                               type: string
                           type: object
                         verbose:
-                          description: log more information
+                          description: log more information.
                           type: boolean
                       type: object
                     s2i:
@@ -718,19 +719,19 @@ spec:
                       description: a SpectrumTask, for Spectrum strategy
                       properties:
                         baseImage:
-                          description: base image layer
+                          description: base image layer.
                           type: string
                         contextDir:
-                          description: can be useful to share info with other tasks
+                          description: can be useful to share info with other tasks.
                           type: string
                         image:
-                          description: final image name
+                          description: final image name.
                           type: string
                         name:
                           description: name of the task
                           type: string
                         registry:
-                          description: where to publish the final image
+                          description: where to publish the final image.
                           properties:
                             address:
                               description: the URI to access
@@ -766,36 +767,36 @@ spec:
                 type: string
             type: object
           status:
-            description: BuildStatus defines the observed state of Build
+            description: BuildStatus defines the observed state of Build.
             properties:
               artifacts:
-                description: a list of artifacts contained in the build
+                description: a list of artifacts contained in the build.
                 items:
                   description: Artifact represents a materialized artifact (a jar
-                    dependency or in general a file used by the build)
+                    dependency or in general a file used by the build).
                   properties:
                     checksum:
-                      description: a checksum (SHA1) of the content
+                      description: a checksum (SHA1) of the content.
                       type: string
                     id:
                       description: the identification (GAV for maven dependencies
-                        or file name for other file types)
+                        or file name for other file types).
                       type: string
                     location:
-                      description: where it is located in the builder `Pod`
+                      description: where it is located in the builder `Pod`.
                       type: string
                     target:
-                      description: the expected location in the runtime
+                      description: the expected location in the runtime.
                       type: string
                   required:
                   - id
                   type: object
                 type: array
               baseImage:
-                description: the base image used for this build
+                description: the base image used for this build.
                 type: string
               conditions:
-                description: a list of conditions occurred during the build
+                description: a list of conditions occurred during the build.
                 items:
                   description: BuildCondition describes the state of a resource at
                     a certain point.
@@ -828,32 +829,33 @@ spec:
                   type: object
                 type: array
               digest:
-                description: the digest from image
+                description: the digest from image.
                 type: string
               duration:
                 description: how long it took for the build Change to Duration / ISO
                   8601 when CRD uses OpenAPI spec v3 https://github.com/OAI/OpenAPI-Specification/issues/845
+                  .
                 type: string
               error:
-                description: the error description (if any)
+                description: the error description (if any).
                 type: string
               failure:
-                description: the reason of the failure (if any)
+                description: the reason of the failure (if any).
                 properties:
                   reason:
-                    description: a short text specifying the reason
+                    description: a short text specifying the reason.
                     type: string
                   recovery:
-                    description: the recovery attempted for this failure
+                    description: the recovery attempted for this failure.
                     properties:
                       attempt:
-                        description: attempt number
+                        description: attempt number.
                         type: integer
                       attemptMax:
-                        description: maximum number of attempts
+                        description: maximum number of attempts.
                         type: integer
                       attemptTime:
-                        description: time of the attempt execution
+                        description: time of the attempt execution.
                         format: date-time
                         type: string
                     required:
@@ -861,7 +863,7 @@ spec:
                     - attemptMax
                     type: object
                   time:
-                    description: the time when the failure has happened
+                    description: the time when the failure has happened.
                     format: date-time
                     type: string
                 required:
@@ -870,7 +872,7 @@ spec:
                 - time
                 type: object
               image:
-                description: the image name built
+                description: the image name built.
                 type: string
               observedGeneration:
                 description: ObservedGeneration is the most recent generation observed
@@ -878,10 +880,10 @@ spec:
                 format: int64
                 type: integer
               phase:
-                description: describes the phase
+                description: describes the phase.
                 type: string
               startedAt:
-                description: the time when it started
+                description: the time when it started.
                 format: date-time
                 type: string
             type: object
diff --git a/config/crd/bases/camel.apache.org_camelcatalogs.yaml b/config/crd/bases/camel.apache.org_camelcatalogs.yaml
index d389d9a23..c0d110757 100644
--- a/config/crd/bases/camel.apache.org_camelcatalogs.yaml
+++ b/config/crd/bases/camel.apache.org_camelcatalogs.yaml
@@ -80,36 +80,36 @@ spec:
               artifacts:
                 additionalProperties:
                   description: CamelArtifact represent the configuration for a feature
-                    offered by Camel
+                    offered by Camel.
                   properties:
                     artifactId:
                       description: Maven Artifact
                       type: string
                     dataformats:
-                      description: accepted data formats
+                      description: accepted data formats.
                       items:
                         type: string
                       type: array
                     dependencies:
-                      description: required dependencies
+                      description: required dependencies.
                       items:
-                        description: CamelArtifactDependency represent a maven's dependency
+                        description: CamelArtifactDependency represent a maven's dependency.
                         properties:
                           artifactId:
                             description: Maven Artifact
                             type: string
                           exclusions:
                             description: provide a list of artifacts to exclude for
-                              this dependency
+                              this dependency.
                             items:
                               description: CamelArtifactExclusion represents an exclusion
-                                clause
+                                clause.
                               properties:
                                 artifactId:
-                                  description: Maven Artifact
+                                  description: Maven Artifact.
                                   type: string
                                 groupId:
-                                  description: Maven Group
+                                  description: Maven Group.
                                   type: string
                               required:
                               - artifactId
@@ -129,16 +129,16 @@ spec:
                       type: array
                     exclusions:
                       description: provide a list of artifacts to exclude for this
-                        dependency
+                        dependency.
                       items:
                         description: CamelArtifactExclusion represents an exclusion
-                          clause
+                          clause.
                         properties:
                           artifactId:
-                            description: Maven Artifact
+                            description: Maven Artifact.
                             type: string
                           groupId:
-                            description: Maven Group
+                            description: Maven Group.
                             type: string
                         required:
                         - artifactId
@@ -150,47 +150,47 @@ spec:
                       type: string
                     javaTypes:
                       description: the Java types used by the artifact feature (ie,
-                        component, data format, ...)
+                        component, data format, ...).
                       items:
                         type: string
                       type: array
                     languages:
-                      description: accepted languages
+                      description: accepted languages.
                       items:
                         type: string
                       type: array
                     schemes:
-                      description: accepted URI schemes
+                      description: accepted URI schemes.
                       items:
                         description: CamelScheme represents the scheme used to identify
                           a component in a URI (ie, timer in a timer:xyz endpoint
-                          URI)
+                          URI).
                         properties:
                           consumer:
-                            description: required scope for consumer
+                            description: required scope for consumer.
                             properties:
                               dependencies:
                                 description: list of dependencies needed for this
-                                  scope
+                                  scope.
                                 items:
                                   description: CamelArtifactDependency represent a
-                                    maven's dependency
+                                    maven's dependency.
                                   properties:
                                     artifactId:
                                       description: Maven Artifact
                                       type: string
                                     exclusions:
                                       description: provide a list of artifacts to
-                                        exclude for this dependency
+                                        exclude for this dependency.
                                       items:
                                         description: CamelArtifactExclusion represents
-                                          an exclusion clause
+                                          an exclusion clause.
                                         properties:
                                           artifactId:
-                                            description: Maven Artifact
+                                            description: Maven Artifact.
                                             type: string
                                           groupId:
-                                            description: Maven Group
+                                            description: Maven Group.
                                             type: string
                                         required:
                                         - artifactId
@@ -210,39 +210,39 @@ spec:
                                 type: array
                             type: object
                           http:
-                            description: is a HTTP based scheme
+                            description: is a HTTP based scheme.
                             type: boolean
                           id:
-                            description: the ID (ie, timer in a timer:xyz URI)
+                            description: the ID (ie, timer in a timer:xyz URI).
                             type: string
                           passive:
-                            description: is a passive scheme
+                            description: is a passive scheme.
                             type: boolean
                           producer:
-                            description: required scope for producers
+                            description: required scope for producers.
                             properties:
                               dependencies:
                                 description: list of dependencies needed for this
-                                  scope
+                                  scope.
                                 items:
                                   description: CamelArtifactDependency represent a
-                                    maven's dependency
+                                    maven's dependency.
                                   properties:
                                     artifactId:
                                       description: Maven Artifact
                                       type: string
                                     exclusions:
                                       description: provide a list of artifacts to
-                                        exclude for this dependency
+                                        exclude for this dependency.
                                       items:
                                         description: CamelArtifactExclusion represents
-                                          an exclusion clause
+                                          an exclusion clause.
                                         properties:
                                           artifactId:
-                                            description: Maven Artifact
+                                            description: Maven Artifact.
                                             type: string
                                           groupId:
-                                            description: Maven Group
+                                            description: Maven Group.
                                             type: string
                                         required:
                                         - artifactId
@@ -274,22 +274,22 @@ spec:
                   - artifactId
                   - groupId
                   type: object
-                description: artifacts required by this catalog
+                description: artifacts required by this catalog.
                 type: object
               loaders:
                 additionalProperties:
                   description: CamelLoader represents the configuration required to
-                    load a DSL
+                    load a DSL.
                   properties:
                     artifactId:
                       description: Maven Artifact
                       type: string
                     dependencies:
                       description: a list of additional dependencies required beside
-                        the base one
+                        the base one.
                       items:
                         description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                          Maven artifact
+                          Maven artifact.
                         properties:
                           artifactId:
                             description: Maven Artifact
@@ -309,14 +309,14 @@ spec:
                       description: Maven Group
                       type: string
                     languages:
-                      description: a list of DSLs supported
+                      description: a list of DSLs supported.
                       items:
                         type: string
                       type: array
                     metadata:
                       additionalProperties:
                         type: string
-                      description: the metadata of the loader
+                      description: the metadata of the loader.
                       type: object
                     version:
                       description: Maven Version
@@ -325,23 +325,23 @@ spec:
                   - artifactId
                   - groupId
                   type: object
-                description: loaders required by this catalog
+                description: loaders required by this catalog.
                 type: object
               runtime:
-                description: the runtime targeted for the catalog
+                description: the runtime targeted for the catalog.
                 properties:
                   applicationClass:
-                    description: application entry point (main) to be executed
+                    description: application entry point (main) to be executed.
                     type: string
                   capabilities:
                     additionalProperties:
                       description: Capability is a particular feature which requires
-                        a well known set of dependencies
+                        a well known set of dependencies.
                       properties:
                         dependencies:
                           items:
                             description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                              Maven artifact
+                              Maven artifact.
                             properties:
                               artifactId:
                                 description: Maven Artifact
@@ -363,10 +363,10 @@ spec:
                     description: features offered by this runtime
                     type: object
                   dependencies:
-                    description: list of dependencies needed to run the application
+                    description: list of dependencies needed to run the application.
                     items:
                       description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                        Maven artifact
+                        Maven artifact.
                       properties:
                         artifactId:
                           description: Maven Artifact
@@ -388,7 +388,7 @@ spec:
                     description: set of metadata
                     type: object
                   provider:
-                    description: Camel main application provider, ie, Camel Quarkus
+                    description: Camel main application provider, ie, Camel Quarkus.
                     type: string
                   version:
                     description: Camel K Runtime version
@@ -442,7 +442,7 @@ spec:
                 type: array
               image:
                 description: the container image available for building an application
-                  with this catalog
+                  with this catalog.
                 type: string
               observedGeneration:
                 description: ObservedGeneration is the most recent generation observed
@@ -450,7 +450,7 @@ spec:
                 format: int64
                 type: integer
               phase:
-                description: the actual phase
+                description: the actual phase.
                 type: string
             type: object
         type: object
diff --git a/config/crd/bases/camel.apache.org_integrationkits.yaml b/config/crd/bases/camel.apache.org_integrationkits.yaml
index c86813bc5..1dca723a0 100644
--- a/config/crd/bases/camel.apache.org_integrationkits.yaml
+++ b/config/crd/bases/camel.apache.org_integrationkits.yaml
@@ -91,7 +91,7 @@ spec:
                   (mount.volumes) to manage volumes configuration used by the kit'
                 items:
                   description: ConfigurationSpec represents a generic configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: property,
@@ -99,7 +99,7 @@ spec:
                       type: string
                     value:
                       description: the value to assign to the configuration (syntax
-                        may vary depending on the `Type`)
+                        may vary depending on the `Type`).
                       type: string
                   required:
                   - type
@@ -126,56 +126,56 @@ spec:
                 description: the sources to add at build time
                 items:
                   description: SourceSpec defines the configuration for one or more
-                    routes to be executed in a certain Camel DSL language
+                    routes to be executed in a certain Camel DSL language.
                   properties:
                     compression:
-                      description: if the content is compressed (base64 encrypted)
+                      description: if the content is compressed (base64 encrypted).
                       type: boolean
                     content:
-                      description: the source code (plain text)
+                      description: the source code (plain text).
                       type: string
                     contentKey:
-                      description: the confimap key holding the source content
+                      description: the confimap key holding the source content.
                       type: string
                     contentRef:
-                      description: the confimap reference holding the source content
+                      description: the confimap reference holding the source content.
                       type: string
                     contentType:
-                      description: the content type (tipically text or binary)
+                      description: the content type (tipically text or binary).
                       type: string
                     interceptors:
                       description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-                        uses to pre/post process sources
+                        uses to pre/post process sources.
                       items:
                         type: string
                       type: array
                     language:
                       description: specify which is the language (Camel DSL) used
-                        to interpret this source code
+                        to interpret this source code.
                       type: string
                     loader:
                       description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                        that will interpret this source at runtime
+                        that will interpret this source at runtime.
                       type: string
                     name:
-                      description: the name of the specification
+                      description: the name of the specification.
                       type: string
                     path:
-                      description: the path where the file is stored
+                      description: the path where the file is stored.
                       type: string
                     property-names:
                       description: List of property names defined in the source (e.g.
-                        if type is "template")
+                        if type is "template").
                       items:
                         type: string
                       type: array
                     rawContent:
-                      description: the source code (binary)
+                      description: the source code (binary).
                       format: byte
                       type: string
                     type:
                       description: Type defines the kind of source described by this
-                        object
+                        object.
                       type: string
                   type: object
                 type: array
@@ -185,7 +185,7 @@ spec:
                   addons:
                     additionalProperties:
                       description: AddonTrait represents the configuration of an addon
-                        trait
+                        trait.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
                     description: The collection of addon trait configurations
@@ -328,20 +328,20 @@ spec:
                 description: list of artifacts used by the kit
                 items:
                   description: Artifact represents a materialized artifact (a jar
-                    dependency or in general a file used by the build)
+                    dependency or in general a file used by the build).
                   properties:
                     checksum:
-                      description: a checksum (SHA1) of the content
+                      description: a checksum (SHA1) of the content.
                       type: string
                     id:
                       description: the identification (GAV for maven dependencies
-                        or file name for other file types)
+                        or file name for other file types).
                       type: string
                     location:
-                      description: where it is located in the builder `Pod`
+                      description: where it is located in the builder `Pod`.
                       type: string
                     target:
-                      description: the expected location in the runtime
+                      description: the expected location in the runtime.
                       type: string
                   required:
                   - id
@@ -391,19 +391,19 @@ spec:
                 description: failure reason (if any)
                 properties:
                   reason:
-                    description: a short text specifying the reason
+                    description: a short text specifying the reason.
                     type: string
                   recovery:
-                    description: the recovery attempted for this failure
+                    description: the recovery attempted for this failure.
                     properties:
                       attempt:
-                        description: attempt number
+                        description: attempt number.
                         type: integer
                       attemptMax:
-                        description: maximum number of attempts
+                        description: maximum number of attempts.
                         type: integer
                       attemptTime:
-                        description: time of the attempt execution
+                        description: time of the attempt execution.
                         format: date-time
                         type: string
                     required:
@@ -411,7 +411,7 @@ spec:
                     - attemptMax
                     type: object
                   time:
-                    description: the time when the failure has happened
+                    description: the time when the failure has happened.
                     format: date-time
                     type: string
                 required:
diff --git a/config/crd/bases/camel.apache.org_integrationplatforms.yaml b/config/crd/bases/camel.apache.org_integrationplatforms.yaml
index 6f3b9d984..dcc1ab4dd 100644
--- a/config/crd/bases/camel.apache.org_integrationplatforms.yaml
+++ b/config/crd/bases/camel.apache.org_integrationplatforms.yaml
@@ -66,7 +66,7 @@ spec:
           operator behavior. It defines the behavior of all Custom Resources (`IntegrationKit`,
           `Integration`, `Kamelet`) in the given namespace. When the Camel K operator
           is installed in `global` mode, you will need to specify an `IntegrationPlatform`
-          in each namespace where you want the Camel K operator to be executed
+          in each namespace where you want the Camel K operator to be executed.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -81,10 +81,10 @@ spec:
           metadata:
             type: object
           spec:
-            description: IntegrationPlatformSpec defines the desired state of IntegrationPlatform
+            description: IntegrationPlatformSpec defines the desired state of IntegrationPlatform.
             properties:
               build:
-                description: specify how to build the Integration/IntegrationKits
+                description: specify how to build the Integration/IntegrationKits.
                 properties:
                   PublishStrategyOptions:
                     additionalProperties:
@@ -106,18 +106,18 @@ spec:
                     properties:
                       limitCPU:
                         description: The maximum amount of CPU required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       limitMemory:
                         description: The maximum amount of memory required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       operatorNamespace:
                         description: The namespace where to run the builder Pod (must
                           be the same of the operator in charge of this Build reconciliation).
                         type: string
                       orderStrategy:
-                        description: the build order strategy to adopt
+                        description: the build order strategy to adopt.
                         enum:
                         - dependencies
                         - fifo
@@ -125,14 +125,14 @@ spec:
                         type: string
                       requestCPU:
                         description: The minimum amount of CPU required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       requestMemory:
                         description: The minimum amount of memory required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       strategy:
-                        description: the strategy to adopt
+                        description: the strategy to adopt.
                         enum:
                         - routine
                         - pod
@@ -183,7 +183,7 @@ spec:
                         description: The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html.
                         items:
                           description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                            Maven artifact
+                            Maven artifact.
                           properties:
                             artifactId:
                               description: Maven Artifact
@@ -337,7 +337,7 @@ spec:
                 type: object
               cluster:
                 description: what kind of cluster you're running (ie, plain Kubernetes
-                  or OpenShift)
+                  or OpenShift).
                 type: string
               configuration:
                 description: 'Deprecated: Use camel trait (camel.properties) to manage
@@ -348,7 +348,7 @@ spec:
                   this IntegrationPlatform'
                 items:
                   description: ConfigurationSpec represents a generic configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: property,
@@ -356,7 +356,7 @@ spec:
                       type: string
                     value:
                       description: the value to assign to the configuration (syntax
-                        may vary depending on the `Type`)
+                        may vary depending on the `Type`).
                       type: string
                   required:
                   - type
@@ -371,7 +371,7 @@ spec:
                     description: remote repository used to retrieve Kamelet catalog
                     items:
                       description: IntegrationPlatformKameletRepositorySpec defines
-                        the location of the Kamelet catalog to use
+                        the location of the Kamelet catalog to use.
                       properties:
                         uri:
                           description: the remote repository in the format github:ORG/REPO/PATH_TO_KAMELETS_FOLDER
@@ -383,11 +383,11 @@ spec:
                 description: the profile you wish to use. It will apply certain traits
                   which are required by the specific profile chosen. It usually relates
                   the Cluster with the optional definition of special profiles (ie,
-                  Knative)
+                  Knative).
                 type: string
               traits:
                 description: list of traits to be executed for all the Integration/IntegrationKits
-                  built from this IntegrationPlatform
+                  built from this IntegrationPlatform.
                 properties:
                   3scale:
                     description: 'Deprecated: for backward compatibility.'
@@ -402,13 +402,13 @@ spec:
                   addons:
                     additionalProperties:
                       description: AddonTrait represents the configuration of an addon
-                        trait
+                        trait.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
-                    description: The extension point with addon traits
+                    description: The extension point with addon traits.
                     type: object
                   affinity:
-                    description: The configuration of Affinity trait
+                    description: The configuration of Affinity trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -450,7 +450,7 @@ spec:
                         type: array
                     type: object
                   builder:
-                    description: The configuration of Builder trait
+                    description: The configuration of Builder trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -503,7 +503,7 @@ spec:
                         type: boolean
                     type: object
                   camel:
-                    description: The configuration of Camel trait
+                    description: The configuration of Camel trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -527,7 +527,7 @@ spec:
                         type: string
                     type: object
                   container:
-                    description: The configuration of Container trait
+                    description: The configuration of Container trait.
                     properties:
                       auto:
                         description: To automatically enable the trait
@@ -590,7 +590,7 @@ spec:
                         type: string
                     type: object
                   cron:
-                    description: The configuration of Cron trait
+                    description: The configuration of Cron trait.
                     properties:
                       activeDeadlineSeconds:
                         description: Specifies the duration in seconds, relative to
@@ -661,7 +661,7 @@ spec:
                         type: integer
                     type: object
                   dependencies:
-                    description: The configuration of Dependencies trait
+                    description: The configuration of Dependencies trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -674,7 +674,7 @@ spec:
                         type: boolean
                     type: object
                   deployer:
-                    description: The configuration of Deployer trait
+                    description: The configuration of Deployer trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -702,7 +702,7 @@ spec:
                         type: boolean
                     type: object
                   deployment:
-                    description: The configuration of Deployment trait
+                    description: The configuration of Deployment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -743,7 +743,7 @@ spec:
                         type: string
                     type: object
                   environment:
-                    description: The configuration of Environment trait
+                    description: The configuration of Environment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -772,7 +772,7 @@ spec:
                         type: array
                     type: object
                   error-handler:
-                    description: The configuration of Error Handler trait
+                    description: The configuration of Error Handler trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -789,7 +789,7 @@ spec:
                         type: string
                     type: object
                   gc:
-                    description: The configuration of GC trait
+                    description: The configuration of GC trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -811,7 +811,7 @@ spec:
                         type: boolean
                     type: object
                   health:
-                    description: The configuration of Health trait
+                    description: The configuration of Health trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -920,7 +920,7 @@ spec:
                         type: integer
                     type: object
                   ingress:
-                    description: The configuration of Ingress trait
+                    description: The configuration of Ingress trait.
                     properties:
                       annotations:
                         additionalProperties:
@@ -960,7 +960,7 @@ spec:
                         type: string
                     type: object
                   istio:
-                    description: The configuration of Istio trait
+                    description: The configuration of Istio trait.
                     properties:
                       allow:
                         description: Configures a (comma-separated) list of CIDR subnets
@@ -983,7 +983,7 @@ spec:
                         type: boolean
                     type: object
                   jolokia:
-                    description: The configuration of Jolokia trait
+                    description: The configuration of Jolokia trait.
                     properties:
                       CACert:
                         description: The PEM encoded CA certification file path, used
@@ -1052,7 +1052,7 @@ spec:
                         type: string
                     type: object
                   jvm:
-                    description: The configuration of JVM trait
+                    description: The configuration of JVM trait.
                     properties:
                       classpath:
                         description: Additional JVM classpath (use `Linux` classpath
@@ -1090,7 +1090,7 @@ spec:
                         type: boolean
                     type: object
                   kamelets:
-                    description: The configuration of Kamelets trait
+                    description: The configuration of Kamelets trait.
                     properties:
                       auto:
                         description: Automatically inject all referenced Kamelets
@@ -1121,7 +1121,7 @@ spec:
                     - configuration
                     type: object
                   knative:
-                    description: The configuration of Knative trait
+                    description: The configuration of Knative trait.
                     properties:
                       auto:
                         description: Enable automatic discovery of all trait properties.
@@ -1199,7 +1199,7 @@ spec:
                         type: boolean
                     type: object
                   knative-service:
-                    description: The configuration of Knative Service trait
+                    description: The configuration of Knative Service trait.
                     properties:
                       auto:
                         description: "Automatically deploy the integration as Knative
@@ -1265,7 +1265,7 @@ spec:
                         type: string
                     type: object
                   logging:
-                    description: The configuration of Logging trait
+                    description: The configuration of Logging trait.
                     properties:
                       color:
                         description: Colorize the log output
@@ -1309,7 +1309,7 @@ spec:
                     - configuration
                     type: object
                   mount:
-                    description: The configuration of Mount trait
+                    description: The configuration of Mount trait.
                     properties:
                       configs:
                         description: 'A list of configuration pointing to configmap/secret.
@@ -1352,7 +1352,7 @@ spec:
                         type: array
                     type: object
                   openapi:
-                    description: The configuration of OpenAPI trait
+                    description: The configuration of OpenAPI trait.
                     properties:
                       configmaps:
                         description: The configmaps holding the spec of the OpenAPI
@@ -1370,7 +1370,7 @@ spec:
                         type: boolean
                     type: object
                   owner:
-                    description: The configuration of Owner trait
+                    description: The configuration of Owner trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1393,7 +1393,7 @@ spec:
                         type: array
                     type: object
                   pdb:
-                    description: The configuration of PDB trait
+                    description: The configuration of PDB trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1419,7 +1419,7 @@ spec:
                         type: string
                     type: object
                   platform:
-                    description: The configuration of Platform trait
+                    description: The configuration of Platform trait.
                     properties:
                       auto:
                         description: To automatically detect from the environment
@@ -1445,7 +1445,7 @@ spec:
                         type: boolean
                     type: object
                   pod:
-                    description: The configuration of Pod trait
+                    description: The configuration of Pod trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1458,7 +1458,7 @@ spec:
                         type: boolean
                     type: object
                   prometheus:
-                    description: The configuration of Prometheus trait
+                    description: The configuration of Prometheus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1481,7 +1481,7 @@ spec:
                         type: array
                     type: object
                   pull-secret:
-                    description: The configuration of Pull Secret trait
+                    description: The configuration of Pull Secret trait.
                     properties:
                       auto:
                         description: Automatically configures the platform registry
@@ -1509,7 +1509,7 @@ spec:
                         type: string
                     type: object
                   quarkus:
-                    description: The configuration of Quarkus trait
+                    description: The configuration of Quarkus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1539,7 +1539,7 @@ spec:
                         type: array
                     type: object
                   registry:
-                    description: The configuration of Registry trait
+                    description: The configuration of Registry trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1552,7 +1552,7 @@ spec:
                         type: boolean
                     type: object
                   route:
-                    description: The configuration of Route trait
+                    description: The configuration of Route trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1642,7 +1642,7 @@ spec:
                         type: string
                     type: object
                   service:
-                    description: The configuration of Service trait
+                    description: The configuration of Service trait.
                     properties:
                       auto:
                         description: To automatically detect from the code if a Service
@@ -1671,7 +1671,7 @@ spec:
                         type: string
                     type: object
                   service-binding:
-                    description: The configuration of Service Binding trait
+                    description: The configuration of Service Binding trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1699,7 +1699,7 @@ spec:
                     - configuration
                     type: object
                   toleration:
-                    description: The configuration of Toleration trait
+                    description: The configuration of Toleration trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1729,10 +1729,10 @@ spec:
                 type: object
             type: object
           status:
-            description: IntegrationPlatformStatus defines the observed state of IntegrationPlatform
+            description: IntegrationPlatformStatus defines the observed state of IntegrationPlatform.
             properties:
               build:
-                description: specify how to build the Integration/IntegrationKits
+                description: specify how to build the Integration/IntegrationKits.
                 properties:
                   PublishStrategyOptions:
                     additionalProperties:
@@ -1754,18 +1754,18 @@ spec:
                     properties:
                       limitCPU:
                         description: The maximum amount of CPU required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       limitMemory:
                         description: The maximum amount of memory required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       operatorNamespace:
                         description: The namespace where to run the builder Pod (must
                           be the same of the operator in charge of this Build reconciliation).
                         type: string
                       orderStrategy:
-                        description: the build order strategy to adopt
+                        description: the build order strategy to adopt.
                         enum:
                         - dependencies
                         - fifo
@@ -1773,14 +1773,14 @@ spec:
                         type: string
                       requestCPU:
                         description: The minimum amount of CPU required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       requestMemory:
                         description: The minimum amount of memory required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       strategy:
-                        description: the strategy to adopt
+                        description: the strategy to adopt.
                         enum:
                         - routine
                         - pod
@@ -1831,7 +1831,7 @@ spec:
                         description: The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html.
                         items:
                           description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                            Maven artifact
+                            Maven artifact.
                           properties:
                             artifactId:
                               description: Maven Artifact
@@ -1985,7 +1985,7 @@ spec:
                 type: object
               cluster:
                 description: what kind of cluster you're running (ie, plain Kubernetes
-                  or OpenShift)
+                  or OpenShift).
                 type: string
               conditions:
                 description: which are the conditions met (particularly useful when
@@ -2030,7 +2030,7 @@ spec:
                   this IntegrationPlatform'
                 items:
                   description: ConfigurationSpec represents a generic configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: property,
@@ -2038,7 +2038,7 @@ spec:
                       type: string
                     value:
                       description: the value to assign to the configuration (syntax
-                        may vary depending on the `Type`)
+                        may vary depending on the `Type`).
                       type: string
                   required:
                   - type
@@ -2059,7 +2059,7 @@ spec:
                     description: remote repository used to retrieve Kamelet catalog
                     items:
                       description: IntegrationPlatformKameletRepositorySpec defines
-                        the location of the Kamelet catalog to use
+                        the location of the Kamelet catalog to use.
                       properties:
                         uri:
                           description: the remote repository in the format github:ORG/REPO/PATH_TO_KAMELETS_FOLDER
@@ -2079,11 +2079,11 @@ spec:
                 description: the profile you wish to use. It will apply certain traits
                   which are required by the specific profile chosen. It usually relates
                   the Cluster with the optional definition of special profiles (ie,
-                  Knative)
+                  Knative).
                 type: string
               traits:
                 description: list of traits to be executed for all the Integration/IntegrationKits
-                  built from this IntegrationPlatform
+                  built from this IntegrationPlatform.
                 properties:
                   3scale:
                     description: 'Deprecated: for backward compatibility.'
@@ -2098,13 +2098,13 @@ spec:
                   addons:
                     additionalProperties:
                       description: AddonTrait represents the configuration of an addon
-                        trait
+                        trait.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
-                    description: The extension point with addon traits
+                    description: The extension point with addon traits.
                     type: object
                   affinity:
-                    description: The configuration of Affinity trait
+                    description: The configuration of Affinity trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2146,7 +2146,7 @@ spec:
                         type: array
                     type: object
                   builder:
-                    description: The configuration of Builder trait
+                    description: The configuration of Builder trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2199,7 +2199,7 @@ spec:
                         type: boolean
                     type: object
                   camel:
-                    description: The configuration of Camel trait
+                    description: The configuration of Camel trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2223,7 +2223,7 @@ spec:
                         type: string
                     type: object
                   container:
-                    description: The configuration of Container trait
+                    description: The configuration of Container trait.
                     properties:
                       auto:
                         description: To automatically enable the trait
@@ -2286,7 +2286,7 @@ spec:
                         type: string
                     type: object
                   cron:
-                    description: The configuration of Cron trait
+                    description: The configuration of Cron trait.
                     properties:
                       activeDeadlineSeconds:
                         description: Specifies the duration in seconds, relative to
@@ -2357,7 +2357,7 @@ spec:
                         type: integer
                     type: object
                   dependencies:
-                    description: The configuration of Dependencies trait
+                    description: The configuration of Dependencies trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2370,7 +2370,7 @@ spec:
                         type: boolean
                     type: object
                   deployer:
-                    description: The configuration of Deployer trait
+                    description: The configuration of Deployer trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2398,7 +2398,7 @@ spec:
                         type: boolean
                     type: object
                   deployment:
-                    description: The configuration of Deployment trait
+                    description: The configuration of Deployment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2439,7 +2439,7 @@ spec:
                         type: string
                     type: object
                   environment:
-                    description: The configuration of Environment trait
+                    description: The configuration of Environment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2468,7 +2468,7 @@ spec:
                         type: array
                     type: object
                   error-handler:
-                    description: The configuration of Error Handler trait
+                    description: The configuration of Error Handler trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2485,7 +2485,7 @@ spec:
                         type: string
                     type: object
                   gc:
-                    description: The configuration of GC trait
+                    description: The configuration of GC trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2507,7 +2507,7 @@ spec:
                         type: boolean
                     type: object
                   health:
-                    description: The configuration of Health trait
+                    description: The configuration of Health trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2616,7 +2616,7 @@ spec:
                         type: integer
                     type: object
                   ingress:
-                    description: The configuration of Ingress trait
+                    description: The configuration of Ingress trait.
                     properties:
                       annotations:
                         additionalProperties:
@@ -2656,7 +2656,7 @@ spec:
                         type: string
                     type: object
                   istio:
-                    description: The configuration of Istio trait
+                    description: The configuration of Istio trait.
                     properties:
                       allow:
                         description: Configures a (comma-separated) list of CIDR subnets
@@ -2679,7 +2679,7 @@ spec:
                         type: boolean
                     type: object
                   jolokia:
-                    description: The configuration of Jolokia trait
+                    description: The configuration of Jolokia trait.
                     properties:
                       CACert:
                         description: The PEM encoded CA certification file path, used
@@ -2748,7 +2748,7 @@ spec:
                         type: string
                     type: object
                   jvm:
-                    description: The configuration of JVM trait
+                    description: The configuration of JVM trait.
                     properties:
                       classpath:
                         description: Additional JVM classpath (use `Linux` classpath
@@ -2786,7 +2786,7 @@ spec:
                         type: boolean
                     type: object
                   kamelets:
-                    description: The configuration of Kamelets trait
+                    description: The configuration of Kamelets trait.
                     properties:
                       auto:
                         description: Automatically inject all referenced Kamelets
@@ -2817,7 +2817,7 @@ spec:
                     - configuration
                     type: object
                   knative:
-                    description: The configuration of Knative trait
+                    description: The configuration of Knative trait.
                     properties:
                       auto:
                         description: Enable automatic discovery of all trait properties.
@@ -2895,7 +2895,7 @@ spec:
                         type: boolean
                     type: object
                   knative-service:
-                    description: The configuration of Knative Service trait
+                    description: The configuration of Knative Service trait.
                     properties:
                       auto:
                         description: "Automatically deploy the integration as Knative
@@ -2961,7 +2961,7 @@ spec:
                         type: string
                     type: object
                   logging:
-                    description: The configuration of Logging trait
+                    description: The configuration of Logging trait.
                     properties:
                       color:
                         description: Colorize the log output
@@ -3005,7 +3005,7 @@ spec:
                     - configuration
                     type: object
                   mount:
-                    description: The configuration of Mount trait
+                    description: The configuration of Mount trait.
                     properties:
                       configs:
                         description: 'A list of configuration pointing to configmap/secret.
@@ -3048,7 +3048,7 @@ spec:
                         type: array
                     type: object
                   openapi:
-                    description: The configuration of OpenAPI trait
+                    description: The configuration of OpenAPI trait.
                     properties:
                       configmaps:
                         description: The configmaps holding the spec of the OpenAPI
@@ -3066,7 +3066,7 @@ spec:
                         type: boolean
                     type: object
                   owner:
-                    description: The configuration of Owner trait
+                    description: The configuration of Owner trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3089,7 +3089,7 @@ spec:
                         type: array
                     type: object
                   pdb:
-                    description: The configuration of PDB trait
+                    description: The configuration of PDB trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3115,7 +3115,7 @@ spec:
                         type: string
                     type: object
                   platform:
-                    description: The configuration of Platform trait
+                    description: The configuration of Platform trait.
                     properties:
                       auto:
                         description: To automatically detect from the environment
@@ -3141,7 +3141,7 @@ spec:
                         type: boolean
                     type: object
                   pod:
-                    description: The configuration of Pod trait
+                    description: The configuration of Pod trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3154,7 +3154,7 @@ spec:
                         type: boolean
                     type: object
                   prometheus:
-                    description: The configuration of Prometheus trait
+                    description: The configuration of Prometheus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3177,7 +3177,7 @@ spec:
                         type: array
                     type: object
                   pull-secret:
-                    description: The configuration of Pull Secret trait
+                    description: The configuration of Pull Secret trait.
                     properties:
                       auto:
                         description: Automatically configures the platform registry
@@ -3205,7 +3205,7 @@ spec:
                         type: string
                     type: object
                   quarkus:
-                    description: The configuration of Quarkus trait
+                    description: The configuration of Quarkus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3235,7 +3235,7 @@ spec:
                         type: array
                     type: object
                   registry:
-                    description: The configuration of Registry trait
+                    description: The configuration of Registry trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3248,7 +3248,7 @@ spec:
                         type: boolean
                     type: object
                   route:
-                    description: The configuration of Route trait
+                    description: The configuration of Route trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3338,7 +3338,7 @@ spec:
                         type: string
                     type: object
                   service:
-                    description: The configuration of Service trait
+                    description: The configuration of Service trait.
                     properties:
                       auto:
                         description: To automatically detect from the code if a Service
@@ -3367,7 +3367,7 @@ spec:
                         type: string
                     type: object
                   service-binding:
-                    description: The configuration of Service Binding trait
+                    description: The configuration of Service Binding trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3395,7 +3395,7 @@ spec:
                     - configuration
                     type: object
                   toleration:
-                    description: The configuration of Toleration trait
+                    description: The configuration of Toleration trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
diff --git a/config/crd/bases/camel.apache.org_integrations.yaml b/config/crd/bases/camel.apache.org_integrations.yaml
index 8f460495d..7f16f5b71 100644
--- a/config/crd/bases/camel.apache.org_integrations.yaml
+++ b/config/crd/bases/camel.apache.org_integrations.yaml
@@ -62,7 +62,7 @@ spec:
     name: v1
     schema:
       openAPIV3Schema:
-        description: Integration is the Schema for the integrations API
+        description: Integration is the Schema for the integrations API.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -77,7 +77,7 @@ spec:
           metadata:
             type: object
           spec:
-            description: the desired Integration specification
+            description: the desired Integration specification.
             properties:
               configuration:
                 description: 'Deprecated: Use camel trait (camel.properties) to manage
@@ -86,7 +86,7 @@ spec:
                   (mount.volumes) to manage volumes'
                 items:
                   description: ConfigurationSpec represents a generic configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: property,
@@ -94,7 +94,7 @@ spec:
                       type: string
                     value:
                       description: the value to assign to the configuration (syntax
-                        may vary depending on the `Type`)
+                        may vary depending on the `Type`).
                       type: string
                   required:
                   - type
@@ -109,16 +109,16 @@ spec:
                 type: array
               flows:
                 description: a source in YAML DSL language which contain the routes
-                  to run
+                  to run.
                 items:
                   description: Flow is an unstructured object representing a Camel
-                    Flow in YAML/JSON DSL
+                    Flow in YAML/JSON DSL.
                   type: object
                   x-kubernetes-preserve-unknown-fields: true
                 type: array
               integrationKit:
                 description: the reference of the `IntegrationKit` which is used for
-                  this Integration
+                  this Integration.
                 properties:
                   apiVersion:
                     description: API version of the referent.
@@ -157,7 +157,7 @@ spec:
                 description: the profile needed to run this Integration
                 type: string
               replicas:
-                description: the number of `Pods` needed for the running Integration
+                description: the number of `Pods` needed for the running Integration.
                 format: int32
                 type: integer
               repositories:
@@ -169,59 +169,59 @@ spec:
                 description: custom SA to use for the Integration
                 type: string
               sources:
-                description: the sources which contain the Camel routes to run
+                description: the sources which contain the Camel routes to run.
                 items:
                   description: SourceSpec defines the configuration for one or more
-                    routes to be executed in a certain Camel DSL language
+                    routes to be executed in a certain Camel DSL language.
                   properties:
                     compression:
-                      description: if the content is compressed (base64 encrypted)
+                      description: if the content is compressed (base64 encrypted).
                       type: boolean
                     content:
-                      description: the source code (plain text)
+                      description: the source code (plain text).
                       type: string
                     contentKey:
-                      description: the confimap key holding the source content
+                      description: the confimap key holding the source content.
                       type: string
                     contentRef:
-                      description: the confimap reference holding the source content
+                      description: the confimap reference holding the source content.
                       type: string
                     contentType:
-                      description: the content type (tipically text or binary)
+                      description: the content type (tipically text or binary).
                       type: string
                     interceptors:
                       description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-                        uses to pre/post process sources
+                        uses to pre/post process sources.
                       items:
                         type: string
                       type: array
                     language:
                       description: specify which is the language (Camel DSL) used
-                        to interpret this source code
+                        to interpret this source code.
                       type: string
                     loader:
                       description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                        that will interpret this source at runtime
+                        that will interpret this source at runtime.
                       type: string
                     name:
-                      description: the name of the specification
+                      description: the name of the specification.
                       type: string
                     path:
-                      description: the path where the file is stored
+                      description: the path where the file is stored.
                       type: string
                     property-names:
                       description: List of property names defined in the source (e.g.
-                        if type is "template")
+                        if type is "template").
                       items:
                         type: string
                       type: array
                     rawContent:
-                      description: the source code (binary)
+                      description: the source code (binary).
                       format: byte
                       type: string
                     type:
                       description: Type defines the kind of source described by this
-                        object
+                        object.
                       type: string
                   type: object
                 type: array
@@ -229,14 +229,14 @@ spec:
                 description: Pod template customization
                 properties:
                   spec:
-                    description: the specification
+                    description: the specification.
                     properties:
                       activeDeadlineSeconds:
-                        description: ActiveDeadlineSeconds
+                        description: ActiveDeadlineSeconds.
                         format: int64
                         type: integer
                       containers:
-                        description: Containers
+                        description: Containers.
                         items:
                           description: A single application container that you want
                             to run within a pod.
@@ -1526,10 +1526,10 @@ spec:
                           type: object
                         type: array
                       dnsPolicy:
-                        description: DNSPolicy
+                        description: DNSPolicy.
                         type: string
                       ephemeralContainers:
-                        description: EphemeralContainers
+                        description: EphemeralContainers.
                         items:
                           description: "An EphemeralContainer is a temporary container
                             that you may add to an existing Pod for user-initiated
@@ -2817,7 +2817,7 @@ spec:
                           type: object
                         type: array
                       initContainers:
-                        description: InitContainers
+                        description: InitContainers.
                         items:
                           description: A single application container that you want
                             to run within a pod.
@@ -4109,13 +4109,13 @@ spec:
                       nodeSelector:
                         additionalProperties:
                           type: string
-                        description: NodeSelector
+                        description: NodeSelector.
                         type: object
                       restartPolicy:
-                        description: RestartPolicy
+                        description: RestartPolicy.
                         type: string
                       securityContext:
-                        description: PodSecurityContext
+                        description: PodSecurityContext.
                         properties:
                           fsGroup:
                             description: "A special supplemental group that applies
@@ -4292,11 +4292,11 @@ spec:
                             type: object
                         type: object
                       terminationGracePeriodSeconds:
-                        description: TerminationGracePeriodSeconds
+                        description: TerminationGracePeriodSeconds.
                         format: int64
                         type: integer
                       topologySpreadConstraints:
-                        description: TopologySpreadConstraints
+                        description: TopologySpreadConstraints.
                         items:
                           description: TopologySpreadConstraint specifies how to spread
                             matching pods among the given topology.
@@ -4478,7 +4478,7 @@ spec:
                           type: object
                         type: array
                       volumes:
-                        description: Volumes
+                        description: Volumes.
                         items:
                           description: Volume represents a named volume in a pod that
                             may be accessed by any container in the pod.
@@ -6127,13 +6127,13 @@ spec:
                   addons:
                     additionalProperties:
                       description: AddonTrait represents the configuration of an addon
-                        trait
+                        trait.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
-                    description: The extension point with addon traits
+                    description: The extension point with addon traits.
                     type: object
                   affinity:
-                    description: The configuration of Affinity trait
+                    description: The configuration of Affinity trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6175,7 +6175,7 @@ spec:
                         type: array
                     type: object
                   builder:
-                    description: The configuration of Builder trait
+                    description: The configuration of Builder trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6228,7 +6228,7 @@ spec:
                         type: boolean
                     type: object
                   camel:
-                    description: The configuration of Camel trait
+                    description: The configuration of Camel trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6252,7 +6252,7 @@ spec:
                         type: string
                     type: object
                   container:
-                    description: The configuration of Container trait
+                    description: The configuration of Container trait.
                     properties:
                       auto:
                         description: To automatically enable the trait
@@ -6315,7 +6315,7 @@ spec:
                         type: string
                     type: object
                   cron:
-                    description: The configuration of Cron trait
+                    description: The configuration of Cron trait.
                     properties:
                       activeDeadlineSeconds:
                         description: Specifies the duration in seconds, relative to
@@ -6386,7 +6386,7 @@ spec:
                         type: integer
                     type: object
                   dependencies:
-                    description: The configuration of Dependencies trait
+                    description: The configuration of Dependencies trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6399,7 +6399,7 @@ spec:
                         type: boolean
                     type: object
                   deployer:
-                    description: The configuration of Deployer trait
+                    description: The configuration of Deployer trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6427,7 +6427,7 @@ spec:
                         type: boolean
                     type: object
                   deployment:
-                    description: The configuration of Deployment trait
+                    description: The configuration of Deployment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6468,7 +6468,7 @@ spec:
                         type: string
                     type: object
                   environment:
-                    description: The configuration of Environment trait
+                    description: The configuration of Environment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6497,7 +6497,7 @@ spec:
                         type: array
                     type: object
                   error-handler:
-                    description: The configuration of Error Handler trait
+                    description: The configuration of Error Handler trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6514,7 +6514,7 @@ spec:
                         type: string
                     type: object
                   gc:
-                    description: The configuration of GC trait
+                    description: The configuration of GC trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6536,7 +6536,7 @@ spec:
                         type: boolean
                     type: object
                   health:
-                    description: The configuration of Health trait
+                    description: The configuration of Health trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6645,7 +6645,7 @@ spec:
                         type: integer
                     type: object
                   ingress:
-                    description: The configuration of Ingress trait
+                    description: The configuration of Ingress trait.
                     properties:
                       annotations:
                         additionalProperties:
@@ -6685,7 +6685,7 @@ spec:
                         type: string
                     type: object
                   istio:
-                    description: The configuration of Istio trait
+                    description: The configuration of Istio trait.
                     properties:
                       allow:
                         description: Configures a (comma-separated) list of CIDR subnets
@@ -6708,7 +6708,7 @@ spec:
                         type: boolean
                     type: object
                   jolokia:
-                    description: The configuration of Jolokia trait
+                    description: The configuration of Jolokia trait.
                     properties:
                       CACert:
                         description: The PEM encoded CA certification file path, used
@@ -6777,7 +6777,7 @@ spec:
                         type: string
                     type: object
                   jvm:
-                    description: The configuration of JVM trait
+                    description: The configuration of JVM trait.
                     properties:
                       classpath:
                         description: Additional JVM classpath (use `Linux` classpath
@@ -6815,7 +6815,7 @@ spec:
                         type: boolean
                     type: object
                   kamelets:
-                    description: The configuration of Kamelets trait
+                    description: The configuration of Kamelets trait.
                     properties:
                       auto:
                         description: Automatically inject all referenced Kamelets
@@ -6846,7 +6846,7 @@ spec:
                     - configuration
                     type: object
                   knative:
-                    description: The configuration of Knative trait
+                    description: The configuration of Knative trait.
                     properties:
                       auto:
                         description: Enable automatic discovery of all trait properties.
@@ -6924,7 +6924,7 @@ spec:
                         type: boolean
                     type: object
                   knative-service:
-                    description: The configuration of Knative Service trait
+                    description: The configuration of Knative Service trait.
                     properties:
                       auto:
                         description: "Automatically deploy the integration as Knative
@@ -6990,7 +6990,7 @@ spec:
                         type: string
                     type: object
                   logging:
-                    description: The configuration of Logging trait
+                    description: The configuration of Logging trait.
                     properties:
                       color:
                         description: Colorize the log output
@@ -7034,7 +7034,7 @@ spec:
                     - configuration
                     type: object
                   mount:
-                    description: The configuration of Mount trait
+                    description: The configuration of Mount trait.
                     properties:
                       configs:
                         description: 'A list of configuration pointing to configmap/secret.
@@ -7077,7 +7077,7 @@ spec:
                         type: array
                     type: object
                   openapi:
-                    description: The configuration of OpenAPI trait
+                    description: The configuration of OpenAPI trait.
                     properties:
                       configmaps:
                         description: The configmaps holding the spec of the OpenAPI
@@ -7095,7 +7095,7 @@ spec:
                         type: boolean
                     type: object
                   owner:
-                    description: The configuration of Owner trait
+                    description: The configuration of Owner trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7118,7 +7118,7 @@ spec:
                         type: array
                     type: object
                   pdb:
-                    description: The configuration of PDB trait
+                    description: The configuration of PDB trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7144,7 +7144,7 @@ spec:
                         type: string
                     type: object
                   platform:
-                    description: The configuration of Platform trait
+                    description: The configuration of Platform trait.
                     properties:
                       auto:
                         description: To automatically detect from the environment
@@ -7170,7 +7170,7 @@ spec:
                         type: boolean
                     type: object
                   pod:
-                    description: The configuration of Pod trait
+                    description: The configuration of Pod trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7183,7 +7183,7 @@ spec:
                         type: boolean
                     type: object
                   prometheus:
-                    description: The configuration of Prometheus trait
+                    description: The configuration of Prometheus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7206,7 +7206,7 @@ spec:
                         type: array
                     type: object
                   pull-secret:
-                    description: The configuration of Pull Secret trait
+                    description: The configuration of Pull Secret trait.
                     properties:
                       auto:
                         description: Automatically configures the platform registry
@@ -7234,7 +7234,7 @@ spec:
                         type: string
                     type: object
                   quarkus:
-                    description: The configuration of Quarkus trait
+                    description: The configuration of Quarkus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7264,7 +7264,7 @@ spec:
                         type: array
                     type: object
                   registry:
-                    description: The configuration of Registry trait
+                    description: The configuration of Registry trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7277,7 +7277,7 @@ spec:
                         type: boolean
                     type: object
                   route:
-                    description: The configuration of Route trait
+                    description: The configuration of Route trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7367,7 +7367,7 @@ spec:
                         type: string
                     type: object
                   service:
-                    description: The configuration of Service trait
+                    description: The configuration of Service trait.
                     properties:
                       auto:
                         description: To automatically detect from the code if a Service
@@ -7396,7 +7396,7 @@ spec:
                         type: string
                     type: object
                   service-binding:
-                    description: The configuration of Service Binding trait
+                    description: The configuration of Service Binding trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7424,7 +7424,7 @@ spec:
                     - configuration
                     type: object
                   toleration:
-                    description: The configuration of Toleration trait
+                    description: The configuration of Toleration trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7454,15 +7454,15 @@ spec:
                 type: object
             type: object
           status:
-            description: the status of the Integration
+            description: the status of the Integration.
             properties:
               capabilities:
-                description: features offered by the Integration
+                description: features offered by the Integration.
                 items:
                   type: string
                 type: array
               conditions:
-                description: a list of events happened for the Integration
+                description: a list of events happened for the Integration.
                 items:
                   description: IntegrationCondition describes the state of a resource
                     at a certain point.
@@ -7559,10 +7559,10 @@ spec:
                   type: object
                 type: array
               configuration:
-                description: 'Deprecated: a list of configuration specification'
+                description: 'Deprecated: a list of configuration specification.'
                 items:
                   description: ConfigurationSpec represents a generic configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: property,
@@ -7570,7 +7570,7 @@ spec:
                       type: string
                     value:
                       description: the value to assign to the configuration (syntax
-                        may vary depending on the `Type`)
+                        may vary depending on the `Type`).
                       type: string
                   required:
                   - type
@@ -7583,71 +7583,71 @@ spec:
                   type: string
                 type: array
               digest:
-                description: the digest calculated for this Integration
+                description: the digest calculated for this Integration.
                 type: string
               generatedSources:
-                description: a list of sources generated for this Integration
+                description: a list of sources generated for this Integration.
                 items:
                   description: SourceSpec defines the configuration for one or more
-                    routes to be executed in a certain Camel DSL language
+                    routes to be executed in a certain Camel DSL language.
                   properties:
                     compression:
-                      description: if the content is compressed (base64 encrypted)
+                      description: if the content is compressed (base64 encrypted).
                       type: boolean
                     content:
-                      description: the source code (plain text)
+                      description: the source code (plain text).
                       type: string
                     contentKey:
-                      description: the confimap key holding the source content
+                      description: the confimap key holding the source content.
                       type: string
                     contentRef:
-                      description: the confimap reference holding the source content
+                      description: the confimap reference holding the source content.
                       type: string
                     contentType:
-                      description: the content type (tipically text or binary)
+                      description: the content type (tipically text or binary).
                       type: string
                     interceptors:
                       description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-                        uses to pre/post process sources
+                        uses to pre/post process sources.
                       items:
                         type: string
                       type: array
                     language:
                       description: specify which is the language (Camel DSL) used
-                        to interpret this source code
+                        to interpret this source code.
                       type: string
                     loader:
                       description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                        that will interpret this source at runtime
+                        that will interpret this source at runtime.
                       type: string
                     name:
-                      description: the name of the specification
+                      description: the name of the specification.
                       type: string
                     path:
-                      description: the path where the file is stored
+                      description: the path where the file is stored.
                       type: string
                     property-names:
                       description: List of property names defined in the source (e.g.
-                        if type is "template")
+                        if type is "template").
                       items:
                         type: string
                       type: array
                     rawContent:
-                      description: the source code (binary)
+                      description: the source code (binary).
                       format: byte
                       type: string
                     type:
                       description: Type defines the kind of source described by this
-                        object
+                        object.
                       type: string
                   type: object
                 type: array
               image:
-                description: the container image used
+                description: the container image used.
                 type: string
               integrationKit:
                 description: the reference of the `IntegrationKit` which is used for
-                  this Integration
+                  this Integration.
                 properties:
                   apiVersion:
                     description: API version of the referent.
@@ -7693,29 +7693,29 @@ spec:
                 format: int64
                 type: integer
               phase:
-                description: the actual phase
+                description: the actual phase.
                 type: string
               platform:
-                description: The IntegrationPlatform watching this Integration
+                description: The IntegrationPlatform watching this Integration.
                 type: string
               profile:
                 description: the profile needed to run this Integration
                 type: string
               replicas:
-                description: the number of replicas
+                description: the number of replicas.
                 format: int32
                 type: integer
               runtimeProvider:
-                description: the runtime provider targeted for this Integration
+                description: the runtime provider targeted for this Integration.
                 type: string
               runtimeVersion:
-                description: the runtime version targeted for this Integration
+                description: the runtime version targeted for this Integration.
                 type: string
               selector:
-                description: label selector
+                description: label selector.
                 type: string
               version:
-                description: the operator version
+                description: the operator version.
                 type: string
             type: object
         type: object
diff --git a/config/crd/bases/camel.apache.org_kameletbindings.yaml b/config/crd/bases/camel.apache.org_kameletbindings.yaml
index ef1cdf18e..e0fa66477 100644
--- a/config/crd/bases/camel.apache.org_kameletbindings.yaml
+++ b/config/crd/bases/camel.apache.org_kameletbindings.yaml
@@ -53,7 +53,7 @@ spec:
     name: v1alpha1
     schema:
       openAPIV3Schema:
-        description: KameletBinding is the Schema for the kamelets binding API
+        description: KameletBinding is the Schema for the kamelets binding API.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -72,7 +72,7 @@ spec:
             properties:
               errorHandler:
                 description: ErrorHandler is an optional handler called upon an error
-                  occuring in the integration
+                  occurring in the integration.
                 type: object
                 x-kubernetes-preserve-unknown-fields: true
               integration:
@@ -86,7 +86,7 @@ spec:
                       Use mount trait (mount.volumes) to manage volumes'
                     items:
                       description: ConfigurationSpec represents a generic configuration
-                        specification
+                        specification.
                       properties:
                         type:
                           description: 'represents the type of configuration, ie:
@@ -94,7 +94,7 @@ spec:
                           type: string
                         value:
                           description: the value to assign to the configuration (syntax
-                            may vary depending on the `Type`)
+                            may vary depending on the `Type`).
                           type: string
                       required:
                       - type
@@ -109,16 +109,16 @@ spec:
                     type: array
                   flows:
                     description: a source in YAML DSL language which contain the routes
-                      to run
+                      to run.
                     items:
                       description: Flow is an unstructured object representing a Camel
-                        Flow in YAML/JSON DSL
+                        Flow in YAML/JSON DSL.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
                     type: array
                   integrationKit:
                     description: the reference of the `IntegrationKit` which is used
-                      for this Integration
+                      for this Integration.
                     properties:
                       apiVersion:
                         description: API version of the referent.
@@ -157,7 +157,7 @@ spec:
                     description: the profile needed to run this Integration
                     type: string
                   replicas:
-                    description: the number of `Pods` needed for the running Integration
+                    description: the number of `Pods` needed for the running Integration.
                     format: int32
                     type: integer
                   repositories:
@@ -169,59 +169,59 @@ spec:
                     description: custom SA to use for the Integration
                     type: string
                   sources:
-                    description: the sources which contain the Camel routes to run
+                    description: the sources which contain the Camel routes to run.
                     items:
                       description: SourceSpec defines the configuration for one or
-                        more routes to be executed in a certain Camel DSL language
+                        more routes to be executed in a certain Camel DSL language.
                       properties:
                         compression:
-                          description: if the content is compressed (base64 encrypted)
+                          description: if the content is compressed (base64 encrypted).
                           type: boolean
                         content:
-                          description: the source code (plain text)
+                          description: the source code (plain text).
                           type: string
                         contentKey:
-                          description: the confimap key holding the source content
+                          description: the confimap key holding the source content.
                           type: string
                         contentRef:
-                          description: the confimap reference holding the source content
+                          description: the confimap reference holding the source content.
                           type: string
                         contentType:
-                          description: the content type (tipically text or binary)
+                          description: the content type (tipically text or binary).
                           type: string
                         interceptors:
                           description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-                            uses to pre/post process sources
+                            uses to pre/post process sources.
                           items:
                             type: string
                           type: array
                         language:
                           description: specify which is the language (Camel DSL) used
-                            to interpret this source code
+                            to interpret this source code.
                           type: string
                         loader:
                           description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                            that will interpret this source at runtime
+                            that will interpret this source at runtime.
                           type: string
                         name:
-                          description: the name of the specification
+                          description: the name of the specification.
                           type: string
                         path:
-                          description: the path where the file is stored
+                          description: the path where the file is stored.
                           type: string
                         property-names:
                           description: List of property names defined in the source
-                            (e.g. if type is "template")
+                            (e.g. if type is "template").
                           items:
                             type: string
                           type: array
                         rawContent:
-                          description: the source code (binary)
+                          description: the source code (binary).
                           format: byte
                           type: string
                         type:
                           description: Type defines the kind of source described by
-                            this object
+                            this object.
                           type: string
                       type: object
                     type: array
@@ -229,14 +229,14 @@ spec:
                     description: Pod template customization
                     properties:
                       spec:
-                        description: the specification
+                        description: the specification.
                         properties:
                           activeDeadlineSeconds:
-                            description: ActiveDeadlineSeconds
+                            description: ActiveDeadlineSeconds.
                             format: int64
                             type: integer
                           containers:
-                            description: Containers
+                            description: Containers.
                             items:
                               description: A single application container that you
                                 want to run within a pod.
@@ -1585,10 +1585,10 @@ spec:
                               type: object
                             type: array
                           dnsPolicy:
-                            description: DNSPolicy
+                            description: DNSPolicy.
                             type: string
                           ephemeralContainers:
-                            description: EphemeralContainers
+                            description: EphemeralContainers.
                             items:
                               description: "An EphemeralContainer is a temporary container
                                 that you may add to an existing Pod for user-initiated
@@ -2938,7 +2938,7 @@ spec:
                               type: object
                             type: array
                           initContainers:
-                            description: InitContainers
+                            description: InitContainers.
                             items:
                               description: A single application container that you
                                 want to run within a pod.
@@ -4289,13 +4289,13 @@ spec:
                           nodeSelector:
                             additionalProperties:
                               type: string
-                            description: NodeSelector
+                            description: NodeSelector.
                             type: object
                           restartPolicy:
-                            description: RestartPolicy
+                            description: RestartPolicy.
                             type: string
                           securityContext:
-                            description: PodSecurityContext
+                            description: PodSecurityContext.
                             properties:
                               fsGroup:
                                 description: "A special supplemental group that applies
@@ -4479,11 +4479,11 @@ spec:
                                 type: object
                             type: object
                           terminationGracePeriodSeconds:
-                            description: TerminationGracePeriodSeconds
+                            description: TerminationGracePeriodSeconds.
                             format: int64
                             type: integer
                           topologySpreadConstraints:
-                            description: TopologySpreadConstraints
+                            description: TopologySpreadConstraints.
                             items:
                               description: TopologySpreadConstraint specifies how
                                 to spread matching pods among the given topology.
@@ -4676,7 +4676,7 @@ spec:
                               type: object
                             type: array
                           volumes:
-                            description: Volumes
+                            description: Volumes.
                             items:
                               description: Volume represents a named volume in a pod
                                 that may be accessed by any container in the pod.
@@ -6401,13 +6401,13 @@ spec:
                       addons:
                         additionalProperties:
                           description: AddonTrait represents the configuration of
-                            an addon trait
+                            an addon trait.
                           type: object
                           x-kubernetes-preserve-unknown-fields: true
-                        description: The extension point with addon traits
+                        description: The extension point with addon traits.
                         type: object
                       affinity:
-                        description: The configuration of Affinity trait
+                        description: The configuration of Affinity trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6450,7 +6450,7 @@ spec:
                             type: array
                         type: object
                       builder:
-                        description: The configuration of Builder trait
+                        description: The configuration of Builder trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6503,7 +6503,7 @@ spec:
                             type: boolean
                         type: object
                       camel:
-                        description: The configuration of Camel trait
+                        description: The configuration of Camel trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6527,7 +6527,7 @@ spec:
                             type: string
                         type: object
                       container:
-                        description: The configuration of Container trait
+                        description: The configuration of Container trait.
                         properties:
                           auto:
                             description: To automatically enable the trait
@@ -6590,7 +6590,7 @@ spec:
                             type: string
                         type: object
                       cron:
-                        description: The configuration of Cron trait
+                        description: The configuration of Cron trait.
                         properties:
                           activeDeadlineSeconds:
                             description: Specifies the duration in seconds, relative
@@ -6663,7 +6663,7 @@ spec:
                             type: integer
                         type: object
                       dependencies:
-                        description: The configuration of Dependencies trait
+                        description: The configuration of Dependencies trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6676,7 +6676,7 @@ spec:
                             type: boolean
                         type: object
                       deployer:
-                        description: The configuration of Deployer trait
+                        description: The configuration of Deployer trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6704,7 +6704,7 @@ spec:
                             type: boolean
                         type: object
                       deployment:
-                        description: The configuration of Deployment trait
+                        description: The configuration of Deployment trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6745,7 +6745,7 @@ spec:
                             type: string
                         type: object
                       environment:
-                        description: The configuration of Environment trait
+                        description: The configuration of Environment trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6774,7 +6774,7 @@ spec:
                             type: array
                         type: object
                       error-handler:
-                        description: The configuration of Error Handler trait
+                        description: The configuration of Error Handler trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6791,7 +6791,7 @@ spec:
                             type: string
                         type: object
                       gc:
-                        description: The configuration of GC trait
+                        description: The configuration of GC trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6813,7 +6813,7 @@ spec:
                             type: boolean
                         type: object
                       health:
-                        description: The configuration of Health trait
+                        description: The configuration of Health trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6922,7 +6922,7 @@ spec:
                             type: integer
                         type: object
                       ingress:
-                        description: The configuration of Ingress trait
+                        description: The configuration of Ingress trait.
                         properties:
                           annotations:
                             additionalProperties:
@@ -6962,7 +6962,7 @@ spec:
                             type: string
                         type: object
                       istio:
-                        description: The configuration of Istio trait
+                        description: The configuration of Istio trait.
                         properties:
                           allow:
                             description: Configures a (comma-separated) list of CIDR
@@ -6986,7 +6986,7 @@ spec:
                             type: boolean
                         type: object
                       jolokia:
-                        description: The configuration of Jolokia trait
+                        description: The configuration of Jolokia trait.
                         properties:
                           CACert:
                             description: The PEM encoded CA certification file path,
@@ -7055,7 +7055,7 @@ spec:
                             type: string
                         type: object
                       jvm:
-                        description: The configuration of JVM trait
+                        description: The configuration of JVM trait.
                         properties:
                           classpath:
                             description: Additional JVM classpath (use `Linux` classpath
@@ -7093,7 +7093,7 @@ spec:
                             type: boolean
                         type: object
                       kamelets:
-                        description: The configuration of Kamelets trait
+                        description: The configuration of Kamelets trait.
                         properties:
                           auto:
                             description: Automatically inject all referenced Kamelets
@@ -7124,7 +7124,7 @@ spec:
                         - configuration
                         type: object
                       knative:
-                        description: The configuration of Knative trait
+                        description: The configuration of Knative trait.
                         properties:
                           auto:
                             description: Enable automatic discovery of all trait properties.
@@ -7207,7 +7207,7 @@ spec:
                             type: boolean
                         type: object
                       knative-service:
-                        description: The configuration of Knative Service trait
+                        description: The configuration of Knative Service trait.
                         properties:
                           auto:
                             description: "Automatically deploy the integration as
@@ -7277,7 +7277,7 @@ spec:
                             type: string
                         type: object
                       logging:
-                        description: The configuration of Logging trait
+                        description: The configuration of Logging trait.
                         properties:
                           color:
                             description: Colorize the log output
@@ -7321,7 +7321,7 @@ spec:
                         - configuration
                         type: object
                       mount:
-                        description: The configuration of Mount trait
+                        description: The configuration of Mount trait.
                         properties:
                           configs:
                             description: 'A list of configuration pointing to configmap/secret.
@@ -7364,7 +7364,7 @@ spec:
                             type: array
                         type: object
                       openapi:
-                        description: The configuration of OpenAPI trait
+                        description: The configuration of OpenAPI trait.
                         properties:
                           configmaps:
                             description: The configmaps holding the spec of the OpenAPI
@@ -7382,7 +7382,7 @@ spec:
                             type: boolean
                         type: object
                       owner:
-                        description: The configuration of Owner trait
+                        description: The configuration of Owner trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7405,7 +7405,7 @@ spec:
                             type: array
                         type: object
                       pdb:
-                        description: The configuration of PDB trait
+                        description: The configuration of PDB trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7431,7 +7431,7 @@ spec:
                             type: string
                         type: object
                       platform:
-                        description: The configuration of Platform trait
+                        description: The configuration of Platform trait.
                         properties:
                           auto:
                             description: To automatically detect from the environment
@@ -7457,7 +7457,7 @@ spec:
                             type: boolean
                         type: object
                       pod:
-                        description: The configuration of Pod trait
+                        description: The configuration of Pod trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7470,7 +7470,7 @@ spec:
                             type: boolean
                         type: object
                       prometheus:
-                        description: The configuration of Prometheus trait
+                        description: The configuration of Prometheus trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7493,7 +7493,7 @@ spec:
                             type: array
                         type: object
                       pull-secret:
-                        description: The configuration of Pull Secret trait
+                        description: The configuration of Pull Secret trait.
                         properties:
                           auto:
                             description: Automatically configures the platform registry
@@ -7521,7 +7521,7 @@ spec:
                             type: string
                         type: object
                       quarkus:
-                        description: The configuration of Quarkus trait
+                        description: The configuration of Quarkus trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7551,7 +7551,7 @@ spec:
                             type: array
                         type: object
                       registry:
-                        description: The configuration of Registry trait
+                        description: The configuration of Registry trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7564,7 +7564,7 @@ spec:
                             type: boolean
                         type: object
                       route:
-                        description: The configuration of Route trait
+                        description: The configuration of Route trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7662,7 +7662,7 @@ spec:
                             type: string
                         type: object
                       service:
-                        description: The configuration of Service trait
+                        description: The configuration of Service trait.
                         properties:
                           auto:
                             description: To automatically detect from the code if
@@ -7691,7 +7691,7 @@ spec:
                             type: string
                         type: object
                       service-binding:
-                        description: The configuration of Service Binding trait
+                        description: The configuration of Service Binding trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7719,7 +7719,7 @@ spec:
                         - configuration
                         type: object
                       toleration:
-                        description: The configuration of Toleration trait
+                        description: The configuration of Toleration trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7763,13 +7763,13 @@ spec:
                   dataTypes:
                     additionalProperties:
                       description: DataTypeReference references to the specification
-                        of a data type by its scheme and format name
+                        of a data type by its scheme and format name.
                       properties:
                         format:
-                          description: the data type format name
+                          description: the data type format name.
                           type: string
                         scheme:
-                          description: the data type component scheme
+                          description: the data type component scheme.
                           type: string
                       type: object
                     description: DataTypes defines the data type of the data produced/consumed
@@ -7777,12 +7777,12 @@ spec:
                     type: object
                   properties:
                     description: Properties are a key value representation of endpoint
-                      properties
+                      properties.
                     type: object
                     x-kubernetes-preserve-unknown-fields: true
                   ref:
                     description: Ref can be used to declare a Kubernetes resource
-                      as source/sink endpoint
+                      as source/sink endpoint.
                     properties:
                       apiVersion:
                         description: API version of the referent.
@@ -7820,14 +7820,14 @@ spec:
                   types:
                     additionalProperties:
                       description: 'EventTypeSpec represents a specification for an
-                        event type Deprecated: In favor of using DataTypeSpec'
+                        event type Deprecated: In favor of using DataTypeSpec.'
                       properties:
                         mediaType:
                           description: media type as expected for HTTP media types
-                            (ie, application/json)
+                            (ie, application/json).
                           type: string
                         schema:
-                          description: the expected schema for the event
+                          description: the expected schema for the event.
                           properties:
                             $schema:
                               description: JSONSchemaURL represents a schema url.
@@ -7988,7 +7988,7 @@ spec:
                       Deprecated: In favor of using DataTypes'
                     type: object
                   uri:
-                    description: URI can be used to specify the (Camel) endpoint explicitly
+                    description: URI can be used to specify the (Camel) endpoint explicitly.
                     type: string
                 type: object
               source:
@@ -7998,13 +7998,13 @@ spec:
                   dataTypes:
                     additionalProperties:
                       description: DataTypeReference references to the specification
-                        of a data type by its scheme and format name
+                        of a data type by its scheme and format name.
                       properties:
                         format:
-                          description: the data type format name
+                          description: the data type format name.
                           type: string
                         scheme:
-                          description: the data type component scheme
+                          description: the data type component scheme.
                           type: string
                       type: object
                     description: DataTypes defines the data type of the data produced/consumed
@@ -8012,12 +8012,12 @@ spec:
                     type: object
                   properties:
                     description: Properties are a key value representation of endpoint
-                      properties
+                      properties.
                     type: object
                     x-kubernetes-preserve-unknown-fields: true
                   ref:
                     description: Ref can be used to declare a Kubernetes resource
-                      as source/sink endpoint
+                      as source/sink endpoint.
                     properties:
                       apiVersion:
                         description: API version of the referent.
@@ -8055,14 +8055,14 @@ spec:
                   types:
                     additionalProperties:
                       description: 'EventTypeSpec represents a specification for an
-                        event type Deprecated: In favor of using DataTypeSpec'
+                        event type Deprecated: In favor of using DataTypeSpec.'
                       properties:
                         mediaType:
                           description: media type as expected for HTTP media types
-                            (ie, application/json)
+                            (ie, application/json).
                           type: string
                         schema:
-                          description: the expected schema for the event
+                          description: the expected schema for the event.
                           properties:
                             $schema:
                               description: JSONSchemaURL represents a schema url.
@@ -8223,7 +8223,7 @@ spec:
                       Deprecated: In favor of using DataTypes'
                     type: object
                   uri:
-                    description: URI can be used to specify the (Camel) endpoint explicitly
+                    description: URI can be used to specify the (Camel) endpoint explicitly.
                     type: string
                 type: object
               steps:
@@ -8231,18 +8231,18 @@ spec:
                   that are executed between the Source and the Sink
                 items:
                   description: Endpoint represents a source/sink external entity (could
-                    be any Kubernetes resource or Camel URI)
+                    be any Kubernetes resource or Camel URI).
                   properties:
                     dataTypes:
                       additionalProperties:
                         description: DataTypeReference references to the specification
-                          of a data type by its scheme and format name
+                          of a data type by its scheme and format name.
                         properties:
                           format:
-                            description: the data type format name
+                            description: the data type format name.
                             type: string
                           scheme:
-                            description: the data type component scheme
+                            description: the data type component scheme.
                             type: string
                         type: object
                       description: DataTypes defines the data type of the data produced/consumed
@@ -8250,12 +8250,12 @@ spec:
                       type: object
                     properties:
                       description: Properties are a key value representation of endpoint
-                        properties
+                        properties.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
                     ref:
                       description: Ref can be used to declare a Kubernetes resource
-                        as source/sink endpoint
+                        as source/sink endpoint.
                       properties:
                         apiVersion:
                           description: API version of the referent.
@@ -8294,14 +8294,14 @@ spec:
                     types:
                       additionalProperties:
                         description: 'EventTypeSpec represents a specification for
-                          an event type Deprecated: In favor of using DataTypeSpec'
+                          an event type Deprecated: In favor of using DataTypeSpec.'
                         properties:
                           mediaType:
                             description: media type as expected for HTTP media types
-                              (ie, application/json)
+                              (ie, application/json).
                             type: string
                           schema:
-                            description: the expected schema for the event
+                            description: the expected schema for the event.
                             properties:
                               $schema:
                                 description: JSONSchemaURL represents a schema url.
@@ -8465,7 +8465,7 @@ spec:
                       type: object
                     uri:
                       description: URI can be used to specify the (Camel) endpoint
-                        explicitly
+                        explicitly.
                       type: string
                   type: object
                 type: array
@@ -8474,7 +8474,7 @@ spec:
             description: the status of a KameletBinding
             properties:
               conditions:
-                description: Conditions --
+                description: Conditions --.
                 items:
                   description: KameletBindingCondition describes the state of a resource
                     at a certain point.
@@ -8494,7 +8494,7 @@ spec:
                       type: string
                     pods:
                       description: Pods collect health and conditions information
-                        from the owned PODs
+                        from the owned PODs.
                       items:
                         properties:
                           condition:
@@ -8571,14 +8571,14 @@ spec:
                 format: int64
                 type: integer
               phase:
-                description: Phase --
+                description: Phase --.
                 type: string
               replicas:
-                description: Replicas is the number of actual replicas of the binding
+                description: Replicas is the number of actual replicas of the binding.
                 format: int32
                 type: integer
               selector:
-                description: Selector allows to identify pods belonging to the binding
+                description: Selector allows to identify pods belonging to the binding.
                 type: string
             type: object
         type: object
diff --git a/config/crd/bases/camel.apache.org_kamelets.yaml b/config/crd/bases/camel.apache.org_kamelets.yaml
index 3e2facd12..7e081cf71 100644
--- a/config/crd/bases/camel.apache.org_kamelets.yaml
+++ b/config/crd/bases/camel.apache.org_kamelets.yaml
@@ -46,7 +46,7 @@ spec:
     name: v1
     schema:
       openAPIV3Schema:
-        description: Kamelet is the Schema for the kamelets API
+        description: Kamelet is the Schema for the kamelets API.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -61,20 +61,20 @@ spec:
           metadata:
             type: object
           spec:
-            description: the desired specification
+            description: the desired specification.
             properties:
               dataTypes:
                 additionalProperties:
                   description: DataTypesSpec represents the specification for a set
-                    of data types
+                    of data types.
                   properties:
                     default:
-                      description: the default data type for this Kamelet
+                      description: the default data type for this Kamelet.
                       type: string
                     headers:
                       additionalProperties:
                         description: HeaderSpec represents the specification for a
-                          header used in the Kamelet
+                          header used in the Kamelet.
                         properties:
                           default:
                             type: string
@@ -87,29 +87,29 @@ spec:
                           type:
                             type: string
                         type: object
-                      description: one to many header specifications
+                      description: one to many header specifications.
                       type: object
                     types:
                       additionalProperties:
                         description: DataTypeSpec represents the specification for
-                          a data type
+                          a data type.
                         properties:
                           dependencies:
                             description: the list of Camel or Maven dependencies required
-                              by the data type
+                              by the data type.
                             items:
                               type: string
                             type: array
                           description:
-                            description: optional description
+                            description: optional description.
                             type: string
                           format:
-                            description: the data type format name
+                            description: the data type format name.
                             type: string
                           headers:
                             additionalProperties:
                               description: HeaderSpec represents the specification
-                                for a header used in the Kamelet
+                                for a header used in the Kamelet.
                               properties:
                                 default:
                                   type: string
@@ -122,14 +122,14 @@ spec:
                                 type:
                                   type: string
                               type: object
-                            description: one to many header specifications
+                            description: one to many header specifications.
                             type: object
                           mediaType:
                             description: media type as expected for HTTP media types
-                              (ie, application/json)
+                              (ie, application/json).
                             type: string
                           schema:
-                            description: the expected schema for the data type
+                            description: the expected schema for the data type.
                             properties:
                               $schema:
                                 description: JSONSchemaURL represents a schema url.
@@ -287,17 +287,17 @@ spec:
                                 type: string
                             type: object
                           scheme:
-                            description: the data type component scheme
+                            description: the data type component scheme.
                             type: string
                         type: object
-                      description: one to many data type specifications
+                      description: one to many data type specifications.
                       type: object
                   type: object
                 description: data specification types for the events consumed/produced
-                  by the Kamelet
+                  by the Kamelet.
                 type: object
               definition:
-                description: defines the formal configuration of the Kamelet
+                description: defines the formal configuration of the Kamelet.
                 properties:
                   $schema:
                     description: JSONSchemaURL represents a schema url.
@@ -441,82 +441,82 @@ spec:
                     type: string
                 type: object
               dependencies:
-                description: Camel dependencies needed by the Kamelet
+                description: Camel dependencies needed by the Kamelet.
                 items:
                   type: string
                 type: array
               sources:
-                description: sources in any Camel DSL supported
+                description: sources in any Camel DSL supported.
                 items:
                   description: SourceSpec defines the configuration for one or more
-                    routes to be executed in a certain Camel DSL language
+                    routes to be executed in a certain Camel DSL language.
                   properties:
                     compression:
-                      description: if the content is compressed (base64 encrypted)
+                      description: if the content is compressed (base64 encrypted).
                       type: boolean
                     content:
-                      description: the source code (plain text)
+                      description: the source code (plain text).
                       type: string
                     contentKey:
-                      description: the confimap key holding the source content
+                      description: the confimap key holding the source content.
                       type: string
                     contentRef:
-                      description: the confimap reference holding the source content
+                      description: the confimap reference holding the source content.
                       type: string
                     contentType:
-                      description: the content type (tipically text or binary)
+                      description: the content type (tipically text or binary).
                       type: string
                     interceptors:
                       description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-                        uses to pre/post process sources
+                        uses to pre/post process sources.
                       items:
                         type: string
                       type: array
                     language:
                       description: specify which is the language (Camel DSL) used
-                        to interpret this source code
+                        to interpret this source code.
                       type: string
                     loader:
                       description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                        that will interpret this source at runtime
+                        that will interpret this source at runtime.
                       type: string
                     name:
-                      description: the name of the specification
+                      description: the name of the specification.
                       type: string
                     path:
-                      description: the path where the file is stored
+                      description: the path where the file is stored.
                       type: string
                     property-names:
                       description: List of property names defined in the source (e.g.
-                        if type is "template")
+                        if type is "template").
                       items:
                         type: string
                       type: array
                     rawContent:
-                      description: the source code (binary)
+                      description: the source code (binary).
                       format: byte
                       type: string
                     type:
                       description: Type defines the kind of source described by this
-                        object
+                        object.
                       type: string
                   type: object
                 type: array
               template:
-                description: the main source in YAML DSL
+                description: the main source in YAML DSL.
                 type: object
                 x-kubernetes-preserve-unknown-fields: true
               types:
                 additionalProperties:
                   description: 'EventTypeSpec represents a specification for an event
-                    type Deprecated: In favor of using DataTypeSpec'
+                    type Deprecated: In favor of using DataTypeSpec.'
                   properties:
                     mediaType:
                       description: media type as expected for HTTP media types (ie,
-                        application/json)
+                        application/json).
                       type: string
                     schema:
-                      description: the expected schema for the event
+                      description: the expected schema for the event.
                       properties:
                         $schema:
                           description: JSONSchemaURL represents a schema url.
@@ -666,11 +666,11 @@ spec:
                       type: object
                   type: object
                 description: 'data specification types for the events consumed/produced
-                  by the Kamelet Deprecated: In favor of using DataTypes'
+                  by the Kamelet Deprecated: In favor of using DataTypes.'
                 type: object
             type: object
           status:
-            description: the actual status of the resource
+            description: the actual status of the resource.
             properties:
               conditions:
                 description: Conditions --
@@ -717,13 +717,13 @@ spec:
                 description: Properties --
                 items:
                   description: KameletProperty specify the behavior of a property
-                    in a Kamelet
+                    in a Kamelet.
                   properties:
                     default:
-                      description: the default value of the property (if any)
+                      description: the default value of the property (if any).
                       type: string
                     name:
-                      description: the name of the property
+                      description: the name of the property.
                       type: string
                   type: object
                 type: array
@@ -743,7 +743,7 @@ spec:
     name: v1alpha1
     schema:
       openAPIV3Schema:
-        description: Kamelet is the Schema for the kamelets API
+        description: Kamelet is the Schema for the kamelets API.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -758,20 +758,20 @@ spec:
           metadata:
             type: object
           spec:
-            description: the desired specification
+            description: the desired specification.
             properties:
               dataTypes:
                 additionalProperties:
                   description: DataTypesSpec represents the specification for a set
-                    of data types
+                    of data types.
                   properties:
                     default:
-                      description: the default data type for this Kamelet
+                      description: the default data type for this Kamelet.
                       type: string
                     headers:
                       additionalProperties:
                         description: HeaderSpec represents the specification for a
-                          header used in the Kamelet
+                          header used in the Kamelet.
                         properties:
                           default:
                             type: string
@@ -784,29 +784,29 @@ spec:
                           type:
                             type: string
                         type: object
-                      description: one to many header specifications
+                      description: one to many header specifications.
                       type: object
                     types:
                       additionalProperties:
                         description: DataTypeSpec represents the specification for
-                          a data type
+                          a data type.
                         properties:
                           dependencies:
                             description: the list of Camel or Maven dependencies required
-                              by the data type
+                              by the data type.
                             items:
                               type: string
                             type: array
                           description:
-                            description: optional description
+                            description: optional description.
                             type: string
                           format:
-                            description: the data type format name
+                            description: the data type format name.
                             type: string
                           headers:
                             additionalProperties:
                               description: HeaderSpec represents the specification
-                                for a header used in the Kamelet
+                                for a header used in the Kamelet.
                               properties:
                                 default:
                                   type: string
@@ -819,14 +819,14 @@ spec:
                                 type:
                                   type: string
                               type: object
-                            description: one to many header specifications
+                            description: one to many header specifications.
                             type: object
                           mediaType:
                             description: media type as expected for HTTP media types
-                              (ie, application/json)
+                              (ie, application/json).
                             type: string
                           schema:
-                            description: the expected schema for the data type
+                            description: the expected schema for the data type.
                             properties:
                               $schema:
                                 description: JSONSchemaURL represents a schema url.
@@ -984,10 +984,10 @@ spec:
                                 type: string
                             type: object
                           scheme:
-                            description: the data type component scheme
+                            description: the data type component scheme.
                             type: string
                         type: object
-                      description: one to many data type specifications
+                      description: one to many data type specifications.
                       type: object
                   type: object
                 description: data specification types for the events consumed/produced
@@ -1146,56 +1146,56 @@ spec:
                 description: sources in any Camel DSL supported
                 items:
                   description: SourceSpec defines the configuration for one or more
-                    routes to be executed in a certain Camel DSL language
+                    routes to be executed in a certain Camel DSL language.
                   properties:
                     compression:
-                      description: if the content is compressed (base64 encrypted)
+                      description: if the content is compressed (base64 encrypted).
                       type: boolean
                     content:
-                      description: the source code (plain text)
+                      description: the source code (plain text).
                       type: string
                     contentKey:
-                      description: the confimap key holding the source content
+                      description: the confimap key holding the source content.
                       type: string
                     contentRef:
-                      description: the confimap reference holding the source content
+                      description: the confimap reference holding the source content.
                       type: string
                     contentType:
-                      description: the content type (tipically text or binary)
+                      description: the content type (tipically text or binary).
                       type: string
                     interceptors:
                       description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-                        uses to pre/post process sources
+                        uses to pre/post process sources.
                       items:
                         type: string
                       type: array
                     language:
                       description: specify which is the language (Camel DSL) used
-                        to interpret this source code
+                        to interpret this source code.
                       type: string
                     loader:
                       description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                        that will interpret this source at runtime
+                        that will interpret this source at runtime.
                       type: string
                     name:
-                      description: the name of the specification
+                      description: the name of the specification.
                       type: string
                     path:
-                      description: the path where the file is stored
+                      description: the path where the file is stored.
                       type: string
                     property-names:
                       description: List of property names defined in the source (e.g.
-                        if type is "template")
+                        if type is "template").
                       items:
                         type: string
                       type: array
                     rawContent:
-                      description: the source code (binary)
+                      description: the source code (binary).
                       format: byte
                       type: string
                     type:
                       description: Type defines the kind of source described by this
-                        object
+                        object.
                       type: string
                   type: object
                 type: array
@@ -1206,14 +1206,14 @@ spec:
               types:
                 additionalProperties:
                   description: 'EventTypeSpec represents a specification for an event
-                    type Deprecated: In favor of using DataTypeSpec'
+                    type Deprecated: In favor of using DataTypeSpec.'
                   properties:
                     mediaType:
                       description: media type as expected for HTTP media types (ie,
-                        application/json)
+                        application/json).
                       type: string
                     schema:
-                      description: the expected schema for the event
+                      description: the expected schema for the event.
                       properties:
                         $schema:
                           description: JSONSchemaURL represents a schema url.
@@ -1367,10 +1367,10 @@ spec:
                 type: object
             type: object
           status:
-            description: the actual status of the resource
+            description: the actual status of the resource.
             properties:
               conditions:
-                description: Conditions --
+                description: Conditions --.
                 items:
                   description: KameletCondition describes the state of a resource
                     at a certain point.
@@ -1408,19 +1408,19 @@ spec:
                 format: int64
                 type: integer
               phase:
-                description: Phase --
+                description: Phase --.
                 type: string
               properties:
-                description: Properties --
+                description: Properties --.
                 items:
                   description: KameletProperty specify the behavior of a property
-                    in a Kamelet
+                    in a Kamelet.
                   properties:
                     default:
-                      description: the default value of the property (if any)
+                      description: the default value of the property (if any).
                       type: string
                     name:
-                      description: the name of the property
+                      description: the name of the property.
                       type: string
                   type: object
                 type: array
diff --git a/config/crd/bases/camel.apache.org_pipes.yaml b/config/crd/bases/camel.apache.org_pipes.yaml
index bc442ac3a..b8f22c481 100644
--- a/config/crd/bases/camel.apache.org_pipes.yaml
+++ b/config/crd/bases/camel.apache.org_pipes.yaml
@@ -50,7 +50,7 @@ spec:
     name: v1
     schema:
       openAPIV3Schema:
-        description: Pipe is the Schema for the Pipe API
+        description: Pipe is the Schema for the Pipe API.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -69,7 +69,7 @@ spec:
             properties:
               errorHandler:
                 description: ErrorHandler is an optional handler called upon an error
-                  occuring in the integration
+                  occurring in the integration
                 type: object
                 x-kubernetes-preserve-unknown-fields: true
               integration:
@@ -83,7 +83,7 @@ spec:
                       Use mount trait (mount.volumes) to manage volumes'
                     items:
                       description: ConfigurationSpec represents a generic configuration
-                        specification
+                        specification.
                       properties:
                         type:
                           description: 'represents the type of configuration, ie:
@@ -91,7 +91,7 @@ spec:
                           type: string
                         value:
                           description: the value to assign to the configuration (syntax
-                            may vary depending on the `Type`)
+                            may vary depending on the `Type`).
                           type: string
                       required:
                       - type
@@ -106,16 +106,16 @@ spec:
                     type: array
                   flows:
                     description: a source in YAML DSL language which contain the routes
-                      to run
+                      to run.
                     items:
                       description: Flow is an unstructured object representing a Camel
-                        Flow in YAML/JSON DSL
+                        Flow in YAML/JSON DSL.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
                     type: array
                   integrationKit:
                     description: the reference of the `IntegrationKit` which is used
-                      for this Integration
+                      for this Integration.
                     properties:
                       apiVersion:
                         description: API version of the referent.
@@ -154,7 +154,7 @@ spec:
                     description: the profile needed to run this Integration
                     type: string
                   replicas:
-                    description: the number of `Pods` needed for the running Integration
+                    description: the number of `Pods` needed for the running Integration.
                     format: int32
                     type: integer
                   repositories:
@@ -166,59 +166,59 @@ spec:
                     description: custom SA to use for the Integration
                     type: string
                   sources:
-                    description: the sources which contain the Camel routes to run
+                    description: the sources which contain the Camel routes to run.
                     items:
                       description: SourceSpec defines the configuration for one or
-                        more routes to be executed in a certain Camel DSL language
+                        more routes to be executed in a certain Camel DSL language.
                       properties:
                         compression:
-                          description: if the content is compressed (base64 encrypted)
+                          description: if the content is compressed (base64 encrypted).
                           type: boolean
                         content:
-                          description: the source code (plain text)
+                          description: the source code (plain text).
                           type: string
                         contentKey:
-                          description: the confimap key holding the source content
+                          description: the confimap key holding the source content.
                           type: string
                         contentRef:
-                          description: the confimap reference holding the source content
+                          description: the confimap reference holding the source content.
                           type: string
                         contentType:
-                          description: the content type (tipically text or binary)
+                          description: the content type (tipically text or binary).
                           type: string
                         interceptors:
                           description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-                            uses to pre/post process sources
+                            uses to pre/post process sources.
                           items:
                             type: string
                           type: array
                         language:
                           description: specify which is the language (Camel DSL) used
-                            to interpret this source code
+                            to interpret this source code.
                           type: string
                         loader:
                           description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                            that will interpret this source at runtime
+                            that will interpret this source at runtime.
                           type: string
                         name:
-                          description: the name of the specification
+                          description: the name of the specification.
                           type: string
                         path:
-                          description: the path where the file is stored
+                          description: the path where the file is stored.
                           type: string
                         property-names:
                           description: List of property names defined in the source
-                            (e.g. if type is "template")
+                            (e.g. if type is "template").
                           items:
                             type: string
                           type: array
                         rawContent:
-                          description: the source code (binary)
+                          description: the source code (binary).
                           format: byte
                           type: string
                         type:
                           description: Type defines the kind of source described by
-                            this object
+                            this object.
                           type: string
                       type: object
                     type: array
@@ -226,14 +226,14 @@ spec:
                     description: Pod template customization
                     properties:
                       spec:
-                        description: the specification
+                        description: the specification.
                         properties:
                           activeDeadlineSeconds:
-                            description: ActiveDeadlineSeconds
+                            description: ActiveDeadlineSeconds.
                             format: int64
                             type: integer
                           containers:
-                            description: Containers
+                            description: Containers.
                             items:
                               description: A single application container that you
                                 want to run within a pod.
@@ -1582,10 +1582,10 @@ spec:
                               type: object
                             type: array
                           dnsPolicy:
-                            description: DNSPolicy
+                            description: DNSPolicy.
                             type: string
                           ephemeralContainers:
-                            description: EphemeralContainers
+                            description: EphemeralContainers.
                             items:
                               description: "An EphemeralContainer is a temporary container
                                 that you may add to an existing Pod for user-initiated
@@ -2935,7 +2935,7 @@ spec:
                               type: object
                             type: array
                           initContainers:
-                            description: InitContainers
+                            description: InitContainers.
                             items:
                               description: A single application container that you
                                 want to run within a pod.
@@ -4286,13 +4286,13 @@ spec:
                           nodeSelector:
                             additionalProperties:
                               type: string
-                            description: NodeSelector
+                            description: NodeSelector.
                             type: object
                           restartPolicy:
-                            description: RestartPolicy
+                            description: RestartPolicy.
                             type: string
                           securityContext:
-                            description: PodSecurityContext
+                            description: PodSecurityContext.
                             properties:
                               fsGroup:
                                 description: "A special supplemental group that applies
@@ -4476,11 +4476,11 @@ spec:
                                 type: object
                             type: object
                           terminationGracePeriodSeconds:
-                            description: TerminationGracePeriodSeconds
+                            description: TerminationGracePeriodSeconds.
                             format: int64
                             type: integer
                           topologySpreadConstraints:
-                            description: TopologySpreadConstraints
+                            description: TopologySpreadConstraints.
                             items:
                               description: TopologySpreadConstraint specifies how
                                 to spread matching pods among the given topology.
@@ -4673,7 +4673,7 @@ spec:
                               type: object
                             type: array
                           volumes:
-                            description: Volumes
+                            description: Volumes.
                             items:
                               description: Volume represents a named volume in a pod
                                 that may be accessed by any container in the pod.
@@ -6398,13 +6398,13 @@ spec:
                       addons:
                         additionalProperties:
                           description: AddonTrait represents the configuration of
-                            an addon trait
+                            an addon trait.
                           type: object
                           x-kubernetes-preserve-unknown-fields: true
-                        description: The extension point with addon traits
+                        description: The extension point with addon traits.
                         type: object
                       affinity:
-                        description: The configuration of Affinity trait
+                        description: The configuration of Affinity trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6447,7 +6447,7 @@ spec:
                             type: array
                         type: object
                       builder:
-                        description: The configuration of Builder trait
+                        description: The configuration of Builder trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6500,7 +6500,7 @@ spec:
                             type: boolean
                         type: object
                       camel:
-                        description: The configuration of Camel trait
+                        description: The configuration of Camel trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6524,7 +6524,7 @@ spec:
                             type: string
                         type: object
                       container:
-                        description: The configuration of Container trait
+                        description: The configuration of Container trait.
                         properties:
                           auto:
                             description: To automatically enable the trait
@@ -6587,7 +6587,7 @@ spec:
                             type: string
                         type: object
                       cron:
-                        description: The configuration of Cron trait
+                        description: The configuration of Cron trait.
                         properties:
                           activeDeadlineSeconds:
                             description: Specifies the duration in seconds, relative
@@ -6660,7 +6660,7 @@ spec:
                             type: integer
                         type: object
                       dependencies:
-                        description: The configuration of Dependencies trait
+                        description: The configuration of Dependencies trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6673,7 +6673,7 @@ spec:
                             type: boolean
                         type: object
                       deployer:
-                        description: The configuration of Deployer trait
+                        description: The configuration of Deployer trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6701,7 +6701,7 @@ spec:
                             type: boolean
                         type: object
                       deployment:
-                        description: The configuration of Deployment trait
+                        description: The configuration of Deployment trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6742,7 +6742,7 @@ spec:
                             type: string
                         type: object
                       environment:
-                        description: The configuration of Environment trait
+                        description: The configuration of Environment trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6771,7 +6771,7 @@ spec:
                             type: array
                         type: object
                       error-handler:
-                        description: The configuration of Error Handler trait
+                        description: The configuration of Error Handler trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6788,7 +6788,7 @@ spec:
                             type: string
                         type: object
                       gc:
-                        description: The configuration of GC trait
+                        description: The configuration of GC trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6810,7 +6810,7 @@ spec:
                             type: boolean
                         type: object
                       health:
-                        description: The configuration of Health trait
+                        description: The configuration of Health trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -6919,7 +6919,7 @@ spec:
                             type: integer
                         type: object
                       ingress:
-                        description: The configuration of Ingress trait
+                        description: The configuration of Ingress trait.
                         properties:
                           annotations:
                             additionalProperties:
@@ -6959,7 +6959,7 @@ spec:
                             type: string
                         type: object
                       istio:
-                        description: The configuration of Istio trait
+                        description: The configuration of Istio trait.
                         properties:
                           allow:
                             description: Configures a (comma-separated) list of CIDR
@@ -6983,7 +6983,7 @@ spec:
                             type: boolean
                         type: object
                       jolokia:
-                        description: The configuration of Jolokia trait
+                        description: The configuration of Jolokia trait.
                         properties:
                           CACert:
                             description: The PEM encoded CA certification file path,
@@ -7052,7 +7052,7 @@ spec:
                             type: string
                         type: object
                       jvm:
-                        description: The configuration of JVM trait
+                        description: The configuration of JVM trait.
                         properties:
                           classpath:
                             description: Additional JVM classpath (use `Linux` classpath
@@ -7090,7 +7090,7 @@ spec:
                             type: boolean
                         type: object
                       kamelets:
-                        description: The configuration of Kamelets trait
+                        description: The configuration of Kamelets trait.
                         properties:
                           auto:
                             description: Automatically inject all referenced Kamelets
@@ -7121,7 +7121,7 @@ spec:
                         - configuration
                         type: object
                       knative:
-                        description: The configuration of Knative trait
+                        description: The configuration of Knative trait.
                         properties:
                           auto:
                             description: Enable automatic discovery of all trait properties.
@@ -7204,7 +7204,7 @@ spec:
                             type: boolean
                         type: object
                       knative-service:
-                        description: The configuration of Knative Service trait
+                        description: The configuration of Knative Service trait.
                         properties:
                           auto:
                             description: "Automatically deploy the integration as
@@ -7274,7 +7274,7 @@ spec:
                             type: string
                         type: object
                       logging:
-                        description: The configuration of Logging trait
+                        description: The configuration of Logging trait.
                         properties:
                           color:
                             description: Colorize the log output
@@ -7318,7 +7318,7 @@ spec:
                         - configuration
                         type: object
                       mount:
-                        description: The configuration of Mount trait
+                        description: The configuration of Mount trait.
                         properties:
                           configs:
                             description: 'A list of configuration pointing to configmap/secret.
@@ -7361,7 +7361,7 @@ spec:
                             type: array
                         type: object
                       openapi:
-                        description: The configuration of OpenAPI trait
+                        description: The configuration of OpenAPI trait.
                         properties:
                           configmaps:
                             description: The configmaps holding the spec of the OpenAPI
@@ -7379,7 +7379,7 @@ spec:
                             type: boolean
                         type: object
                       owner:
-                        description: The configuration of Owner trait
+                        description: The configuration of Owner trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7402,7 +7402,7 @@ spec:
                             type: array
                         type: object
                       pdb:
-                        description: The configuration of PDB trait
+                        description: The configuration of PDB trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7428,7 +7428,7 @@ spec:
                             type: string
                         type: object
                       platform:
-                        description: The configuration of Platform trait
+                        description: The configuration of Platform trait.
                         properties:
                           auto:
                             description: To automatically detect from the environment
@@ -7454,7 +7454,7 @@ spec:
                             type: boolean
                         type: object
                       pod:
-                        description: The configuration of Pod trait
+                        description: The configuration of Pod trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7467,7 +7467,7 @@ spec:
                             type: boolean
                         type: object
                       prometheus:
-                        description: The configuration of Prometheus trait
+                        description: The configuration of Prometheus trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7490,7 +7490,7 @@ spec:
                             type: array
                         type: object
                       pull-secret:
-                        description: The configuration of Pull Secret trait
+                        description: The configuration of Pull Secret trait.
                         properties:
                           auto:
                             description: Automatically configures the platform registry
@@ -7518,7 +7518,7 @@ spec:
                             type: string
                         type: object
                       quarkus:
-                        description: The configuration of Quarkus trait
+                        description: The configuration of Quarkus trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7548,7 +7548,7 @@ spec:
                             type: array
                         type: object
                       registry:
-                        description: The configuration of Registry trait
+                        description: The configuration of Registry trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7561,7 +7561,7 @@ spec:
                             type: boolean
                         type: object
                       route:
-                        description: The configuration of Route trait
+                        description: The configuration of Route trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7659,7 +7659,7 @@ spec:
                             type: string
                         type: object
                       service:
-                        description: The configuration of Service trait
+                        description: The configuration of Service trait.
                         properties:
                           auto:
                             description: To automatically detect from the code if
@@ -7688,7 +7688,7 @@ spec:
                             type: string
                         type: object
                       service-binding:
-                        description: The configuration of Service Binding trait
+                        description: The configuration of Service Binding trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7716,7 +7716,7 @@ spec:
                         - configuration
                         type: object
                       toleration:
-                        description: The configuration of Toleration trait
+                        description: The configuration of Toleration trait.
                         properties:
                           configuration:
                             description: 'Legacy trait configuration parameters. Deprecated:
@@ -7760,13 +7760,13 @@ spec:
                   dataTypes:
                     additionalProperties:
                       description: DataTypeReference references to the specification
-                        of a data type by its scheme and format name
+                        of a data type by its scheme and format name.
                       properties:
                         format:
-                          description: the data type format name
+                          description: the data type format name.
                           type: string
                         scheme:
-                          description: the data type component scheme
+                          description: the data type component scheme.
                           type: string
                       type: object
                     description: DataTypes defines the data type of the data produced/consumed
@@ -7825,13 +7825,13 @@ spec:
                   dataTypes:
                     additionalProperties:
                       description: DataTypeReference references to the specification
-                        of a data type by its scheme and format name
+                        of a data type by its scheme and format name.
                       properties:
                         format:
-                          description: the data type format name
+                          description: the data type format name.
                           type: string
                         scheme:
-                          description: the data type component scheme
+                          description: the data type component scheme.
                           type: string
                       type: object
                     description: DataTypes defines the data type of the data produced/consumed
@@ -7888,18 +7888,18 @@ spec:
                   that are executed between the Source and the Sink
                 items:
                   description: Endpoint represents a source/sink external entity (could
-                    be any Kubernetes resource or Camel URI)
+                    be any Kubernetes resource or Camel URI).
                   properties:
                     dataTypes:
                       additionalProperties:
                         description: DataTypeReference references to the specification
-                          of a data type by its scheme and format name
+                          of a data type by its scheme and format name.
                         properties:
                           format:
-                            description: the data type format name
+                            description: the data type format name.
                             type: string
                           scheme:
-                            description: the data type component scheme
+                            description: the data type component scheme.
                             type: string
                         type: object
                       description: DataTypes defines the data type of the data produced/consumed
@@ -7959,7 +7959,7 @@ spec:
             description: the status of a Pipe
             properties:
               conditions:
-                description: Conditions --
+                description: Conditions --.
                 items:
                   description: PipeCondition describes the state of a resource at
                     a certain point.
@@ -8056,14 +8056,14 @@ spec:
                 format: int64
                 type: integer
               phase:
-                description: Phase --
+                description: Phase --.
                 type: string
               replicas:
-                description: Replicas is the number of actual replicas of the pipe
+                description: Replicas is the number of actual replicas of the pipe.
                 format: int32
                 type: integer
               selector:
-                description: Selector allows to identify pods belonging to the pipe
+                description: Selector allows to identify pods belonging to the pipe.
                 type: string
             type: object
         type: object
diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
index c922052fa..fa305a8ed 100644
--- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
+++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
@@ -8,7 +8,7 @@ Package v1 contains API Schema definitions for the camel v1 API group
 [#_camel_apache_org_v1_Build]
 === Build
 
-Build is the Schema for the builds API
+Build is the Schema for the builds API.
 
 [cols="2,2a",options="header"]
 |===
@@ -92,7 +92,7 @@ the desired state of the catalog
 [#_camel_apache_org_v1_Integration]
 === Integration
 
-Integration is the Schema for the integrations API
+Integration is the Schema for the integrations API.
 
 [cols="2,2a",options="header"]
 |===
@@ -119,14 +119,14 @@ Refer to the Kubernetes API documentation for the fields of the `metadata` field
 |
 
 
-the desired Integration specification
+the desired Integration specification.
 
 |`status` +
 *xref:#_camel_apache_org_v1_IntegrationStatus[IntegrationStatus]*
 |
 
 
-the status of the Integration
+the status of the Integration.
 
 
 |===
@@ -182,7 +182,7 @@ the actual status
 IntegrationPlatform is the resource used to drive the Camel K operator behavior.
 It defines the behavior of all Custom Resources (`IntegrationKit`, `Integration`, `Kamelet`) in the given namespace.
 When the Camel K operator is installed in `global` mode,
-you will need to specify an `IntegrationPlatform` in each namespace where you want the Camel K operator to be executed
+you will need to specify an `IntegrationPlatform` in each namespace where you want the Camel K operator to be executed.
 
 [cols="2,2a",options="header"]
 |===
@@ -224,7 +224,7 @@ Refer to the Kubernetes API documentation for the fields of the `metadata` field
 [#_camel_apache_org_v1_Kamelet]
 === Kamelet
 
-Kamelet is the Schema for the kamelets API
+Kamelet is the Schema for the kamelets API.
 
 [cols="2,2a",options="header"]
 |===
@@ -251,14 +251,14 @@ Refer to the Kubernetes API documentation for the fields of the `metadata` field
 |
 
 
-the desired specification
+the desired specification.
 
 |`status` +
 *xref:#_camel_apache_org_v1_KameletStatus[KameletStatus]*
 |
 
 
-the actual status of the resource
+the actual status of the resource.
 
 
 |===
@@ -266,7 +266,7 @@ the actual status of the resource
 [#_camel_apache_org_v1_Pipe]
 === Pipe
 
-Pipe is the Schema for the Pipe API
+Pipe is the Schema for the Pipe API.
 
 [cols="2,2a",options="header"]
 |===
@@ -315,7 +315,7 @@ the status of a Pipe
 * <<#_camel_apache_org_v1_IntegrationKitTraits, IntegrationKitTraits>>
 * <<#_camel_apache_org_v1_Traits, Traits>>
 
-AddonTrait represents the configuration of an addon trait
+AddonTrait represents the configuration of an addon trait.
 
 [cols="2,2a",options="header"]
 |===
@@ -327,7 +327,7 @@ AddonTrait represents the configuration of an addon trait
 |(Members of `RawMessage` are embedded into this type.)
 
 
-Generic raw message, typically a map containing the keys (trait parameters) and the values (either single text or array)
+Generic raw message, typically a map containing the keys (trait parameters) and the values (either single text or array).
 
 
 |===
@@ -340,7 +340,7 @@ Generic raw message, typically a map containing the keys (trait parameters) and
 * <<#_camel_apache_org_v1_BuildStatus, BuildStatus>>
 * <<#_camel_apache_org_v1_IntegrationKitStatus, IntegrationKitStatus>>
 
-Artifact represents a materialized artifact (a jar dependency or in general a file used by the build)
+Artifact represents a materialized artifact (a jar dependency or in general a file used by the build).
 
 [cols="2,2a",options="header"]
 |===
@@ -352,28 +352,28 @@ string
 |
 
 
-the identification (GAV for maven dependencies or file name for other file types)
+the identification (GAV for maven dependencies or file name for other file types).
 
 |`location` +
 string
 |
 
 
-where it is located in the builder `Pod`
+where it is located in the builder `Pod`.
 
 |`target` +
 string
 |
 
 
-the expected location in the runtime
+the expected location in the runtime.
 
 |`checksum` +
 string
 |
 
 
-a checksum (SHA1) of the content
+a checksum (SHA1) of the content.
 
 
 |===
@@ -390,7 +390,7 @@ a checksum (SHA1) of the content
 * <<#_camel_apache_org_v1_SpectrumTask, SpectrumTask>>
 * <<#_camel_apache_org_v1_UserTask, UserTask>>
 
-BaseTask is a base for the struct hierarchy
+BaseTask is a base for the struct hierarchy.
 
 [cols="2,2a",options="header"]
 |===
@@ -410,7 +410,7 @@ name of the task
 [#_camel_apache_org_v1_BeanProperties]
 === BeanProperties
 
-BeanProperties represent an unstructured object properties to be set on a bean
+BeanProperties represent an unstructured object properties to be set on a bean.
 
 [cols="2,2a",options="header"]
 |===
@@ -493,7 +493,7 @@ A human-readable message indicating details about the transition.
 
 * <<#_camel_apache_org_v1_BuildCondition, BuildCondition>>
 
-BuildConditionType --
+BuildConditionType --.
 
 
 [#_camel_apache_org_v1_BuildConfiguration]
@@ -505,7 +505,7 @@ BuildConditionType --
 * <<#_camel_apache_org_v1_BuilderTask, BuilderTask>>
 * <<#_camel_apache_org_v1_IntegrationPlatformBuildSpec, IntegrationPlatformBuildSpec>>
 
-BuildConfiguration represent the configuration required to build the runtime
+BuildConfiguration represent the configuration required to build the runtime.
 
 [cols="2,2a",options="header"]
 |===
@@ -531,42 +531,42 @@ The namespace where to run the builder Pod (must be the same of the operator in
 |
 
 
-the strategy to adopt
+the strategy to adopt.
 
 |`orderStrategy` +
 *xref:#_camel_apache_org_v1_BuildOrderStrategy[BuildOrderStrategy]*
 |
 
 
-the build order strategy to adopt
+the build order strategy to adopt.
 
 |`requestCPU` +
 string
 |
 
 
-The minimum amount of CPU required. Only used for `pod` strategy
+The minimum amount of CPU required. Only used for `pod` strategy.
 
 |`requestMemory` +
 string
 |
 
 
-The minimum amount of memory required. Only used for `pod` strategy
+The minimum amount of memory required. Only used for `pod` strategy.
 
 |`limitCPU` +
 string
 |
 
 
-The maximum amount of CPU required. Only used for `pod` strategy
+The maximum amount of CPU required. Only used for `pod` strategy.
 
 |`limitMemory` +
 string
 |
 
 
-The maximum amount of memory required. Only used for `pod` strategy
+The maximum amount of memory required. Only used for `pod` strategy.
 
 
 |===
@@ -588,7 +588,7 @@ BuildOrderStrategy specifies how builds are reconciled and queued.
 
 * <<#_camel_apache_org_v1_BuildStatus, BuildStatus>>
 
-BuildPhase --
+BuildPhase --.
 
 
 [#_camel_apache_org_v1_BuildSpec]
@@ -598,7 +598,7 @@ BuildPhase --
 
 * <<#_camel_apache_org_v1_Build, Build>>
 
-BuildSpec defines the list of tasks to be execute for a Build. From Camel K version 2, it would be more appropiate
+BuildSpec defines the list of tasks to be execute for a Build. From Camel K version 2, it would be more appropriate
 to think it as pipeline.
 
 [cols="2,2a",options="header"]
@@ -665,7 +665,7 @@ Deprecated: no longer in use in Camel K 2 - maintained for backward compatibilit
 
 * <<#_camel_apache_org_v1_Build, Build>>
 
-BuildStatus defines the observed state of Build
+BuildStatus defines the observed state of Build.
 
 [cols="2,2a",options="header"]
 |===
@@ -684,63 +684,63 @@ ObservedGeneration is the most recent generation observed for this Build.
 |
 
 
-describes the phase
+describes the phase.
 
 |`image` +
 string
 |
 
 
-the image name built
+the image name built.
 
 |`digest` +
 string
 |
 
 
-the digest from image
+the digest from image.
 
 |`baseImage` +
 string
 |
 
 
-the base image used for this build
+the base image used for this build.
 
 |`artifacts` +
 *xref:#_camel_apache_org_v1_Artifact[[\]Artifact]*
 |
 
 
-a list of artifacts contained in the build
+a list of artifacts contained in the build.
 
 |`error` +
 string
 |
 
 
-the error description (if any)
+the error description (if any).
 
 |`failure` +
 *xref:#_camel_apache_org_v1_Failure[Failure]*
 |
 
 
-the reason of the failure (if any)
+the reason of the failure (if any).
 
 |`startedAt` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#time-v1-meta[Kubernetes meta/v1.Time]*
 |
 
 
-the time when it started
+the time when it started.
 
 |`conditions` +
 *xref:#_camel_apache_org_v1_BuildCondition[[\]BuildCondition]*
 |
 
 
-a list of conditions occurred during the build
+a list of conditions occurred during the build.
 
 |`duration` +
 string
@@ -749,7 +749,7 @@ string
 
 how long it took for the build
 Change to Duration / ISO 8601 when CRD uses OpenAPI spec v3
-https://github.com/OAI/OpenAPI-Specification/issues/845
+https://github.com/OAI/OpenAPI-Specification/issues/845 .
 
 
 |===
@@ -773,7 +773,7 @@ will take care of producing the expected Camel/Camel-Quarkus runtime.
 
 * <<#_camel_apache_org_v1_Task, Task>>
 
-BuildahTask is used to configure Buildah
+BuildahTask is used to configure Buildah.
 
 [cols="2,2a",options="header"]
 |===
@@ -799,21 +799,21 @@ string
 |
 
 
-The platform of build image
+The platform of build image.
 
 |`verbose` +
 bool
 |
 
 
-log more information
+log more information.
 
 |`executorImage` +
 string
 |
 
 
-docker image to use
+docker image to use.
 
 
 |===
@@ -825,7 +825,7 @@ docker image to use
 
 * <<#_camel_apache_org_v1_Task, Task>>
 
-BuilderTask is the generic task in charge of building the application image
+BuilderTask is the generic task in charge of building the application image.
 
 [cols="2,2a",options="header"]
 |===
@@ -851,49 +851,49 @@ string
 |
 
 
-the base image layer
+the base image layer.
 
 |`runtime` +
 *xref:#_camel_apache_org_v1_RuntimeSpec[RuntimeSpec]*
 |
 
 
-the configuration required for the runtime application
+the configuration required for the runtime application.
 
 |`dependencies` +
 []string
 |
 
 
-the list of dependencies to use for this build
+the list of dependencies to use for this build.
 
 |`steps` +
 []string
 |
 
 
-the list of steps to execute (see pkg/builder/)
+the list of steps to execute (see pkg/builder/).
 
 |`maven` +
 *xref:#_camel_apache_org_v1_MavenBuildSpec[MavenBuildSpec]*
 |
 
 
-the configuration required by Maven for the application build phase
+the configuration required by Maven for the application build phase.
 
 |`buildDir` +
 string
 |
 
 
-workspace directory to use
+workspace directory to use.
 
 |`sources` +
 *xref:#_camel_apache_org_v1_SourceSpec[[\]SourceSpec]*
 |
 
 
-the sources to add at build time
+the sources to add at build time.
 
 
 |===
@@ -905,7 +905,7 @@ the sources to add at build time
 
 * <<#_camel_apache_org_v1_CamelCatalogSpec, CamelCatalogSpec>>
 
-CamelArtifact represent the configuration for a feature offered by Camel
+CamelArtifact represent the configuration for a feature offered by Camel.
 
 [cols="2,2a",options="header"]
 |===
@@ -917,42 +917,42 @@ CamelArtifact represent the configuration for a feature offered by Camel
 |(Members of `CamelArtifactDependency` are embedded into this type.)
 
 
-Base Camel Artifact dependency
+Base Camel Artifact dependency.
 
 |`schemes` +
 *xref:#_camel_apache_org_v1_CamelScheme[[\]CamelScheme]*
 |
 
 
-accepted URI schemes
+accepted URI schemes.
 
 |`languages` +
 []string
 |
 
 
-accepted languages
+accepted languages.
 
 |`dataformats` +
 []string
 |
 
 
-accepted data formats
+accepted data formats.
 
 |`dependencies` +
 *xref:#_camel_apache_org_v1_CamelArtifactDependency[[\]CamelArtifactDependency]*
 |
 
 
-required dependencies
+required dependencies.
 
 |`javaTypes` +
 []string
 |
 
 
-the Java types used by the artifact feature (ie, component, data format, ...)
+the Java types used by the artifact feature (ie, component, data format, ...).
 
 
 |===
@@ -965,7 +965,7 @@ the Java types used by the artifact feature (ie, component, data format, ...)
 * <<#_camel_apache_org_v1_CamelArtifact, CamelArtifact>>
 * <<#_camel_apache_org_v1_CamelSchemeScope, CamelSchemeScope>>
 
-CamelArtifactDependency represent a maven's dependency
+CamelArtifactDependency represent a maven's dependency.
 
 [cols="2,2a",options="header"]
 |===
@@ -977,14 +977,14 @@ CamelArtifactDependency represent a maven's dependency
 |(Members of `MavenArtifact` are embedded into this type.)
 
 
-the maven dependency
+the maven dependency.
 
 |`exclusions` +
 *xref:#_camel_apache_org_v1_CamelArtifactExclusion[[\]CamelArtifactExclusion]*
 |
 
 
-provide a list of artifacts to exclude for this dependency
+provide a list of artifacts to exclude for this dependency.
 
 
 |===
@@ -996,7 +996,7 @@ provide a list of artifacts to exclude for this dependency
 
 * <<#_camel_apache_org_v1_CamelArtifactDependency, CamelArtifactDependency>>
 
-CamelArtifactExclusion represents an exclusion clause
+CamelArtifactExclusion represents an exclusion clause.
 
 [cols="2,2a",options="header"]
 |===
@@ -1008,14 +1008,14 @@ string
 |
 
 
-Maven Group
+Maven Group.
 
 |`artifactId` +
 string
 |
 
 
-Maven Artifact
+Maven Artifact.
 
 
 |===
@@ -1086,7 +1086,7 @@ A human-readable message indicating details about the transition.
 
 * <<#_camel_apache_org_v1_CamelCatalogCondition, CamelCatalogCondition>>
 
-CamelCatalogConditionType --
+CamelCatalogConditionType --.
 
 
 [#_camel_apache_org_v1_CamelCatalogPhase]
@@ -1096,7 +1096,7 @@ CamelCatalogConditionType --
 
 * <<#_camel_apache_org_v1_CamelCatalogStatus, CamelCatalogStatus>>
 
-CamelCatalogPhase --
+CamelCatalogPhase --.
 
 
 [#_camel_apache_org_v1_CamelCatalogSpec]
@@ -1106,7 +1106,7 @@ CamelCatalogPhase --
 
 * <<#_camel_apache_org_v1_CamelCatalog, CamelCatalog>>
 
-CamelCatalogSpec specify what features a Camel runtime provides
+CamelCatalogSpec specify what features a Camel runtime provides.
 
 [cols="2,2a",options="header"]
 |===
@@ -1118,21 +1118,21 @@ CamelCatalogSpec specify what features a Camel runtime provides
 |
 
 
-the runtime targeted for the catalog
+the runtime targeted for the catalog.
 
 |`artifacts` +
 *xref:#_camel_apache_org_v1_CamelArtifact[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.CamelArtifact]*
 |
 
 
-artifacts required by this catalog
+artifacts required by this catalog.
 
 |`loaders` +
 *xref:#_camel_apache_org_v1_CamelLoader[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.CamelLoader]*
 |
 
 
-loaders required by this catalog
+loaders required by this catalog.
 
 
 |===
@@ -1163,7 +1163,7 @@ ObservedGeneration is the most recent generation observed for this Catalog.
 |
 
 
-the actual phase
+the actual phase.
 
 |`conditions` +
 *xref:#_camel_apache_org_v1_CamelCatalogCondition[[\]CamelCatalogCondition]*
@@ -1177,7 +1177,7 @@ string
 |
 
 
-the container image available for building an application with this catalog
+the container image available for building an application with this catalog.
 
 
 |===
@@ -1189,7 +1189,7 @@ the container image available for building an application with this catalog
 
 * <<#_camel_apache_org_v1_CamelCatalogSpec, CamelCatalogSpec>>
 
-CamelLoader represents the configuration required to load a DSL
+CamelLoader represents the configuration required to load a DSL.
 
 [cols="2,2a",options="header"]
 |===
@@ -1201,28 +1201,28 @@ CamelLoader represents the configuration required to load a DSL
 |(Members of `MavenArtifact` are embedded into this type.)
 
 
-the base Maven artifact required
+the base Maven artifact required.
 
 |`languages` +
 []string
 |
 
 
-a list of DSLs supported
+a list of DSLs supported.
 
 |`dependencies` +
 *xref:#_camel_apache_org_v1_MavenArtifact[[\]MavenArtifact]*
 |
 
 
-a list of additional dependencies required beside the base one
+a list of additional dependencies required beside the base one.
 
 |`metadata` +
 map[string]string
 |
 
 
-the metadata of the loader
+the metadata of the loader.
 
 
 |===
@@ -1234,7 +1234,7 @@ the metadata of the loader
 
 * <<#_camel_apache_org_v1_CamelArtifact, CamelArtifact>>
 
-CamelScheme represents the scheme used to identify a component in a URI (ie, timer in a timer:xyz endpoint URI)
+CamelScheme represents the scheme used to identify a component in a URI (ie, timer in a timer:xyz endpoint URI).
 
 [cols="2,2a",options="header"]
 |===
@@ -1246,35 +1246,35 @@ string
 |
 
 
-the ID (ie, timer in a timer:xyz URI)
+the ID (ie, timer in a timer:xyz URI).
 
 |`passive` +
 bool
 |
 
 
-is a passive scheme
+is a passive scheme.
 
 |`http` +
 bool
 |
 
 
-is a HTTP based scheme
+is a HTTP based scheme.
 
 |`consumer` +
 *xref:#_camel_apache_org_v1_CamelSchemeScope[CamelSchemeScope]*
 |
 
 
-required scope for consumer
+required scope for consumer.
 
 |`producer` +
 *xref:#_camel_apache_org_v1_CamelSchemeScope[CamelSchemeScope]*
 |
 
 
-required scope for producers
+required scope for producers.
 
 
 |===
@@ -1286,7 +1286,7 @@ required scope for producers
 
 * <<#_camel_apache_org_v1_CamelScheme, CamelScheme>>
 
-CamelSchemeScope contains scoped information about a scheme
+CamelSchemeScope contains scoped information about a scheme.
 
 [cols="2,2a",options="header"]
 |===
@@ -1298,7 +1298,7 @@ CamelSchemeScope contains scoped information about a scheme
 |
 
 
-list of dependencies needed for this scope
+list of dependencies needed for this scope.
 
 
 |===
@@ -1310,7 +1310,7 @@ list of dependencies needed for this scope
 
 * <<#_camel_apache_org_v1_RuntimeSpec, RuntimeSpec>>
 
-Capability is a particular feature which requires a well known set of dependencies
+Capability is a particular feature which requires a well known set of dependencies.
 
 [cols="2,2a",options="header"]
 |===
@@ -1330,7 +1330,7 @@ Capability is a particular feature which requires a well known set of dependenci
 [#_camel_apache_org_v1_Configurable]
 === Configurable
 
-Configurable --
+Configurable --.
 
 
 [#_camel_apache_org_v1_ConfigurationSpec]
@@ -1343,7 +1343,7 @@ Configurable --
 * <<#_camel_apache_org_v1_IntegrationSpec, IntegrationSpec>>
 * <<#_camel_apache_org_v1_IntegrationStatus, IntegrationStatus>>
 
-ConfigurationSpec represents a generic configuration specification
+ConfigurationSpec represents a generic configuration specification.
 
 [cols="2,2a",options="header"]
 |===
@@ -1362,7 +1362,7 @@ string
 |
 
 
-the value to assign to the configuration (syntax may vary depending on the `Type`)
+the value to assign to the configuration (syntax may vary depending on the `Type`).
 
 
 |===
@@ -1374,7 +1374,7 @@ the value to assign to the configuration (syntax may vary depending on the `Type
 
 * <<#_camel_apache_org_v1_SourceSpec, SourceSpec>>
 
-DataSpec represents the way the source is materialized in the running `Pod`
+DataSpec represents the way the source is materialized in the running `Pod`.
 
 [cols="2,2a",options="header"]
 |===
@@ -1386,56 +1386,56 @@ string
 |
 
 
-the name of the specification
+the name of the specification.
 
 |`path` +
 string
 |
 
 
-the path where the file is stored
+the path where the file is stored.
 
 |`content` +
 string
 |
 
 
-the source code (plain text)
+the source code (plain text).
 
 |`rawContent` +
 []byte
 |
 
 
-the source code (binary)
+the source code (binary).
 
 |`contentRef` +
 string
 |
 
 
-the confimap reference holding the source content
+the confimap reference holding the source content.
 
 |`contentKey` +
 string
 |
 
 
-the confimap key holding the source content
+the confimap key holding the source content.
 
 |`contentType` +
 string
 |
 
 
-the content type (tipically text or binary)
+the content type (tipically text or binary).
 
 |`compression` +
 bool
 |
 
 
-if the content is compressed (base64 encrypted)
+if the content is compressed (base64 encrypted).
 
 
 |===
@@ -1447,7 +1447,7 @@ if the content is compressed (base64 encrypted)
 
 * <<#_camel_apache_org_v1_Endpoint, Endpoint>>
 
-DataTypeReference references to the specification of a data type by its scheme and format name
+DataTypeReference references to the specification of a data type by its scheme and format name.
 
 [cols="2,2a",options="header"]
 |===
@@ -1459,14 +1459,14 @@ string
 |
 
 
-the data type component scheme
+the data type component scheme.
 
 |`format` +
 string
 |
 
 
-the data type format name
+the data type format name.
 
 
 |===
@@ -1478,7 +1478,7 @@ the data type format name
 
 * <<#_camel_apache_org_v1_DataTypesSpec, DataTypesSpec>>
 
-DataTypeSpec represents the specification for a data type
+DataTypeSpec represents the specification for a data type.
 
 [cols="2,2a",options="header"]
 |===
@@ -1490,49 +1490,49 @@ string
 |
 
 
-the data type component scheme
+the data type component scheme.
 
 |`format` +
 string
 |
 
 
-the data type format name
+the data type format name.
 
 |`description` +
 string
 |
 
 
-optional description
+optional description.
 
 |`mediaType` +
 string
 |
 
 
-media type as expected for HTTP media types (ie, application/json)
+media type as expected for HTTP media types (ie, application/json).
 
 |`dependencies` +
 []string
 |
 
 
-the list of Camel or Maven dependencies required by the data type
+the list of Camel or Maven dependencies required by the data type.
 
 |`headers` +
 *xref:#_camel_apache_org_v1_HeaderSpec[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.HeaderSpec]*
 |
 
 
-one to many header specifications
+one to many header specifications.
 
 |`schema` +
 *xref:#_camel_apache_org_v1_JSONSchemaProps[JSONSchemaProps]*
 |
 
 
-the expected schema for the data type
+the expected schema for the data type.
 
 
 |===
@@ -1544,7 +1544,7 @@ the expected schema for the data type
 
 * <<#_camel_apache_org_v1_KameletSpec, KameletSpec>>
 
-DataTypesSpec represents the specification for a set of data types
+DataTypesSpec represents the specification for a set of data types.
 
 [cols="2,2a",options="header"]
 |===
@@ -1556,21 +1556,21 @@ string
 |
 
 
-the default data type for this Kamelet
+the default data type for this Kamelet.
 
 |`types` +
 *xref:#_camel_apache_org_v1_DataTypeSpec[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.DataTypeSpec]*
 |
 
 
-one to many data type specifications
+one to many data type specifications.
 
 |`headers` +
 *xref:#_camel_apache_org_v1_HeaderSpec[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.HeaderSpec]*
 |
 
 
-one to many header specifications
+one to many header specifications.
 
 
 |===
@@ -1583,7 +1583,7 @@ one to many header specifications
 * <<#_camel_apache_org_v1_ErrorHandlerSink, ErrorHandlerSink>>
 * <<#_camel_apache_org_v1_PipeSpec, PipeSpec>>
 
-Endpoint represents a source/sink external entity (could be any Kubernetes resource or Camel URI)
+Endpoint represents a source/sink external entity (could be any Kubernetes resource or Camel URI).
 
 [cols="2,2a",options="header"]
 |===
@@ -1628,7 +1628,7 @@ DataTypes defines the data type of the data produced/consumed by the endpoint an
 
 * <<#_camel_apache_org_v1_Endpoint, Endpoint>>
 
-EndpointProperties is a key/value struct represented as JSON raw to allow numeric/boolean values
+EndpointProperties is a key/value struct represented as JSON raw to allow numeric/boolean values.
 
 [cols="2,2a",options="header"]
 |===
@@ -1648,13 +1648,13 @@ EndpointProperties is a key/value struct represented as JSON raw to allow numeri
 [#_camel_apache_org_v1_EndpointType]
 === EndpointType(`string` alias)
 
-EndpointType represents the type (ie, source or sink)
+EndpointType represents the type (ie, source or sink).
 
 
 [#_camel_apache_org_v1_ErrorHandler]
 === ErrorHandler
 
-ErrorHandler is a generic interface that represent any type of error handler specification
+ErrorHandler is a generic interface that represent any type of error handler specification.
 
 
 [#_camel_apache_org_v1_ErrorHandlerLog]
@@ -1664,7 +1664,7 @@ ErrorHandler is a generic interface that represent any type of error handler spe
 
 * <<#_camel_apache_org_v1_ErrorHandlerSink, ErrorHandlerSink>>
 
-ErrorHandlerLog represent a default (log) error handler type
+ErrorHandlerLog represent a default (log) error handler type.
 
 [cols="2,2a",options="header"]
 |===
@@ -1695,7 +1695,7 @@ ErrorHandlerLog represent a default (log) error handler type
 
 * <<#_camel_apache_org_v1_ErrorHandlerLog, ErrorHandlerLog>>
 
-ErrorHandlerNone --
+ErrorHandlerNone --.
 
 [cols="2,2a",options="header"]
 |===
@@ -1712,7 +1712,7 @@ ErrorHandlerNone --
 
 * <<#_camel_apache_org_v1_ErrorHandlerLog, ErrorHandlerLog>>
 
-ErrorHandlerParameters represent an unstructured object for error handler parameters
+ErrorHandlerParameters represent an unstructured object for error handler parameters.
 
 [cols="2,2a",options="header"]
 |===
@@ -1732,7 +1732,7 @@ ErrorHandlerParameters represent an unstructured object for error handler parame
 [#_camel_apache_org_v1_ErrorHandlerSink]
 === ErrorHandlerSink
 
-ErrorHandlerSink represents a sink error handler type which behave like a dead letter channel
+ErrorHandlerSink represents a sink error handler type which behave like a dead letter channel.
 
 [cols="2,2a",options="header"]
 |===
@@ -1763,7 +1763,7 @@ ErrorHandlerSink represents a sink error handler type which behave like a dead l
 
 * <<#_camel_apache_org_v1_PipeSpec, PipeSpec>>
 
-ErrorHandlerSpec represents an unstructured object for an error handler
+ErrorHandlerSpec represents an unstructured object for an error handler.
 
 [cols="2,2a",options="header"]
 |===
@@ -1783,7 +1783,7 @@ ErrorHandlerSpec represents an unstructured object for an error handler
 [#_camel_apache_org_v1_ErrorHandlerType]
 === ErrorHandlerType(`string` alias)
 
-ErrorHandlerType a type of error handler (ie, sink)
+ErrorHandlerType a type of error handler (ie, sink).
 
 
 [#_camel_apache_org_v1_EventTypeSpec]
@@ -1794,7 +1794,7 @@ ErrorHandlerType a type of error handler (ie, sink)
 * <<#_camel_apache_org_v1_KameletSpec, KameletSpec>>
 
 EventTypeSpec represents a specification for an event type
-Deprecated: In favor of using DataTypeSpec
+Deprecated: In favor of using DataTypeSpec.
 
 [cols="2,2a",options="header"]
 |===
@@ -1806,14 +1806,14 @@ string
 |
 
 
-media type as expected for HTTP media types (ie, application/json)
+media type as expected for HTTP media types (ie, application/json).
 
 |`schema` +
 *xref:#_camel_apache_org_v1_JSONSchemaProps[JSONSchemaProps]*
 |
 
 
-the expected schema for the event
+the expected schema for the event.
 
 
 |===
@@ -1857,7 +1857,7 @@ string
 * <<#_camel_apache_org_v1_BuildStatus, BuildStatus>>
 * <<#_camel_apache_org_v1_IntegrationKitStatus, IntegrationKitStatus>>
 
-Failure represent a message specifying the reason and the time of an event failure
+Failure represent a message specifying the reason and the time of an event failure.
 
 [cols="2,2a",options="header"]
 |===
@@ -1869,21 +1869,21 @@ string
 |
 
 
-a short text specifying the reason
+a short text specifying the reason.
 
 |`time` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#time-v1-meta[Kubernetes meta/v1.Time]*
 |
 
 
-the time when the failure has happened
+the time when the failure has happened.
 
 |`recovery` +
 *xref:#_camel_apache_org_v1_FailureRecovery[FailureRecovery]*
 |
 
 
-the recovery attempted for this failure
+the recovery attempted for this failure.
 
 
 |===
@@ -1895,7 +1895,7 @@ the recovery attempted for this failure
 
 * <<#_camel_apache_org_v1_Failure, Failure>>
 
-FailureRecovery defines the attempts to recover a failure
+FailureRecovery defines the attempts to recover a failure.
 
 [cols="2,2a",options="header"]
 |===
@@ -1907,21 +1907,21 @@ int
 |
 
 
-attempt number
+attempt number.
 
 |`attemptMax` +
 int
 |
 
 
-maximum number of attempts
+maximum number of attempts.
 
 |`attemptTime` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#time-v1-meta[Kubernetes meta/v1.Time]*
 |
 *(Optional)*
 
-time of the attempt execution
+time of the attempt execution.
 
 
 |===
@@ -1933,7 +1933,7 @@ time of the attempt execution
 
 * <<#_camel_apache_org_v1_IntegrationSpec, IntegrationSpec>>
 
-Flow is an unstructured object representing a Camel Flow in YAML/JSON DSL
+Flow is an unstructured object representing a Camel Flow in YAML/JSON DSL.
 
 [cols="2,2a",options="header"]
 |===
@@ -1958,7 +1958,7 @@ Flow is an unstructured object representing a Camel Flow in YAML/JSON DSL
 * <<#_camel_apache_org_v1_DataTypeSpec, DataTypeSpec>>
 * <<#_camel_apache_org_v1_DataTypesSpec, DataTypesSpec>>
 
-HeaderSpec represents the specification for a header used in the Kamelet
+HeaderSpec represents the specification for a header used in the Kamelet.
 
 [cols="2,2a",options="header"]
 |===
@@ -2160,7 +2160,7 @@ Pods collect health and conditions information from the owned PODs
 
 * <<#_camel_apache_org_v1_IntegrationCondition, IntegrationCondition>>
 
-IntegrationConditionType --
+IntegrationConditionType --.
 
 
 [#_camel_apache_org_v1_IntegrationKitCondition]
@@ -2229,7 +2229,7 @@ A human-readable message indicating details about the transition.
 
 * <<#_camel_apache_org_v1_IntegrationKitCondition, IntegrationKitCondition>>
 
-IntegrationKitConditionType --
+IntegrationKitConditionType --.
 
 
 [#_camel_apache_org_v1_IntegrationKitPhase]
@@ -2239,7 +2239,7 @@ IntegrationKitConditionType --
 
 * <<#_camel_apache_org_v1_IntegrationKitStatus, IntegrationKitStatus>>
 
-IntegrationKitPhase --
+IntegrationKitPhase --.
 
 
 [#_camel_apache_org_v1_IntegrationKitSpec]
@@ -2249,7 +2249,7 @@ IntegrationKitPhase --
 
 * <<#_camel_apache_org_v1_IntegrationKit, IntegrationKit>>
 
-IntegrationKitSpec defines a container image and additional configurations required to kick off an `Integration` with certain features
+IntegrationKitSpec defines a container image and additional configurations required to kick off an `Integration` with certain features.
 
 [cols="2,2a",options="header"]
 |===
@@ -2320,7 +2320,7 @@ the sources to add at build time
 
 * <<#_camel_apache_org_v1_IntegrationKit, IntegrationKit>>
 
-IntegrationKitStatus defines the observed state of IntegrationKit
+IntegrationKitStatus defines the observed state of IntegrationKit.
 
 [cols="2,2a",options="header"]
 |===
@@ -2421,7 +2421,7 @@ a list of conditions which happened for the events related the kit
 
 * <<#_camel_apache_org_v1_IntegrationKitSpec, IntegrationKitSpec>>
 
-IntegrationKitTraits defines traits assigned to an `IntegrationKit`
+IntegrationKitTraits defines traits assigned to an `IntegrationKit`.
 
 [cols="2,2a",options="header"]
 |===
@@ -2475,7 +2475,7 @@ The collection of addon trait configurations
 
 * <<#_camel_apache_org_v1_IntegrationStatus, IntegrationStatus>>
 
-IntegrationPhase --
+IntegrationPhase --.
 
 
 [#_camel_apache_org_v1_IntegrationPlatformBuildPublishStrategy]
@@ -2485,7 +2485,7 @@ IntegrationPhase --
 
 * <<#_camel_apache_org_v1_IntegrationPlatformBuildSpec, IntegrationPlatformBuildSpec>>
 
-IntegrationPlatformBuildPublishStrategy defines the strategy used to package and publish an Integration base image
+IntegrationPlatformBuildPublishStrategy defines the strategy used to package and publish an Integration base image.
 
 
 [#_camel_apache_org_v1_IntegrationPlatformBuildSpec]
@@ -2592,7 +2592,7 @@ the maximum amount of parallel running pipelines started by this operator instan
 
 * <<#_camel_apache_org_v1_IntegrationPlatformSpec, IntegrationPlatformSpec>>
 
-IntegrationPlatformCluster is the kind of orchestration cluster the platform is installed into
+IntegrationPlatformCluster is the kind of orchestration cluster the platform is installed into.
 
 
 [#_camel_apache_org_v1_IntegrationPlatformCondition]
@@ -2661,7 +2661,7 @@ A human-readable message indicating details about the transition.
 
 * <<#_camel_apache_org_v1_IntegrationPlatformCondition, IntegrationPlatformCondition>>
 
-IntegrationPlatformConditionType defines the type of condition
+IntegrationPlatformConditionType defines the type of condition.
 
 
 [#_camel_apache_org_v1_IntegrationPlatformKameletRepositorySpec]
@@ -2671,7 +2671,7 @@ IntegrationPlatformConditionType defines the type of condition
 
 * <<#_camel_apache_org_v1_IntegrationPlatformKameletSpec, IntegrationPlatformKameletSpec>>
 
-IntegrationPlatformKameletRepositorySpec defines the location of the Kamelet catalog to use
+IntegrationPlatformKameletRepositorySpec defines the location of the Kamelet catalog to use.
 
 [cols="2,2a",options="header"]
 |===
@@ -2695,7 +2695,7 @@ the remote repository in the format github:ORG/REPO/PATH_TO_KAMELETS_FOLDER
 
 * <<#_camel_apache_org_v1_IntegrationPlatformSpec, IntegrationPlatformSpec>>
 
-IntegrationPlatformKameletSpec define the behavior for all the Kamelets controller by the IntegrationPlatform
+IntegrationPlatformKameletSpec define the behavior for all the Kamelets controller by the IntegrationPlatform.
 
 [cols="2,2a",options="header"]
 |===
@@ -2719,7 +2719,7 @@ remote repository used to retrieve Kamelet catalog
 
 * <<#_camel_apache_org_v1_IntegrationPlatformStatus, IntegrationPlatformStatus>>
 
-IntegrationPlatformPhase is the phase of an IntegrationPlatform
+IntegrationPlatformPhase is the phase of an IntegrationPlatform.
 
 
 [#_camel_apache_org_v1_IntegrationPlatformSpec]
@@ -2730,7 +2730,7 @@ IntegrationPlatformPhase is the phase of an IntegrationPlatform
 * <<#_camel_apache_org_v1_IntegrationPlatform, IntegrationPlatform>>
 * <<#_camel_apache_org_v1_IntegrationPlatformStatus, IntegrationPlatformStatus>>
 
-IntegrationPlatformSpec defines the desired state of IntegrationPlatform
+IntegrationPlatformSpec defines the desired state of IntegrationPlatform.
 
 [cols="2,2a",options="header"]
 |===
@@ -2742,7 +2742,7 @@ IntegrationPlatformSpec defines the desired state of IntegrationPlatform
 |
 
 
-what kind of cluster you're running (ie, plain Kubernetes or OpenShift)
+what kind of cluster you're running (ie, plain Kubernetes or OpenShift).
 
 |`profile` +
 *xref:#_camel_apache_org_v1_TraitProfile[TraitProfile]*
@@ -2750,21 +2750,21 @@ what kind of cluster you're running (ie, plain Kubernetes or OpenShift)
 
 
 the profile you wish to use. It will apply certain traits which are required by the specific profile chosen.
-It usually relates the Cluster with the optional definition of special profiles (ie, Knative)
+It usually relates the Cluster with the optional definition of special profiles (ie, Knative).
 
 |`build` +
 *xref:#_camel_apache_org_v1_IntegrationPlatformBuildSpec[IntegrationPlatformBuildSpec]*
 |
 
 
-specify how to build the Integration/IntegrationKits
+specify how to build the Integration/IntegrationKits.
 
 |`traits` +
 *xref:#_camel_apache_org_v1_Traits[Traits]*
 |
 
 
-list of traits to be executed for all the Integration/IntegrationKits built from this IntegrationPlatform
+list of traits to be executed for all the Integration/IntegrationKits built from this IntegrationPlatform.
 
 |`configuration` +
 *xref:#_camel_apache_org_v1_ConfigurationSpec[[\]ConfigurationSpec]*
@@ -2795,7 +2795,7 @@ configuration to be executed to all Kamelets controlled by this IntegrationPlatf
 
 * <<#_camel_apache_org_v1_IntegrationPlatform, IntegrationPlatform>>
 
-IntegrationPlatformStatus defines the observed state of IntegrationPlatform
+IntegrationPlatformStatus defines the observed state of IntegrationPlatform.
 
 [cols="2,2a",options="header"]
 |===
@@ -2868,28 +2868,28 @@ int32
 |
 
 
-the number of `Pods` needed for the running Integration
+the number of `Pods` needed for the running Integration.
 
 |`sources` +
 *xref:#_camel_apache_org_v1_SourceSpec[[\]SourceSpec]*
 |
 
 
-the sources which contain the Camel routes to run
+the sources which contain the Camel routes to run.
 
 |`flows` +
 *xref:#_camel_apache_org_v1_Flow[[\]Flow]*
 |
 
 
-a source in YAML DSL language which contain the routes to run
+a source in YAML DSL language which contain the routes to run.
 
 |`integrationKit` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#objectreference-v1-core[Kubernetes core/v1.ObjectReference]*
 |
 
 
-the reference of the `IntegrationKit` which is used for this Integration
+the reference of the `IntegrationKit` which is used for this Integration.
 
 |`dependencies` +
 []string
@@ -2954,7 +2954,7 @@ custom SA to use for the Integration
 
 * <<#_camel_apache_org_v1_Integration, Integration>>
 
-IntegrationStatus defines the observed state of Integration
+IntegrationStatus defines the observed state of Integration.
 
 [cols="2,2a",options="header"]
 |===
@@ -2973,21 +2973,21 @@ ObservedGeneration is the most recent generation observed for this Integration.
 |
 
 
-the actual phase
+the actual phase.
 
 |`digest` +
 string
 |
 
 
-the digest calculated for this Integration
+the digest calculated for this Integration.
 
 |`image` +
 string
 |
 
 
-the container image used
+the container image used.
 
 |`dependencies` +
 []string
@@ -3008,35 +3008,35 @@ the profile needed to run this Integration
 |
 
 
-the reference of the `IntegrationKit` which is used for this Integration
+the reference of the `IntegrationKit` which is used for this Integration.
 
 |`platform` +
 string
 |
 
 
-The IntegrationPlatform watching this Integration
+The IntegrationPlatform watching this Integration.
 
 |`generatedSources` +
 *xref:#_camel_apache_org_v1_SourceSpec[[\]SourceSpec]*
 |
 
 
-a list of sources generated for this Integration
+a list of sources generated for this Integration.
 
 |`runtimeVersion` +
 string
 |
 
 
-the runtime version targeted for this Integration
+the runtime version targeted for this Integration.
 
 |`runtimeProvider` +
 *xref:#_camel_apache_org_v1_RuntimeProvider[RuntimeProvider]*
 |
 
 
-the runtime provider targeted for this Integration
+the runtime provider targeted for this Integration.
 
 |`configuration` +
 *xref:#_camel_apache_org_v1_ConfigurationSpec[[\]ConfigurationSpec]*
@@ -3044,42 +3044,42 @@ the runtime provider targeted for this Integration
 
 
 Deprecated:
-a list of configuration specification
+a list of configuration specification.
 
 |`conditions` +
 *xref:#_camel_apache_org_v1_IntegrationCondition[[\]IntegrationCondition]*
 |
 
 
-a list of events happened for the Integration
+a list of events happened for the Integration.
 
 |`version` +
 string
 |
 
 
-the operator version
+the operator version.
 
 |`replicas` +
 int32
 |
 
 
-the number of replicas
+the number of replicas.
 
 |`selector` +
 string
 |
 
 
-label selector
+label selector.
 
 |`capabilities` +
 []string
 |
 
 
-features offered by the Integration
+features offered by the Integration.
 
 |`lastInitTimestamp` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#time-v1-meta[Kubernetes meta/v1.Time]*
@@ -3485,7 +3485,7 @@ A human-readable message indicating details about the transition.
 
 * <<#_camel_apache_org_v1_KameletCondition, KameletCondition>>
 
-KameletConditionType --
+KameletConditionType --.
 
 
 [#_camel_apache_org_v1_KameletPhase]
@@ -3495,7 +3495,7 @@ KameletConditionType --
 
 * <<#_camel_apache_org_v1_KameletStatus, KameletStatus>>
 
-KameletPhase --
+KameletPhase --.
 
 
 [#_camel_apache_org_v1_KameletProperty]
@@ -3505,7 +3505,7 @@ KameletPhase --
 
 * <<#_camel_apache_org_v1_KameletStatus, KameletStatus>>
 
-KameletProperty specify the behavior of a property in a Kamelet
+KameletProperty specify the behavior of a property in a Kamelet.
 
 [cols="2,2a",options="header"]
 |===
@@ -3517,14 +3517,14 @@ string
 |
 
 
-the name of the property
+the name of the property.
 
 |`default` +
 string
 |
 
 
-the default value of the property (if any)
+the default value of the property (if any).
 
 
 |===
@@ -3536,7 +3536,7 @@ the default value of the property (if any)
 
 * <<#_camel_apache_org_v1_Kamelet, Kamelet>>
 
-KameletSpec specifies the configuration required to execute a Kamelet
+KameletSpec specifies the configuration required to execute a Kamelet.
 
 [cols="2,2a",options="header"]
 |===
@@ -3548,21 +3548,21 @@ KameletSpec specifies the configuration required to execute a Kamelet
 |
 
 
-defines the formal configuration of the Kamelet
+defines the formal configuration of the Kamelet.
 
 |`sources` +
 *xref:#_camel_apache_org_v1_SourceSpec[[\]SourceSpec]*
 |
 
 
-sources in any Camel DSL supported
+sources in any Camel DSL supported.
 
 |`template` +
 *xref:#_camel_apache_org_v1_Template[Template]*
 |
 
 
-the main source in YAML DSL
+the main source in YAML DSL.
 
 |`types` +
 *xref:#_camel_apache_org_v1_EventTypeSpec[map[github.com/apache/camel-k/v2/pkg/apis/camel/v1.TypeSlot\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.EventTypeSpec]*
@@ -3570,21 +3570,21 @@ the main source in YAML DSL
 
 
 data specification types for the events consumed/produced by the Kamelet
-Deprecated: In favor of using DataTypes
+Deprecated: In favor of using DataTypes.
 
 |`dataTypes` +
 *xref:#_camel_apache_org_v1_DataTypesSpec[map[github.com/apache/camel-k/v2/pkg/apis/camel/v1.TypeSlot\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.DataTypesSpec]*
 |
 
 
-data specification types for the events consumed/produced by the Kamelet
+data specification types for the events consumed/produced by the Kamelet.
 
 |`dependencies` +
 []string
 |
 
 
-Camel dependencies needed by the Kamelet
+Camel dependencies needed by the Kamelet.
 
 
 |===
@@ -3596,7 +3596,7 @@ Camel dependencies needed by the Kamelet
 
 * <<#_camel_apache_org_v1_Kamelet, Kamelet>>
 
-KameletStatus defines the observed state of Kamelet
+KameletStatus defines the observed state of Kamelet.
 
 [cols="2,2a",options="header"]
 |===
@@ -3641,7 +3641,7 @@ Properties --
 
 * <<#_camel_apache_org_v1_Task, Task>>
 
-KanikoTask is used to configure Kaniko
+KanikoTask is used to configure Kaniko.
 
 [cols="2,2a",options="header"]
 |===
@@ -3667,21 +3667,21 @@ bool
 |
 
 
-log more information
+log more information.
 
 |`cache` +
 *xref:#_camel_apache_org_v1_KanikoTaskCache[KanikoTaskCache]*
 |
 
 
-use a cache
+use a cache.
 
 |`executorImage` +
 string
 |
 
 
-docker image to use
+docker image to use.
 
 
 |===
@@ -3693,7 +3693,7 @@ docker image to use
 
 * <<#_camel_apache_org_v1_KanikoTask, KanikoTask>>
 
-KanikoTaskCache is used to configure Kaniko cache
+KanikoTaskCache is used to configure Kaniko cache.
 
 [cols="2,2a",options="header"]
 |===
@@ -3705,14 +3705,14 @@ bool
 |
 
 
-true if a cache is enabled
+true if a cache is enabled.
 
 |`persistentVolumeClaim` +
 string
 |
 
 
-the PVC used to store the cache
+the PVC used to store the cache.
 
 
 |===
@@ -3724,7 +3724,7 @@ the PVC used to store the cache
 
 * <<#_camel_apache_org_v1_SourceSpec, SourceSpec>>
 
-Language represents a supported language (Camel DSL)
+Language represents a supported language (Camel DSL).
 
 
 [#_camel_apache_org_v1_MavenArtifact]
@@ -3738,7 +3738,7 @@ Language represents a supported language (Camel DSL)
 * <<#_camel_apache_org_v1_MavenSpec, MavenSpec>>
 * <<#_camel_apache_org_v1_RuntimeSpec, RuntimeSpec>>
 
-MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact
+MavenArtifact defines a GAV (Group:Artifact:Version) Maven artifact.
 
 [cols="2,2a",options="header"]
 |===
@@ -3776,7 +3776,7 @@ Maven Version
 
 * <<#_camel_apache_org_v1_BuilderTask, BuilderTask>>
 
-MavenBuildSpec defines the Maven configuration plus additional repositories to use
+MavenBuildSpec defines the Maven configuration plus additional repositories to use.
 
 [cols="2,2a",options="header"]
 |===
@@ -3788,21 +3788,21 @@ MavenBuildSpec defines the Maven configuration plus additional repositories to u
 |(Members of `MavenSpec` are embedded into this type.)
 
 
-base Maven specification
+base Maven specification.
 
 |`repositories` +
 *xref:#_camel_apache_org_v1_Repository[[\]Repository]*
 |
 
 
-additional repositories
+additional repositories.
 
 |`servers` +
 *xref:#_camel_apache_org_v1_Server[[\]Server]*
 |
 
 
-Servers (auth)
+Servers (auth).
 
 
 |===
@@ -3815,7 +3815,7 @@ Servers (auth)
 * <<#_camel_apache_org_v1_IntegrationPlatformBuildSpec, IntegrationPlatformBuildSpec>>
 * <<#_camel_apache_org_v1_MavenBuildSpec, MavenBuildSpec>>
 
-MavenSpec --
+MavenSpec --.
 
 [cols="2,2a",options="header"]
 |===
@@ -3957,7 +3957,7 @@ Pods collect health and conditions information from the owned PODs
 
 * <<#_camel_apache_org_v1_PipeCondition, PipeCondition>>
 
-PipeConditionType --
+PipeConditionType --.
 
 
 [#_camel_apache_org_v1_PipePhase]
@@ -3967,7 +3967,7 @@ PipeConditionType --
 
 * <<#_camel_apache_org_v1_PipeStatus, PipeStatus>>
 
-PipePhase --
+PipePhase --.
 
 
 [#_camel_apache_org_v1_PipeSpec]
@@ -4010,7 +4010,7 @@ Sink is the destination of the integration defined by this Pipe
 |
 
 
-ErrorHandler is an optional handler called upon an error occuring in the integration
+ErrorHandler is an optional handler called upon an error occurring in the integration
 
 |`steps` +
 *xref:#_camel_apache_org_v1_Endpoint[[\]Endpoint]*
@@ -4043,7 +4043,7 @@ Custom SA to use for the Pipe
 
 * <<#_camel_apache_org_v1_Pipe, Pipe>>
 
-PipeStatus specify the status of a Pipe
+PipeStatus specify the status of a Pipe.
 
 [cols="2,2a",options="header"]
 |===
@@ -4062,28 +4062,28 @@ ObservedGeneration is the most recent generation observed for this Pipe.
 |
 
 
-Phase --
+Phase --.
 
 |`conditions` +
 *xref:#_camel_apache_org_v1_PipeCondition[[\]PipeCondition]*
 |
 
 
-Conditions --
+Conditions --.
 
 |`replicas` +
 int32
 |
 
 
-Replicas is the number of actual replicas of the pipe
+Replicas is the number of actual replicas of the pipe.
 
 |`selector` +
 string
 |
 
 
-Selector allows to identify pods belonging to the pipe
+Selector allows to identify pods belonging to the pipe.
 
 
 |===
@@ -4140,7 +4140,7 @@ string
 
 * <<#_camel_apache_org_v1_PodSpecTemplate, PodSpecTemplate>>
 
-PodSpec defines a group of Kubernetes resources
+PodSpec defines a group of Kubernetes resources.
 
 [cols="2,2a",options="header"]
 |===
@@ -4152,77 +4152,77 @@ PodSpec defines a group of Kubernetes resources
 |
 
 
-Volumes
+Volumes.
 
 |`initContainers` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#container-v1-core[[\]Kubernetes core/v1.Container]*
 |
 
 
-InitContainers
+InitContainers.
 
 |`containers` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#container-v1-core[[\]Kubernetes core/v1.Container]*
 |
 
 
-Containers
+Containers.
 
 |`ephemeralContainers` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#ephemeralcontainer-v1-core[[\]Kubernetes core/v1.EphemeralContainer]*
 |
 
 
-EphemeralContainers
+EphemeralContainers.
 
 |`restartPolicy` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#restartpolicy-v1-core[Kubernetes core/v1.RestartPolicy]*
 |
 
 
-RestartPolicy
+RestartPolicy.
 
 |`terminationGracePeriodSeconds` +
 int64
 |
 
 
-TerminationGracePeriodSeconds
+TerminationGracePeriodSeconds.
 
 |`activeDeadlineSeconds` +
 int64
 |
 
 
-ActiveDeadlineSeconds
+ActiveDeadlineSeconds.
 
 |`dnsPolicy` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#dnspolicy-v1-core[Kubernetes core/v1.DNSPolicy]*
 |
 
 
-DNSPolicy
+DNSPolicy.
 
 |`nodeSelector` +
 map[string]string
 |
 
 
-NodeSelector
+NodeSelector.
 
 |`topologySpreadConstraints` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#topologyspreadconstraint-v1-core[[\]Kubernetes core/v1.TopologySpreadConstraint]*
 |
 
 
-TopologySpreadConstraints
+TopologySpreadConstraints.
 
 |`securityContext` +
 *https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#podsecuritycontext-v1-core[Kubernetes core/v1.PodSecurityContext]*
 |
 
 
-PodSecurityContext
+PodSecurityContext.
 
 
 |===
@@ -4234,7 +4234,7 @@ PodSecurityContext
 
 * <<#_camel_apache_org_v1_IntegrationSpec, IntegrationSpec>>
 
-PodSpecTemplate represent a template used to deploy an Integration `Pod`
+PodSpecTemplate represent a template used to deploy an Integration `Pod`.
 
 [cols="2,2a",options="header"]
 |===
@@ -4246,7 +4246,7 @@ PodSpecTemplate represent a template used to deploy an Integration `Pod`
 |
 
 
-the specification
+the specification.
 
 
 |===
@@ -4271,7 +4271,7 @@ the specification
 * <<#_camel_apache_org_v1_KanikoTask, KanikoTask>>
 * <<#_camel_apache_org_v1_SpectrumTask, SpectrumTask>>
 
-PublishTask image publish configuration
+PublishTask image publish configuration.
 
 [cols="2,2a",options="header"]
 |===
@@ -4283,28 +4283,28 @@ string
 |
 
 
-can be useful to share info with other tasks
+can be useful to share info with other tasks.
 
 |`baseImage` +
 string
 |
 
 
-base image layer
+base image layer.
 
 |`image` +
 string
 |
 
 
-final image name
+final image name.
 
 |`registry` +
 *xref:#_camel_apache_org_v1_RegistrySpec[RegistrySpec]*
 |
 
 
-where to publish the final image
+where to publish the final image.
 
 
 |===
@@ -4338,7 +4338,7 @@ be used to delay JSON decoding or precompute a JSON encoding.
 * <<#_camel_apache_org_v1_IntegrationPlatformBuildSpec, IntegrationPlatformBuildSpec>>
 * <<#_camel_apache_org_v1_PublishTask, PublishTask>>
 
-RegistrySpec provides the configuration for the container registry
+RegistrySpec provides the configuration for the container registry.
 
 [cols="2,2a",options="header"]
 |===
@@ -4390,7 +4390,7 @@ the registry organization
 
 * <<#_camel_apache_org_v1_MavenBuildSpec, MavenBuildSpec>>
 
-Repository defines a Maven repository
+Repository defines a Maven repository.
 
 [cols="2,2a",options="header"]
 |===
@@ -4442,7 +4442,7 @@ can use stable releases
 
 * <<#_camel_apache_org_v1_Repository, Repository>>
 
-RepositoryPolicy defines the policy associated to a Maven repository
+RepositoryPolicy defines the policy associated to a Maven repository.
 
 [cols="2,2a",options="header"]
 |===
@@ -4479,7 +4479,7 @@ Your options are to `ignore`, `fail`, or `warn` on missing or incorrect checksum
 [#_camel_apache_org_v1_ResourceCondition]
 === ResourceCondition
 
-ResourceCondition is a common type for all conditions
+ResourceCondition is a common type for all conditions.
 
 
 [#_camel_apache_org_v1_RuntimeProvider]
@@ -4492,7 +4492,7 @@ ResourceCondition is a common type for all conditions
 * <<#_camel_apache_org_v1_IntegrationStatus, IntegrationStatus>>
 * <<#_camel_apache_org_v1_RuntimeSpec, RuntimeSpec>>
 
-RuntimeProvider is the provider chosen for the runtime
+RuntimeProvider is the provider chosen for the runtime.
 
 
 [#_camel_apache_org_v1_RuntimeSpec]
@@ -4503,7 +4503,7 @@ RuntimeProvider is the provider chosen for the runtime
 * <<#_camel_apache_org_v1_BuilderTask, BuilderTask>>
 * <<#_camel_apache_org_v1_CamelCatalogSpec, CamelCatalogSpec>>
 
-RuntimeSpec represents the configuration for the Java runtime in charge to execute the Camel application
+RuntimeSpec represents the configuration for the Java runtime in charge to execute the Camel application.
 
 [cols="2,2a",options="header"]
 |===
@@ -4522,21 +4522,21 @@ Camel K Runtime version
 |
 
 
-Camel main application provider, ie, Camel Quarkus
+Camel main application provider, ie, Camel Quarkus.
 
 |`applicationClass` +
 string
 |
 
 
-application entry point (main) to be executed
+application entry point (main) to be executed.
 
 |`dependencies` +
 *xref:#_camel_apache_org_v1_MavenArtifact[[\]MavenArtifact]*
 |
 
 
-list of dependencies needed to run the application
+list of dependencies needed to run the application.
 
 |`metadata` +
 map[string]string
@@ -4562,7 +4562,7 @@ features offered by this runtime
 
 * <<#_camel_apache_org_v1_Task, Task>>
 
-S2iTask is used to configure S2I
+S2iTask is used to configure S2I.
 
 [cols="2,2a",options="header"]
 |===
@@ -4656,7 +4656,7 @@ string
 * <<#_camel_apache_org_v1_IntegrationStatus, IntegrationStatus>>
 * <<#_camel_apache_org_v1_KameletSpec, KameletSpec>>
 
-SourceSpec defines the configuration for one or more routes to be executed in a certain Camel DSL language
+SourceSpec defines the configuration for one or more routes to be executed in a certain Camel DSL language.
 
 [cols="2,2a",options="header"]
 |===
@@ -4668,14 +4668,14 @@ SourceSpec defines the configuration for one or more routes to be executed in a
 |(Members of `DataSpec` are embedded into this type.)
 
 
-contains configuration related to the source code
+contains configuration related to the source code.
 
 |`language` +
 *xref:#_camel_apache_org_v1_Language[Language]*
 |
 
 
-specify which is the language (Camel DSL) used to interpret this source code
+specify which is the language (Camel DSL) used to interpret this source code.
 
 |`loader` +
 string
@@ -4683,7 +4683,7 @@ string
 
 
 Loader is an optional id of the org.apache.camel.k.RoutesLoader that will
-interpret this source at runtime
+interpret this source at runtime.
 
 |`interceptors` +
 []string
@@ -4691,21 +4691,21 @@ interpret this source at runtime
 
 
 Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-uses to pre/post process sources
+uses to pre/post process sources.
 
 |`type` +
 *xref:#_camel_apache_org_v1_SourceType[SourceType]*
 |
 
 
-Type defines the kind of source described by this object
+Type defines the kind of source described by this object.
 
 |`property-names` +
 []string
 |
 
 
-List of property names defined in the source (e.g. if type is "template")
+List of property names defined in the source (e.g. if type is "template").
 
 
 |===
@@ -4717,7 +4717,7 @@ List of property names defined in the source (e.g. if type is "template")
 
 * <<#_camel_apache_org_v1_SourceSpec, SourceSpec>>
 
-SourceType represents an available source type
+SourceType represents an available source type.
 
 
 [#_camel_apache_org_v1_SpectrumTask]
@@ -4727,7 +4727,7 @@ SourceType represents an available source type
 
 * <<#_camel_apache_org_v1_Task, Task>>
 
-SpectrumTask is used to configure Spectrum
+SpectrumTask is used to configure Spectrum.
 
 [cols="2,2a",options="header"]
 |===
@@ -4844,7 +4844,7 @@ a S2iTask, for S2I strategy
 
 * <<#_camel_apache_org_v1_KameletSpec, KameletSpec>>
 
-Template is an unstructured object representing a Kamelet template in YAML/JSON DSL
+Template is an unstructured object representing a Kamelet template in YAML/JSON DSL.
 
 [cols="2,2a",options="header"]
 |===
@@ -4856,7 +4856,7 @@ Template is an unstructured object representing a Kamelet template in YAML/JSON
 |(Members of `RawMessage` are embedded into this type.)
 
 
-an unstructured raw message
+an unstructured raw message.
 
 
 |===
@@ -4896,7 +4896,7 @@ generic raw message, typically a map containing the keys (trait parameters) and
 * <<#_camel_apache_org_v1_IntegrationSpec, IntegrationSpec>>
 * <<#_camel_apache_org_v1_IntegrationStatus, IntegrationStatus>>
 
-TraitProfile represents lists of traits that are enabled for the specific installation/integration
+TraitProfile represents lists of traits that are enabled for the specific installation/integration.
 
 
 [#_camel_apache_org_v1_TraitSpec]
@@ -4932,7 +4932,7 @@ TraitConfiguration parameters configuration
 * <<#_camel_apache_org_v1_IntegrationPlatformSpec, IntegrationPlatformSpec>>
 * <<#_camel_apache_org_v1_IntegrationSpec, IntegrationSpec>>
 
-Traits represents the collection of trait configurations
+Traits represents the collection of trait configurations.
 
 [cols="2,2a",options="header"]
 |===
@@ -4944,245 +4944,245 @@ Traits represents the collection of trait configurations
 |
 
 
-The configuration of Affinity trait
+The configuration of Affinity trait.
 
 |`builder` +
 *xref:#_camel_apache_org_v1_trait_BuilderTrait[BuilderTrait]*
 |
 
 
-The configuration of Builder trait
+The configuration of Builder trait.
 
 |`camel` +
 *xref:#_camel_apache_org_v1_trait_CamelTrait[CamelTrait]*
 |
 
 
-The configuration of Camel trait
+The configuration of Camel trait.
 
 |`container` +
 *xref:#_camel_apache_org_v1_trait_ContainerTrait[ContainerTrait]*
 |
 
 
-The configuration of Container trait
+The configuration of Container trait.
 
 |`cron` +
 *xref:#_camel_apache_org_v1_trait_CronTrait[CronTrait]*
 |
 
 
-The configuration of Cron trait
+The configuration of Cron trait.
 
 |`dependencies` +
 *xref:#_camel_apache_org_v1_trait_DependenciesTrait[DependenciesTrait]*
 |
 
 
-The configuration of Dependencies trait
+The configuration of Dependencies trait.
 
 |`deployer` +
 *xref:#_camel_apache_org_v1_trait_DeployerTrait[DeployerTrait]*
 |
 
 
-The configuration of Deployer trait
+The configuration of Deployer trait.
 
 |`deployment` +
 *xref:#_camel_apache_org_v1_trait_DeploymentTrait[DeploymentTrait]*
 |
 
 
-The configuration of Deployment trait
+The configuration of Deployment trait.
 
 |`environment` +
 *xref:#_camel_apache_org_v1_trait_EnvironmentTrait[EnvironmentTrait]*
 |
 
 
-The configuration of Environment trait
+The configuration of Environment trait.
 
 |`error-handler` +
 *xref:#_camel_apache_org_v1_trait_ErrorHandlerTrait[ErrorHandlerTrait]*
 |
 
 
-The configuration of Error Handler trait
+The configuration of Error Handler trait.
 
 |`gc` +
 *xref:#_camel_apache_org_v1_trait_GCTrait[GCTrait]*
 |
 
 
-The configuration of GC trait
+The configuration of GC trait.
 
 |`health` +
 *xref:#_camel_apache_org_v1_trait_HealthTrait[HealthTrait]*
 |
 
 
-The configuration of Health trait
+The configuration of Health trait.
 
 |`ingress` +
 *xref:#_camel_apache_org_v1_trait_IngressTrait[IngressTrait]*
 |
 
 
-The configuration of Ingress trait
+The configuration of Ingress trait.
 
 |`istio` +
 *xref:#_camel_apache_org_v1_trait_IstioTrait[IstioTrait]*
 |
 
 
-The configuration of Istio trait
+The configuration of Istio trait.
 
 |`jolokia` +
 *xref:#_camel_apache_org_v1_trait_JolokiaTrait[JolokiaTrait]*
 |
 
 
-The configuration of Jolokia trait
+The configuration of Jolokia trait.
 
 |`jvm` +
 *xref:#_camel_apache_org_v1_trait_JVMTrait[JVMTrait]*
 |
 
 
-The configuration of JVM trait
+The configuration of JVM trait.
 
 |`kamelets` +
 *xref:#_camel_apache_org_v1_trait_KameletsTrait[KameletsTrait]*
 |
 
 
-The configuration of Kamelets trait
+The configuration of Kamelets trait.
 
 |`knative` +
 *xref:#_camel_apache_org_v1_trait_KnativeTrait[KnativeTrait]*
 |
 
 
-The configuration of Knative trait
+The configuration of Knative trait.
 
 |`knative-service` +
 *xref:#_camel_apache_org_v1_trait_KnativeServiceTrait[KnativeServiceTrait]*
 |
 
 
-The configuration of Knative Service trait
+The configuration of Knative Service trait.
 
 |`logging` +
 *xref:#_camel_apache_org_v1_trait_LoggingTrait[LoggingTrait]*
 |
 
 
-The configuration of Logging trait
+The configuration of Logging trait.
 
 |`mount` +
 *xref:#_camel_apache_org_v1_trait_MountTrait[MountTrait]*
 |
 
 
-The configuration of Mount trait
+The configuration of Mount trait.
 
 |`openapi` +
 *xref:#_camel_apache_org_v1_trait_OpenAPITrait[OpenAPITrait]*
 |
 
 
-The configuration of OpenAPI trait
+The configuration of OpenAPI trait.
 
 |`owner` +
 *xref:#_camel_apache_org_v1_trait_OwnerTrait[OwnerTrait]*
 |
 
 
-The configuration of Owner trait
+The configuration of Owner trait.
 
 |`pdb` +
 *xref:#_camel_apache_org_v1_trait_PDBTrait[PDBTrait]*
 |
 
 
-The configuration of PDB trait
+The configuration of PDB trait.
 
 |`platform` +
 *xref:#_camel_apache_org_v1_trait_PlatformTrait[PlatformTrait]*
 |
 
 
-The configuration of Platform trait
+The configuration of Platform trait.
 
 |`pod` +
 *xref:#_camel_apache_org_v1_trait_PodTrait[PodTrait]*
 |
 
 
-The configuration of Pod trait
+The configuration of Pod trait.
 
 |`prometheus` +
 *xref:#_camel_apache_org_v1_trait_PrometheusTrait[PrometheusTrait]*
 |
 
 
-The configuration of Prometheus trait
+The configuration of Prometheus trait.
 
 |`pull-secret` +
 *xref:#_camel_apache_org_v1_trait_PullSecretTrait[PullSecretTrait]*
 |
 
 
-The configuration of Pull Secret trait
+The configuration of Pull Secret trait.
 
 |`quarkus` +
 *xref:#_camel_apache_org_v1_trait_QuarkusTrait[QuarkusTrait]*
 |
 
 
-The configuration of Quarkus trait
+The configuration of Quarkus trait.
 
 |`registry` +
 *xref:#_camel_apache_org_v1_trait_RegistryTrait[RegistryTrait]*
 |
 
 
-The configuration of Registry trait
+The configuration of Registry trait.
 
 |`route` +
 *xref:#_camel_apache_org_v1_trait_RouteTrait[RouteTrait]*
 |
 
 
-The configuration of Route trait
+The configuration of Route trait.
 
 |`service` +
 *xref:#_camel_apache_org_v1_trait_ServiceTrait[ServiceTrait]*
 |
 
 
-The configuration of Service trait
+The configuration of Service trait.
 
 |`service-binding` +
 *xref:#_camel_apache_org_v1_trait_ServiceBindingTrait[ServiceBindingTrait]*
 |
 
 
-The configuration of Service Binding trait
+The configuration of Service Binding trait.
 
 |`toleration` +
 *xref:#_camel_apache_org_v1_trait_TolerationTrait[TolerationTrait]*
 |
 
 
-The configuration of Toleration trait
+The configuration of Toleration trait.
 
 |`addons` +
 *xref:#_camel_apache_org_v1_AddonTrait[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.AddonTrait]*
 |
 
 
-The extension point with addon traits
+The extension point with addon traits.
 
 |`keda` +
 *xref:#_camel_apache_org_v1_TraitSpec[TraitSpec]*
@@ -5225,7 +5225,7 @@ Deprecated: for backward compatibility.
 [#_camel_apache_org_v1_TypeSlot]
 === TypeSlot(`string` alias)
 
-TypeSlot represent a kind of data (ie, input, output, ...)
+TypeSlot represent a kind of data (ie, input, output, ...).
 
 
 [#_camel_apache_org_v1_UserTask]
@@ -5235,7 +5235,7 @@ TypeSlot represent a kind of data (ie, input, output, ...)
 
 * <<#_camel_apache_org_v1_Task, Task>>
 
-UserTask is used to execute any generic custom operation
+UserTask is used to execute any generic custom operation.
 
 [cols="2,2a",options="header"]
 |===
@@ -5273,7 +5273,7 @@ the command to execute
 
 * <<#_camel_apache_org_v1_MavenSpec, MavenSpec>>
 
-ValueSource --
+ValueSource --.
 
 [cols="2,2a",options="header"]
 |===
diff --git a/docs/modules/ROOT/partials/apis/kamelets-crds.adoc b/docs/modules/ROOT/partials/apis/kamelets-crds.adoc
index 6785aeb07..c9d6abb3a 100644
--- a/docs/modules/ROOT/partials/apis/kamelets-crds.adoc
+++ b/docs/modules/ROOT/partials/apis/kamelets-crds.adoc
@@ -8,7 +8,7 @@ Package v1alpha1 contains API Schema definitions for the camel v1alpha1 API grou
 [#_camel_apache_org_v1alpha1_Kamelet]
 === Kamelet
 
-Kamelet is the Schema for the kamelets API
+Kamelet is the Schema for the kamelets API.
 
 [cols="2,2a",options="header"]
 |===
@@ -35,14 +35,14 @@ Refer to the Kubernetes API documentation for the fields of the `metadata` field
 |
 
 
-the desired specification
+the desired specification.
 
 |`status` +
 *xref:#_camel_apache_org_v1alpha1_KameletStatus[KameletStatus]*
 |
 
 
-the actual status of the resource
+the actual status of the resource.
 
 
 |===
@@ -50,7 +50,7 @@ the actual status of the resource
 [#_camel_apache_org_v1alpha1_KameletBinding]
 === KameletBinding
 
-KameletBinding is the Schema for the kamelets binding API
+KameletBinding is the Schema for the kamelets binding API.
 
 [cols="2,2a",options="header"]
 |===
@@ -94,7 +94,7 @@ the status of a KameletBinding
 [#_camel_apache_org_v1alpha1_BeanProperties]
 === BeanProperties
 
-BeanProperties represent an unstructured object properties to be set on a bean
+BeanProperties represent an unstructured object properties to be set on a bean.
 
 [cols="2,2a",options="header"]
 |===
@@ -118,7 +118,7 @@ BeanProperties represent an unstructured object properties to be set on a bean
 
 * <<#_camel_apache_org_v1alpha1_Endpoint, Endpoint>>
 
-DataTypeReference references to the specification of a data type by its scheme and format name
+DataTypeReference references to the specification of a data type by its scheme and format name.
 
 [cols="2,2a",options="header"]
 |===
@@ -130,14 +130,14 @@ string
 |
 
 
-the data type component scheme
+the data type component scheme.
 
 |`format` +
 string
 |
 
 
-the data type format name
+the data type format name.
 
 
 |===
@@ -149,7 +149,7 @@ the data type format name
 
 * <<#_camel_apache_org_v1alpha1_DataTypesSpec, DataTypesSpec>>
 
-DataTypeSpec represents the specification for a data type
+DataTypeSpec represents the specification for a data type.
 
 [cols="2,2a",options="header"]
 |===
@@ -161,49 +161,49 @@ string
 |
 
 
-the data type component scheme
+the data type component scheme.
 
 |`format` +
 string
 |
 
 
-the data type format name
+the data type format name.
 
 |`description` +
 string
 |
 
 
-optional description
+optional description.
 
 |`mediaType` +
 string
 |
 
 
-media type as expected for HTTP media types (ie, application/json)
+media type as expected for HTTP media types (ie, application/json).
 
 |`dependencies` +
 []string
 |
 
 
-the list of Camel or Maven dependencies required by the data type
+the list of Camel or Maven dependencies required by the data type.
 
 |`headers` +
 *xref:#_camel_apache_org_v1alpha1_HeaderSpec[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.HeaderSpec]*
 |
 
 
-one to many header specifications
+one to many header specifications.
 
 |`schema` +
 *xref:#_camel_apache_org_v1alpha1_JSONSchemaProps[JSONSchemaProps]*
 |
 
 
-the expected schema for the data type
+the expected schema for the data type.
 
 
 |===
@@ -215,7 +215,7 @@ the expected schema for the data type
 
 * <<#_camel_apache_org_v1alpha1_KameletSpec, KameletSpec>>
 
-DataTypesSpec represents the specification for a set of data types
+DataTypesSpec represents the specification for a set of data types.
 
 [cols="2,2a",options="header"]
 |===
@@ -227,21 +227,21 @@ string
 |
 
 
-the default data type for this Kamelet
+the default data type for this Kamelet.
 
 |`types` +
 *xref:#_camel_apache_org_v1alpha1_DataTypeSpec[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.DataTypeSpec]*
 |
 
 
-one to many data type specifications
+one to many data type specifications.
 
 |`headers` +
 *xref:#_camel_apache_org_v1alpha1_HeaderSpec[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.HeaderSpec]*
 |
 
 
-one to many header specifications
+one to many header specifications.
 
 
 |===
@@ -254,7 +254,7 @@ one to many header specifications
 * <<#_camel_apache_org_v1alpha1_ErrorHandlerSink, ErrorHandlerSink>>
 * <<#_camel_apache_org_v1alpha1_KameletBindingSpec, KameletBindingSpec>>
 
-Endpoint represents a source/sink external entity (could be any Kubernetes resource or Camel URI)
+Endpoint represents a source/sink external entity (could be any Kubernetes resource or Camel URI).
 
 [cols="2,2a",options="header"]
 |===
@@ -266,21 +266,21 @@ Endpoint represents a source/sink external entity (could be any Kubernetes resou
 |
 
 
-Ref can be used to declare a Kubernetes resource as source/sink endpoint
+Ref can be used to declare a Kubernetes resource as source/sink endpoint.
 
 |`uri` +
 string
 |
 
 
-URI can be used to specify the (Camel) endpoint explicitly
+URI can be used to specify the (Camel) endpoint explicitly.
 
 |`properties` +
 *xref:#_camel_apache_org_v1alpha1_EndpointProperties[EndpointProperties]*
 |
 
 
-Properties are a key value representation of endpoint properties
+Properties are a key value representation of endpoint properties.
 
 |`types` +
 *xref:#_camel_apache_org_v1alpha1_EventTypeSpec[map[github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.TypeSlot\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.EventTypeSpec]*
@@ -307,7 +307,7 @@ DataTypes defines the data type of the data produced/consumed by the endpoint an
 
 * <<#_camel_apache_org_v1alpha1_Endpoint, Endpoint>>
 
-EndpointProperties is a key/value struct represented as JSON raw to allow numeric/boolean values
+EndpointProperties is a key/value struct represented as JSON raw to allow numeric/boolean values.
 
 [cols="2,2a",options="header"]
 |===
@@ -327,13 +327,13 @@ EndpointProperties is a key/value struct represented as JSON raw to allow numeri
 [#_camel_apache_org_v1alpha1_EndpointType]
 === EndpointType(`string` alias)
 
-EndpointType represents the type (ie, source or sink)
+EndpointType represents the type (ie, source or sink).
 
 
 [#_camel_apache_org_v1alpha1_ErrorHandler]
 === ErrorHandler
 
-ErrorHandler is a generic interface that represent any type of error handler specification
+ErrorHandler is a generic interface that represent any type of error handler specification.
 
 
 [#_camel_apache_org_v1alpha1_ErrorHandlerLog]
@@ -343,7 +343,7 @@ ErrorHandler is a generic interface that represent any type of error handler spe
 
 * <<#_camel_apache_org_v1alpha1_ErrorHandlerSink, ErrorHandlerSink>>
 
-ErrorHandlerLog represent a default (log) error handler type
+ErrorHandlerLog represent a default (log) error handler type.
 
 [cols="2,2a",options="header"]
 |===
@@ -374,7 +374,7 @@ ErrorHandlerLog represent a default (log) error handler type
 
 * <<#_camel_apache_org_v1alpha1_ErrorHandlerLog, ErrorHandlerLog>>
 
-ErrorHandlerNone --
+ErrorHandlerNone --.
 
 [cols="2,2a",options="header"]
 |===
@@ -391,7 +391,7 @@ ErrorHandlerNone --
 
 * <<#_camel_apache_org_v1alpha1_ErrorHandlerLog, ErrorHandlerLog>>
 
-ErrorHandlerParameters represent an unstructured object for error handler parameters
+ErrorHandlerParameters represent an unstructured object for error handler parameters.
 
 [cols="2,2a",options="header"]
 |===
@@ -411,7 +411,7 @@ ErrorHandlerParameters represent an unstructured object for error handler parame
 [#_camel_apache_org_v1alpha1_ErrorHandlerSink]
 === ErrorHandlerSink
 
-ErrorHandlerSink represents a sink error handler type which behave like a dead letter channel
+ErrorHandlerSink represents a sink error handler type which behave like a dead letter channel.
 
 [cols="2,2a",options="header"]
 |===
@@ -442,7 +442,7 @@ ErrorHandlerSink represents a sink error handler type which behave like a dead l
 
 * <<#_camel_apache_org_v1alpha1_KameletBindingSpec, KameletBindingSpec>>
 
-ErrorHandlerSpec represents an unstructured object for an error handler
+ErrorHandlerSpec represents an unstructured object for an error handler.
 
 [cols="2,2a",options="header"]
 |===
@@ -462,7 +462,7 @@ ErrorHandlerSpec represents an unstructured object for an error handler
 [#_camel_apache_org_v1alpha1_ErrorHandlerType]
 === ErrorHandlerType(`string` alias)
 
-ErrorHandlerType a type of error handler (ie, sink)
+ErrorHandlerType a type of error handler (ie, sink).
 
 
 [#_camel_apache_org_v1alpha1_EventTypeSpec]
@@ -474,7 +474,7 @@ ErrorHandlerType a type of error handler (ie, sink)
 * <<#_camel_apache_org_v1alpha1_KameletSpec, KameletSpec>>
 
 EventTypeSpec represents a specification for an event type
-Deprecated: In favor of using DataTypeSpec
+Deprecated: In favor of using DataTypeSpec.
 
 [cols="2,2a",options="header"]
 |===
@@ -486,14 +486,14 @@ string
 |
 
 
-media type as expected for HTTP media types (ie, application/json)
+media type as expected for HTTP media types (ie, application/json).
 
 |`schema` +
 *xref:#_camel_apache_org_v1alpha1_JSONSchemaProps[JSONSchemaProps]*
 |
 
 
-the expected schema for the event
+the expected schema for the event.
 
 
 |===
@@ -537,7 +537,7 @@ string
 * <<#_camel_apache_org_v1alpha1_DataTypeSpec, DataTypeSpec>>
 * <<#_camel_apache_org_v1alpha1_DataTypesSpec, DataTypesSpec>>
 
-HeaderSpec represents the specification for a header used in the Kamelet
+HeaderSpec represents the specification for a header used in the Kamelet.
 
 [cols="2,2a",options="header"]
 |===
@@ -971,7 +971,7 @@ A human readable message indicating details about the transition.
 |
 
 
-Pods collect health and conditions information from the owned PODs
+Pods collect health and conditions information from the owned PODs.
 
 
 |===
@@ -983,7 +983,7 @@ Pods collect health and conditions information from the owned PODs
 
 * <<#_camel_apache_org_v1alpha1_KameletBindingCondition, KameletBindingCondition>>
 
-KameletBindingConditionType --
+KameletBindingConditionType --.
 
 
 [#_camel_apache_org_v1alpha1_KameletBindingPhase]
@@ -993,7 +993,7 @@ KameletBindingConditionType --
 
 * <<#_camel_apache_org_v1alpha1_KameletBindingStatus, KameletBindingStatus>>
 
-KameletBindingPhase --
+KameletBindingPhase --.
 
 
 [#_camel_apache_org_v1alpha1_KameletBindingSpec]
@@ -1036,7 +1036,7 @@ Sink is the destination of the integration defined by this binding
 |
 
 
-ErrorHandler is an optional handler called upon an error occuring in the integration
+ErrorHandler is an optional handler called upon an error occurring in the integration.
 
 |`steps` +
 *xref:#_camel_apache_org_v1alpha1_Endpoint[[\]Endpoint]*
@@ -1069,7 +1069,7 @@ Custom SA to use for the binding
 
 * <<#_camel_apache_org_v1alpha1_KameletBinding, KameletBinding>>
 
-KameletBindingStatus specify the status of a binding
+KameletBindingStatus specify the status of a binding.
 
 [cols="2,2a",options="header"]
 |===
@@ -1088,28 +1088,28 @@ ObservedGeneration is the most recent generation observed for this KameletBindin
 |
 
 
-Phase --
+Phase --.
 
 |`conditions` +
 *xref:#_camel_apache_org_v1alpha1_KameletBindingCondition[[\]KameletBindingCondition]*
 |
 
 
-Conditions --
+Conditions --.
 
 |`replicas` +
 int32
 |
 
 
-Replicas is the number of actual replicas of the binding
+Replicas is the number of actual replicas of the binding.
 
 |`selector` +
 string
 |
 
 
-Selector allows to identify pods belonging to the binding
+Selector allows to identify pods belonging to the binding.
 
 
 |===
@@ -1180,7 +1180,7 @@ A human-readable message indicating details about the transition.
 
 * <<#_camel_apache_org_v1alpha1_KameletCondition, KameletCondition>>
 
-KameletConditionType --
+KameletConditionType --.
 
 
 [#_camel_apache_org_v1alpha1_KameletPhase]
@@ -1190,7 +1190,7 @@ KameletConditionType --
 
 * <<#_camel_apache_org_v1alpha1_KameletStatus, KameletStatus>>
 
-KameletPhase --
+KameletPhase --.
 
 
 [#_camel_apache_org_v1alpha1_KameletProperty]
@@ -1200,7 +1200,7 @@ KameletPhase --
 
 * <<#_camel_apache_org_v1alpha1_KameletStatus, KameletStatus>>
 
-KameletProperty specify the behavior of a property in a Kamelet
+KameletProperty specify the behavior of a property in a Kamelet.
 
 [cols="2,2a",options="header"]
 |===
@@ -1212,14 +1212,14 @@ string
 |
 
 
-the name of the property
+the name of the property.
 
 |`default` +
 string
 |
 
 
-the default value of the property (if any)
+the default value of the property (if any).
 
 
 |===
@@ -1231,7 +1231,7 @@ the default value of the property (if any)
 
 * <<#_camel_apache_org_v1alpha1_Kamelet, Kamelet>>
 
-KameletSpec specifies the configuration required to execute a Kamelet
+KameletSpec specifies the configuration required to execute a Kamelet.
 
 [cols="2,2a",options="header"]
 |===
@@ -1291,7 +1291,7 @@ Camel dependencies needed by the Kamelet
 
 * <<#_camel_apache_org_v1alpha1_Kamelet, Kamelet>>
 
-KameletStatus defines the observed state of Kamelet
+KameletStatus defines the observed state of Kamelet.
 
 [cols="2,2a",options="header"]
 |===
@@ -1310,21 +1310,21 @@ ObservedGeneration is the most recent generation observed for this Kamelet.
 |
 
 
-Phase --
+Phase --.
 
 |`conditions` +
 *xref:#_camel_apache_org_v1alpha1_KameletCondition[[\]KameletCondition]*
 |
 
 
-Conditions --
+Conditions --.
 
 |`properties` +
 *xref:#_camel_apache_org_v1alpha1_KameletProperty[[\]KameletProperty]*
 |
 
 
-Properties --
+Properties --.
 
 
 |===
@@ -1353,7 +1353,7 @@ be used to delay JSON decoding or precompute a JSON encoding.
 
 * <<#_camel_apache_org_v1alpha1_KameletSpec, KameletSpec>>
 
-Template is an unstructured object representing a Kamelet template in YAML/JSON DSL
+Template is an unstructured object representing a Kamelet template in YAML/JSON DSL.
 
 [cols="2,2a",options="header"]
 |===
@@ -1365,7 +1365,7 @@ Template is an unstructured object representing a Kamelet template in YAML/JSON
 |(Members of `RawMessage` are embedded into this type.)
 
 
-an unstructured raw message
+an unstructured raw message.
 
 
 |===
diff --git a/helm/camel-k/crds/crd-build.yaml b/helm/camel-k/crds/crd-build.yaml
index f7947276d..073441ad0 100644
--- a/helm/camel-k/crds/crd-build.yaml
+++ b/helm/camel-k/crds/crd-build.yaml
@@ -62,7 +62,7 @@ spec:
     name: v1
     schema:
       openAPIV3Schema:
-        description: Build is the Schema for the builds API
+        description: Build is the Schema for the builds API.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -78,7 +78,8 @@ spec:
             type: object
           spec:
             description: BuildSpec defines the list of tasks to be execute for a Build.
-              From Camel K version 2, it would be more appropiate to think it as pipeline.
+              From Camel K version 2, it would be more appropriate to think it as
+              pipeline.
             properties:
               configuration:
                 description: 'The configuration that should be used to perform the
@@ -87,18 +88,18 @@ spec:
                 properties:
                   limitCPU:
                     description: The maximum amount of CPU required. Only used for
-                      `pod` strategy
+                      `pod` strategy.
                     type: string
                   limitMemory:
                     description: The maximum amount of memory required. Only used
-                      for `pod` strategy
+                      for `pod` strategy.
                     type: string
                   operatorNamespace:
                     description: The namespace where to run the builder Pod (must
                       be the same of the operator in charge of this Build reconciliation).
                     type: string
                   orderStrategy:
-                    description: the build order strategy to adopt
+                    description: the build order strategy to adopt.
                     enum:
                     - dependencies
                     - fifo
@@ -106,14 +107,14 @@ spec:
                     type: string
                   requestCPU:
                     description: The minimum amount of CPU required. Only used for
-                      `pod` strategy
+                      `pod` strategy.
                     type: string
                   requestMemory:
                     description: The minimum amount of memory required. Only used
-                      for `pod` strategy
+                      for `pod` strategy.
                     type: string
                   strategy:
-                    description: the strategy to adopt
+                    description: the strategy to adopt.
                     enum:
                     - routine
                     - pod
@@ -144,25 +145,25 @@ spec:
                       description: a BuildahTask, for Buildah strategy
                       properties:
                         baseImage:
-                          description: base image layer
+                          description: base image layer.
                           type: string
                         contextDir:
-                          description: can be useful to share info with other tasks
+                          description: can be useful to share info with other tasks.
                           type: string
                         executorImage:
-                          description: docker image to use
+                          description: docker image to use.
                           type: string
                         image:
-                          description: final image name
+                          description: final image name.
                           type: string
                         name:
                           description: name of the task
                           type: string
                         platform:
-                          description: The platform of build image
+                          description: The platform of build image.
                           type: string
                         registry:
-                          description: where to publish the final image
+                          description: where to publish the final image.
                           properties:
                             address:
                               description: the URI to access
@@ -183,7 +184,7 @@ spec:
                               type: string
                           type: object
                         verbose:
-                          description: log more information
+                          description: log more information.
                           type: boolean
                       type: object
                     builder:
@@ -191,10 +192,10 @@ spec:
                         project
                       properties:
                         baseImage:
-                          description: the base image layer
+                          description: the base image layer.
                           type: string
                         buildDir:
-                          description: workspace directory to use
+                          description: workspace directory to use.
                           type: string
                         configuration:
                           description: The configuration that should be used to perform
@@ -202,11 +203,11 @@ spec:
                           properties:
                             limitCPU:
                               description: The maximum amount of CPU required. Only
-                                used for `pod` strategy
+                                used for `pod` strategy.
                               type: string
                             limitMemory:
                               description: The maximum amount of memory required.
-                                Only used for `pod` strategy
+                                Only used for `pod` strategy.
                               type: string
                             operatorNamespace:
                               description: The namespace where to run the builder
@@ -214,7 +215,7 @@ spec:
                                 this Build reconciliation).
                               type: string
                             orderStrategy:
-                              description: the build order strategy to adopt
+                              description: the build order strategy to adopt.
                               enum:
                               - dependencies
                               - fifo
@@ -222,14 +223,14 @@ spec:
                               type: string
                             requestCPU:
                               description: The minimum amount of CPU required. Only
-                                used for `pod` strategy
+                                used for `pod` strategy.
                               type: string
                             requestMemory:
                               description: The minimum amount of memory required.
-                                Only used for `pod` strategy
+                                Only used for `pod` strategy.
                               type: string
                             strategy:
-                              description: the strategy to adopt
+                              description: the strategy to adopt.
                               enum:
                               - routine
                               - pod
@@ -240,13 +241,13 @@ spec:
                               type: string
                           type: object
                         dependencies:
-                          description: the list of dependencies to use for this build
+                          description: the list of dependencies to use for this build.
                           items:
                             type: string
                           type: array
                         maven:
                           description: the configuration required by Maven for the
-                            application build phase
+                            application build phase.
                           properties:
                             caSecrets:
                               description: The Secrets name and key, containing the
@@ -291,7 +292,7 @@ spec:
                               description: The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html.
                               items:
                                 description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                                  Maven artifact
+                                  Maven artifact.
                                 properties:
                                   artifactId:
                                     description: Maven Artifact
@@ -316,9 +317,9 @@ spec:
                               description: The Maven properties.
                               type: object
                             repositories:
-                              description: additional repositories
+                              description: additional repositories.
                               items:
-                                description: Repository defines a Maven repository
+                                description: Repository defines a Maven repository.
                                 properties:
                                   id:
                                     description: identifies the repository
@@ -385,7 +386,7 @@ spec:
                                 type: object
                               type: array
                             servers:
-                              description: Servers (auth)
+                              description: Servers (auth).
                               items:
                                 properties:
                                   configuration:
@@ -494,20 +495,20 @@ spec:
                           type: string
                         runtime:
                           description: the configuration required for the runtime
-                            application
+                            application.
                           properties:
                             applicationClass:
-                              description: application entry point (main) to be executed
+                              description: application entry point (main) to be executed.
                               type: string
                             capabilities:
                               additionalProperties:
                                 description: Capability is a particular feature which
-                                  requires a well known set of dependencies
+                                  requires a well known set of dependencies.
                                 properties:
                                   dependencies:
                                     items:
                                       description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                                        Maven artifact
+                                        Maven artifact.
                                       properties:
                                         artifactId:
                                           description: Maven Artifact
@@ -530,10 +531,10 @@ spec:
                               type: object
                             dependencies:
                               description: list of dependencies needed to run the
-                                application
+                                application.
                               items:
                                 description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                                  Maven artifact
+                                  Maven artifact.
                                 properties:
                                   artifactId:
                                     description: Maven Artifact
@@ -556,7 +557,7 @@ spec:
                               type: object
                             provider:
                               description: Camel main application provider, ie, Camel
-                                Quarkus
+                                Quarkus.
                               type: string
                             version:
                               description: Camel K Runtime version
@@ -568,75 +569,75 @@ spec:
                           - version
                           type: object
                         sources:
-                          description: the sources to add at build time
+                          description: the sources to add at build time.
                           items:
                             description: SourceSpec defines the configuration for
                               one or more routes to be executed in a certain Camel
-                              DSL language
+                              DSL language.
                             properties:
                               compression:
                                 description: if the content is compressed (base64
-                                  encrypted)
+                                  encrypted).
                                 type: boolean
                               content:
-                                description: the source code (plain text)
+                                description: the source code (plain text).
                                 type: string
                               contentKey:
-                                description: the confimap key holding the source content
+                                description: the confimap key holding the source content.
                                 type: string
                               contentRef:
                                 description: the confimap reference holding the source
-                                  content
+                                  content.
                                 type: string
                               contentType:
-                                description: the content type (tipically text or binary)
+                                description: the content type (tipically text or binary).
                                 type: string
                               interceptors:
                                 description: Interceptors are optional identifiers
                                   the org.apache.camel.k.RoutesLoader uses to pre/post
-                                  process sources
+                                  process sources.
                                 items:
                                   type: string
                                 type: array
                               language:
                                 description: specify which is the language (Camel
-                                  DSL) used to interpret this source code
+                                  DSL) used to interpret this source code.
                                 type: string
                               loader:
                                 description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                                  that will interpret this source at runtime
+                                  that will interpret this source at runtime.
                                 type: string
                               name:
-                                description: the name of the specification
+                                description: the name of the specification.
                                 type: string
                               path:
-                                description: the path where the file is stored
+                                description: the path where the file is stored.
                                 type: string
                               property-names:
                                 description: List of property names defined in the
-                                  source (e.g. if type is "template")
+                                  source (e.g. if type is "template").
                                 items:
                                   type: string
                                 type: array
                               rawContent:
-                                description: the source code (binary)
+                                description: the source code (binary).
                                 format: byte
                                 type: string
                               type:
                                 description: Type defines the kind of source described
-                                  by this object
+                                  by this object.
                                 type: string
                             type: object
                           type: array
                         steps:
-                          description: the list of steps to execute (see pkg/builder/)
+                          description: the list of steps to execute (see pkg/builder/).
                           items:
                             type: string
                           type: array
                       type: object
                     custom:
                       description: UserTask is used to execute any generic custom
-                        operation
+                        operation.
                       properties:
                         command:
                           description: the command to execute
@@ -652,32 +653,32 @@ spec:
                       description: a KanikoTask, for Kaniko strategy
                       properties:
                         baseImage:
-                          description: base image layer
+                          description: base image layer.
                           type: string
                         cache:
-                          description: use a cache
+                          description: use a cache.
                           properties:
                             enabled:
-                              description: true if a cache is enabled
+                              description: true if a cache is enabled.
                               type: boolean
                             persistentVolumeClaim:
-                              description: the PVC used to store the cache
+                              description: the PVC used to store the cache.
                               type: string
                           type: object
                         contextDir:
-                          description: can be useful to share info with other tasks
+                          description: can be useful to share info with other tasks.
                           type: string
                         executorImage:
-                          description: docker image to use
+                          description: docker image to use.
                           type: string
                         image:
-                          description: final image name
+                          description: final image name.
                           type: string
                         name:
                           description: name of the task
                           type: string
                         registry:
-                          description: where to publish the final image
+                          description: where to publish the final image.
                           properties:
                             address:
                               description: the URI to access
@@ -698,7 +699,7 @@ spec:
                               type: string
                           type: object
                         verbose:
-                          description: log more information
+                          description: log more information.
                           type: boolean
                       type: object
                     s2i:
@@ -718,19 +719,19 @@ spec:
                       description: a SpectrumTask, for Spectrum strategy
                       properties:
                         baseImage:
-                          description: base image layer
+                          description: base image layer.
                           type: string
                         contextDir:
-                          description: can be useful to share info with other tasks
+                          description: can be useful to share info with other tasks.
                           type: string
                         image:
-                          description: final image name
+                          description: final image name.
                           type: string
                         name:
                           description: name of the task
                           type: string
                         registry:
-                          description: where to publish the final image
+                          description: where to publish the final image.
                           properties:
                             address:
                               description: the URI to access
@@ -766,36 +767,36 @@ spec:
                 type: string
             type: object
           status:
-            description: BuildStatus defines the observed state of Build
+            description: BuildStatus defines the observed state of Build.
             properties:
               artifacts:
-                description: a list of artifacts contained in the build
+                description: a list of artifacts contained in the build.
                 items:
                   description: Artifact represents a materialized artifact (a jar
-                    dependency or in general a file used by the build)
+                    dependency or in general a file used by the build).
                   properties:
                     checksum:
-                      description: a checksum (SHA1) of the content
+                      description: a checksum (SHA1) of the content.
                       type: string
                     id:
                       description: the identification (GAV for maven dependencies
-                        or file name for other file types)
+                        or file name for other file types).
                       type: string
                     location:
-                      description: where it is located in the builder `Pod`
+                      description: where it is located in the builder `Pod`.
                       type: string
                     target:
-                      description: the expected location in the runtime
+                      description: the expected location in the runtime.
                       type: string
                   required:
                   - id
                   type: object
                 type: array
               baseImage:
-                description: the base image used for this build
+                description: the base image used for this build.
                 type: string
               conditions:
-                description: a list of conditions occurred during the build
+                description: a list of conditions occurred during the build.
                 items:
                   description: BuildCondition describes the state of a resource at
                     a certain point.
@@ -828,32 +829,33 @@ spec:
                   type: object
                 type: array
               digest:
-                description: the digest from image
+                description: the digest from image.
                 type: string
               duration:
                 description: how long it took for the build Change to Duration / ISO
                   8601 when CRD uses OpenAPI spec v3 https://github.com/OAI/OpenAPI-Specification/issues/845
+                  .
                 type: string
               error:
-                description: the error description (if any)
+                description: the error description (if any).
                 type: string
               failure:
-                description: the reason of the failure (if any)
+                description: the reason of the failure (if any).
                 properties:
                   reason:
-                    description: a short text specifying the reason
+                    description: a short text specifying the reason.
                     type: string
                   recovery:
-                    description: the recovery attempted for this failure
+                    description: the recovery attempted for this failure.
                     properties:
                       attempt:
-                        description: attempt number
+                        description: attempt number.
                         type: integer
                       attemptMax:
-                        description: maximum number of attempts
+                        description: maximum number of attempts.
                         type: integer
                       attemptTime:
-                        description: time of the attempt execution
+                        description: time of the attempt execution.
                         format: date-time
                         type: string
                     required:
@@ -861,7 +863,7 @@ spec:
                     - attemptMax
                     type: object
                   time:
-                    description: the time when the failure has happened
+                    description: the time when the failure has happened.
                     format: date-time
                     type: string
                 required:
@@ -870,7 +872,7 @@ spec:
                 - time
                 type: object
               image:
-                description: the image name built
+                description: the image name built.
                 type: string
               observedGeneration:
                 description: ObservedGeneration is the most recent generation observed
@@ -878,10 +880,10 @@ spec:
                 format: int64
                 type: integer
               phase:
-                description: describes the phase
+                description: describes the phase.
                 type: string
               startedAt:
-                description: the time when it started
+                description: the time when it started.
                 format: date-time
                 type: string
             type: object
diff --git a/helm/camel-k/crds/crd-camel-catalog.yaml b/helm/camel-k/crds/crd-camel-catalog.yaml
index d389d9a23..c0d110757 100644
--- a/helm/camel-k/crds/crd-camel-catalog.yaml
+++ b/helm/camel-k/crds/crd-camel-catalog.yaml
@@ -80,36 +80,36 @@ spec:
               artifacts:
                 additionalProperties:
                   description: CamelArtifact represent the configuration for a feature
-                    offered by Camel
+                    offered by Camel.
                   properties:
                     artifactId:
                       description: Maven Artifact
                       type: string
                     dataformats:
-                      description: accepted data formats
+                      description: accepted data formats.
                       items:
                         type: string
                       type: array
                     dependencies:
-                      description: required dependencies
+                      description: required dependencies.
                       items:
-                        description: CamelArtifactDependency represent a maven's dependency
+                        description: CamelArtifactDependency represent a maven's dependency.
                         properties:
                           artifactId:
                             description: Maven Artifact
                             type: string
                           exclusions:
                             description: provide a list of artifacts to exclude for
-                              this dependency
+                              this dependency.
                             items:
                               description: CamelArtifactExclusion represents an exclusion
-                                clause
+                                clause.
                               properties:
                                 artifactId:
-                                  description: Maven Artifact
+                                  description: Maven Artifact.
                                   type: string
                                 groupId:
-                                  description: Maven Group
+                                  description: Maven Group.
                                   type: string
                               required:
                               - artifactId
@@ -129,16 +129,16 @@ spec:
                       type: array
                     exclusions:
                       description: provide a list of artifacts to exclude for this
-                        dependency
+                        dependency.
                       items:
                         description: CamelArtifactExclusion represents an exclusion
-                          clause
+                          clause.
                         properties:
                           artifactId:
-                            description: Maven Artifact
+                            description: Maven Artifact.
                             type: string
                           groupId:
-                            description: Maven Group
+                            description: Maven Group.
                             type: string
                         required:
                         - artifactId
@@ -150,47 +150,47 @@ spec:
                       type: string
                     javaTypes:
                       description: the Java types used by the artifact feature (ie,
-                        component, data format, ...)
+                        component, data format, ...).
                       items:
                         type: string
                       type: array
                     languages:
-                      description: accepted languages
+                      description: accepted languages.
                       items:
                         type: string
                       type: array
                     schemes:
-                      description: accepted URI schemes
+                      description: accepted URI schemes.
                       items:
                         description: CamelScheme represents the scheme used to identify
                           a component in a URI (ie, timer in a timer:xyz endpoint
-                          URI)
+                          URI).
                         properties:
                           consumer:
-                            description: required scope for consumer
+                            description: required scope for consumer.
                             properties:
                               dependencies:
                                 description: list of dependencies needed for this
-                                  scope
+                                  scope.
                                 items:
                                   description: CamelArtifactDependency represent a
-                                    maven's dependency
+                                    maven's dependency.
                                   properties:
                                     artifactId:
                                       description: Maven Artifact
                                       type: string
                                     exclusions:
                                       description: provide a list of artifacts to
-                                        exclude for this dependency
+                                        exclude for this dependency.
                                       items:
                                         description: CamelArtifactExclusion represents
-                                          an exclusion clause
+                                          an exclusion clause.
                                         properties:
                                           artifactId:
-                                            description: Maven Artifact
+                                            description: Maven Artifact.
                                             type: string
                                           groupId:
-                                            description: Maven Group
+                                            description: Maven Group.
                                             type: string
                                         required:
                                         - artifactId
@@ -210,39 +210,39 @@ spec:
                                 type: array
                             type: object
                           http:
-                            description: is a HTTP based scheme
+                            description: is a HTTP based scheme.
                             type: boolean
                           id:
-                            description: the ID (ie, timer in a timer:xyz URI)
+                            description: the ID (ie, timer in a timer:xyz URI).
                             type: string
                           passive:
-                            description: is a passive scheme
+                            description: is a passive scheme.
                             type: boolean
                           producer:
-                            description: required scope for producers
+                            description: required scope for producers.
                             properties:
                               dependencies:
                                 description: list of dependencies needed for this
-                                  scope
+                                  scope.
                                 items:
                                   description: CamelArtifactDependency represent a
-                                    maven's dependency
+                                    maven's dependency.
                                   properties:
                                     artifactId:
                                       description: Maven Artifact
                                       type: string
                                     exclusions:
                                       description: provide a list of artifacts to
-                                        exclude for this dependency
+                                        exclude for this dependency.
                                       items:
                                         description: CamelArtifactExclusion represents
-                                          an exclusion clause
+                                          an exclusion clause.
                                         properties:
                                           artifactId:
-                                            description: Maven Artifact
+                                            description: Maven Artifact.
                                             type: string
                                           groupId:
-                                            description: Maven Group
+                                            description: Maven Group.
                                             type: string
                                         required:
                                         - artifactId
@@ -274,22 +274,22 @@ spec:
                   - artifactId
                   - groupId
                   type: object
-                description: artifacts required by this catalog
+                description: artifacts required by this catalog.
                 type: object
               loaders:
                 additionalProperties:
                   description: CamelLoader represents the configuration required to
-                    load a DSL
+                    load a DSL.
                   properties:
                     artifactId:
                       description: Maven Artifact
                       type: string
                     dependencies:
                       description: a list of additional dependencies required beside
-                        the base one
+                        the base one.
                       items:
                         description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                          Maven artifact
+                          Maven artifact.
                         properties:
                           artifactId:
                             description: Maven Artifact
@@ -309,14 +309,14 @@ spec:
                       description: Maven Group
                       type: string
                     languages:
-                      description: a list of DSLs supported
+                      description: a list of DSLs supported.
                       items:
                         type: string
                       type: array
                     metadata:
                       additionalProperties:
                         type: string
-                      description: the metadata of the loader
+                      description: the metadata of the loader.
                       type: object
                     version:
                       description: Maven Version
@@ -325,23 +325,23 @@ spec:
                   - artifactId
                   - groupId
                   type: object
-                description: loaders required by this catalog
+                description: loaders required by this catalog.
                 type: object
               runtime:
-                description: the runtime targeted for the catalog
+                description: the runtime targeted for the catalog.
                 properties:
                   applicationClass:
-                    description: application entry point (main) to be executed
+                    description: application entry point (main) to be executed.
                     type: string
                   capabilities:
                     additionalProperties:
                       description: Capability is a particular feature which requires
-                        a well known set of dependencies
+                        a well known set of dependencies.
                       properties:
                         dependencies:
                           items:
                             description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                              Maven artifact
+                              Maven artifact.
                             properties:
                               artifactId:
                                 description: Maven Artifact
@@ -363,10 +363,10 @@ spec:
                     description: features offered by this runtime
                     type: object
                   dependencies:
-                    description: list of dependencies needed to run the application
+                    description: list of dependencies needed to run the application.
                     items:
                       description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                        Maven artifact
+                        Maven artifact.
                       properties:
                         artifactId:
                           description: Maven Artifact
@@ -388,7 +388,7 @@ spec:
                     description: set of metadata
                     type: object
                   provider:
-                    description: Camel main application provider, ie, Camel Quarkus
+                    description: Camel main application provider, ie, Camel Quarkus.
                     type: string
                   version:
                     description: Camel K Runtime version
@@ -442,7 +442,7 @@ spec:
                 type: array
               image:
                 description: the container image available for building an application
-                  with this catalog
+                  with this catalog.
                 type: string
               observedGeneration:
                 description: ObservedGeneration is the most recent generation observed
@@ -450,7 +450,7 @@ spec:
                 format: int64
                 type: integer
               phase:
-                description: the actual phase
+                description: the actual phase.
                 type: string
             type: object
         type: object
diff --git a/helm/camel-k/crds/crd-integration-kit.yaml b/helm/camel-k/crds/crd-integration-kit.yaml
index c86813bc5..1dca723a0 100644
--- a/helm/camel-k/crds/crd-integration-kit.yaml
+++ b/helm/camel-k/crds/crd-integration-kit.yaml
@@ -91,7 +91,7 @@ spec:
                   (mount.volumes) to manage volumes configuration used by the kit'
                 items:
                   description: ConfigurationSpec represents a generic configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: property,
@@ -99,7 +99,7 @@ spec:
                       type: string
                     value:
                       description: the value to assign to the configuration (syntax
-                        may vary depending on the `Type`)
+                        may vary depending on the `Type`).
                       type: string
                   required:
                   - type
@@ -126,56 +126,56 @@ spec:
                 description: the sources to add at build time
                 items:
                   description: SourceSpec defines the configuration for one or more
-                    routes to be executed in a certain Camel DSL language
+                    routes to be executed in a certain Camel DSL language.
                   properties:
                     compression:
-                      description: if the content is compressed (base64 encrypted)
+                      description: if the content is compressed (base64 encrypted).
                       type: boolean
                     content:
-                      description: the source code (plain text)
+                      description: the source code (plain text).
                       type: string
                     contentKey:
-                      description: the confimap key holding the source content
+                      description: the confimap key holding the source content.
                       type: string
                     contentRef:
-                      description: the confimap reference holding the source content
+                      description: the confimap reference holding the source content.
                       type: string
                     contentType:
-                      description: the content type (tipically text or binary)
+                      description: the content type (tipically text or binary).
                       type: string
                     interceptors:
                       description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-                        uses to pre/post process sources
+                        uses to pre/post process sources.
                       items:
                         type: string
                       type: array
                     language:
                       description: specify which is the language (Camel DSL) used
-                        to interpret this source code
+                        to interpret this source code.
                       type: string
                     loader:
                       description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                        that will interpret this source at runtime
+                        that will interpret this source at runtime.
                       type: string
                     name:
-                      description: the name of the specification
+                      description: the name of the specification.
                       type: string
                     path:
-                      description: the path where the file is stored
+                      description: the path where the file is stored.
                       type: string
                     property-names:
                       description: List of property names defined in the source (e.g.
-                        if type is "template")
+                        if type is "template").
                       items:
                         type: string
                       type: array
                     rawContent:
-                      description: the source code (binary)
+                      description: the source code (binary).
                       format: byte
                       type: string
                     type:
                       description: Type defines the kind of source described by this
-                        object
+                        object.
                       type: string
                   type: object
                 type: array
@@ -185,7 +185,7 @@ spec:
                   addons:
                     additionalProperties:
                       description: AddonTrait represents the configuration of an addon
-                        trait
+                        trait.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
                     description: The collection of addon trait configurations
@@ -328,20 +328,20 @@ spec:
                 description: list of artifacts used by the kit
                 items:
                   description: Artifact represents a materialized artifact (a jar
-                    dependency or in general a file used by the build)
+                    dependency or in general a file used by the build).
                   properties:
                     checksum:
-                      description: a checksum (SHA1) of the content
+                      description: a checksum (SHA1) of the content.
                       type: string
                     id:
                       description: the identification (GAV for maven dependencies
-                        or file name for other file types)
+                        or file name for other file types).
                       type: string
                     location:
-                      description: where it is located in the builder `Pod`
+                      description: where it is located in the builder `Pod`.
                       type: string
                     target:
-                      description: the expected location in the runtime
+                      description: the expected location in the runtime.
                       type: string
                   required:
                   - id
@@ -391,19 +391,19 @@ spec:
                 description: failure reason (if any)
                 properties:
                   reason:
-                    description: a short text specifying the reason
+                    description: a short text specifying the reason.
                     type: string
                   recovery:
-                    description: the recovery attempted for this failure
+                    description: the recovery attempted for this failure.
                     properties:
                       attempt:
-                        description: attempt number
+                        description: attempt number.
                         type: integer
                       attemptMax:
-                        description: maximum number of attempts
+                        description: maximum number of attempts.
                         type: integer
                       attemptTime:
-                        description: time of the attempt execution
+                        description: time of the attempt execution.
                         format: date-time
                         type: string
                     required:
@@ -411,7 +411,7 @@ spec:
                     - attemptMax
                     type: object
                   time:
-                    description: the time when the failure has happened
+                    description: the time when the failure has happened.
                     format: date-time
                     type: string
                 required:
diff --git a/helm/camel-k/crds/crd-integration-platform.yaml b/helm/camel-k/crds/crd-integration-platform.yaml
index 6f3b9d984..dcc1ab4dd 100644
--- a/helm/camel-k/crds/crd-integration-platform.yaml
+++ b/helm/camel-k/crds/crd-integration-platform.yaml
@@ -66,7 +66,7 @@ spec:
           operator behavior. It defines the behavior of all Custom Resources (`IntegrationKit`,
           `Integration`, `Kamelet`) in the given namespace. When the Camel K operator
           is installed in `global` mode, you will need to specify an `IntegrationPlatform`
-          in each namespace where you want the Camel K operator to be executed
+          in each namespace where you want the Camel K operator to be executed.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -81,10 +81,10 @@ spec:
           metadata:
             type: object
           spec:
-            description: IntegrationPlatformSpec defines the desired state of IntegrationPlatform
+            description: IntegrationPlatformSpec defines the desired state of IntegrationPlatform.
             properties:
               build:
-                description: specify how to build the Integration/IntegrationKits
+                description: specify how to build the Integration/IntegrationKits.
                 properties:
                   PublishStrategyOptions:
                     additionalProperties:
@@ -106,18 +106,18 @@ spec:
                     properties:
                       limitCPU:
                         description: The maximum amount of CPU required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       limitMemory:
                         description: The maximum amount of memory required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       operatorNamespace:
                         description: The namespace where to run the builder Pod (must
                           be the same of the operator in charge of this Build reconciliation).
                         type: string
                       orderStrategy:
-                        description: the build order strategy to adopt
+                        description: the build order strategy to adopt.
                         enum:
                         - dependencies
                         - fifo
@@ -125,14 +125,14 @@ spec:
                         type: string
                       requestCPU:
                         description: The minimum amount of CPU required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       requestMemory:
                         description: The minimum amount of memory required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       strategy:
-                        description: the strategy to adopt
+                        description: the strategy to adopt.
                         enum:
                         - routine
                         - pod
@@ -183,7 +183,7 @@ spec:
                         description: The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html.
                         items:
                           description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                            Maven artifact
+                            Maven artifact.
                           properties:
                             artifactId:
                               description: Maven Artifact
@@ -337,7 +337,7 @@ spec:
                 type: object
               cluster:
                 description: what kind of cluster you're running (ie, plain Kubernetes
-                  or OpenShift)
+                  or OpenShift).
                 type: string
               configuration:
                 description: 'Deprecated: Use camel trait (camel.properties) to manage
@@ -348,7 +348,7 @@ spec:
                   this IntegrationPlatform'
                 items:
                   description: ConfigurationSpec represents a generic configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: property,
@@ -356,7 +356,7 @@ spec:
                       type: string
                     value:
                       description: the value to assign to the configuration (syntax
-                        may vary depending on the `Type`)
+                        may vary depending on the `Type`).
                       type: string
                   required:
                   - type
@@ -371,7 +371,7 @@ spec:
                     description: remote repository used to retrieve Kamelet catalog
                     items:
                       description: IntegrationPlatformKameletRepositorySpec defines
-                        the location of the Kamelet catalog to use
+                        the location of the Kamelet catalog to use.
                       properties:
                         uri:
                           description: the remote repository in the format github:ORG/REPO/PATH_TO_KAMELETS_FOLDER
@@ -383,11 +383,11 @@ spec:
                 description: the profile you wish to use. It will apply certain traits
                   which are required by the specific profile chosen. It usually relates
                   the Cluster with the optional definition of special profiles (ie,
-                  Knative)
+                  Knative).
                 type: string
               traits:
                 description: list of traits to be executed for all the Integration/IntegrationKits
-                  built from this IntegrationPlatform
+                  built from this IntegrationPlatform.
                 properties:
                   3scale:
                     description: 'Deprecated: for backward compatibility.'
@@ -402,13 +402,13 @@ spec:
                   addons:
                     additionalProperties:
                       description: AddonTrait represents the configuration of an addon
-                        trait
+                        trait.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
-                    description: The extension point with addon traits
+                    description: The extension point with addon traits.
                     type: object
                   affinity:
-                    description: The configuration of Affinity trait
+                    description: The configuration of Affinity trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -450,7 +450,7 @@ spec:
                         type: array
                     type: object
                   builder:
-                    description: The configuration of Builder trait
+                    description: The configuration of Builder trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -503,7 +503,7 @@ spec:
                         type: boolean
                     type: object
                   camel:
-                    description: The configuration of Camel trait
+                    description: The configuration of Camel trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -527,7 +527,7 @@ spec:
                         type: string
                     type: object
                   container:
-                    description: The configuration of Container trait
+                    description: The configuration of Container trait.
                     properties:
                       auto:
                         description: To automatically enable the trait
@@ -590,7 +590,7 @@ spec:
                         type: string
                     type: object
                   cron:
-                    description: The configuration of Cron trait
+                    description: The configuration of Cron trait.
                     properties:
                       activeDeadlineSeconds:
                         description: Specifies the duration in seconds, relative to
@@ -661,7 +661,7 @@ spec:
                         type: integer
                     type: object
                   dependencies:
-                    description: The configuration of Dependencies trait
+                    description: The configuration of Dependencies trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -674,7 +674,7 @@ spec:
                         type: boolean
                     type: object
                   deployer:
-                    description: The configuration of Deployer trait
+                    description: The configuration of Deployer trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -702,7 +702,7 @@ spec:
                         type: boolean
                     type: object
                   deployment:
-                    description: The configuration of Deployment trait
+                    description: The configuration of Deployment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -743,7 +743,7 @@ spec:
                         type: string
                     type: object
                   environment:
-                    description: The configuration of Environment trait
+                    description: The configuration of Environment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -772,7 +772,7 @@ spec:
                         type: array
                     type: object
                   error-handler:
-                    description: The configuration of Error Handler trait
+                    description: The configuration of Error Handler trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -789,7 +789,7 @@ spec:
                         type: string
                     type: object
                   gc:
-                    description: The configuration of GC trait
+                    description: The configuration of GC trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -811,7 +811,7 @@ spec:
                         type: boolean
                     type: object
                   health:
-                    description: The configuration of Health trait
+                    description: The configuration of Health trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -920,7 +920,7 @@ spec:
                         type: integer
                     type: object
                   ingress:
-                    description: The configuration of Ingress trait
+                    description: The configuration of Ingress trait.
                     properties:
                       annotations:
                         additionalProperties:
@@ -960,7 +960,7 @@ spec:
                         type: string
                     type: object
                   istio:
-                    description: The configuration of Istio trait
+                    description: The configuration of Istio trait.
                     properties:
                       allow:
                         description: Configures a (comma-separated) list of CIDR subnets
@@ -983,7 +983,7 @@ spec:
                         type: boolean
                     type: object
                   jolokia:
-                    description: The configuration of Jolokia trait
+                    description: The configuration of Jolokia trait.
                     properties:
                       CACert:
                         description: The PEM encoded CA certification file path, used
@@ -1052,7 +1052,7 @@ spec:
                         type: string
                     type: object
                   jvm:
-                    description: The configuration of JVM trait
+                    description: The configuration of JVM trait.
                     properties:
                       classpath:
                         description: Additional JVM classpath (use `Linux` classpath
@@ -1090,7 +1090,7 @@ spec:
                         type: boolean
                     type: object
                   kamelets:
-                    description: The configuration of Kamelets trait
+                    description: The configuration of Kamelets trait.
                     properties:
                       auto:
                         description: Automatically inject all referenced Kamelets
@@ -1121,7 +1121,7 @@ spec:
                     - configuration
                     type: object
                   knative:
-                    description: The configuration of Knative trait
+                    description: The configuration of Knative trait.
                     properties:
                       auto:
                         description: Enable automatic discovery of all trait properties.
@@ -1199,7 +1199,7 @@ spec:
                         type: boolean
                     type: object
                   knative-service:
-                    description: The configuration of Knative Service trait
+                    description: The configuration of Knative Service trait.
                     properties:
                       auto:
                         description: "Automatically deploy the integration as Knative
@@ -1265,7 +1265,7 @@ spec:
                         type: string
                     type: object
                   logging:
-                    description: The configuration of Logging trait
+                    description: The configuration of Logging trait.
                     properties:
                       color:
                         description: Colorize the log output
@@ -1309,7 +1309,7 @@ spec:
                     - configuration
                     type: object
                   mount:
-                    description: The configuration of Mount trait
+                    description: The configuration of Mount trait.
                     properties:
                       configs:
                         description: 'A list of configuration pointing to configmap/secret.
@@ -1352,7 +1352,7 @@ spec:
                         type: array
                     type: object
                   openapi:
-                    description: The configuration of OpenAPI trait
+                    description: The configuration of OpenAPI trait.
                     properties:
                       configmaps:
                         description: The configmaps holding the spec of the OpenAPI
@@ -1370,7 +1370,7 @@ spec:
                         type: boolean
                     type: object
                   owner:
-                    description: The configuration of Owner trait
+                    description: The configuration of Owner trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1393,7 +1393,7 @@ spec:
                         type: array
                     type: object
                   pdb:
-                    description: The configuration of PDB trait
+                    description: The configuration of PDB trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1419,7 +1419,7 @@ spec:
                         type: string
                     type: object
                   platform:
-                    description: The configuration of Platform trait
+                    description: The configuration of Platform trait.
                     properties:
                       auto:
                         description: To automatically detect from the environment
@@ -1445,7 +1445,7 @@ spec:
                         type: boolean
                     type: object
                   pod:
-                    description: The configuration of Pod trait
+                    description: The configuration of Pod trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1458,7 +1458,7 @@ spec:
                         type: boolean
                     type: object
                   prometheus:
-                    description: The configuration of Prometheus trait
+                    description: The configuration of Prometheus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1481,7 +1481,7 @@ spec:
                         type: array
                     type: object
                   pull-secret:
-                    description: The configuration of Pull Secret trait
+                    description: The configuration of Pull Secret trait.
                     properties:
                       auto:
                         description: Automatically configures the platform registry
@@ -1509,7 +1509,7 @@ spec:
                         type: string
                     type: object
                   quarkus:
-                    description: The configuration of Quarkus trait
+                    description: The configuration of Quarkus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1539,7 +1539,7 @@ spec:
                         type: array
                     type: object
                   registry:
-                    description: The configuration of Registry trait
+                    description: The configuration of Registry trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1552,7 +1552,7 @@ spec:
                         type: boolean
                     type: object
                   route:
-                    description: The configuration of Route trait
+                    description: The configuration of Route trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1642,7 +1642,7 @@ spec:
                         type: string
                     type: object
                   service:
-                    description: The configuration of Service trait
+                    description: The configuration of Service trait.
                     properties:
                       auto:
                         description: To automatically detect from the code if a Service
@@ -1671,7 +1671,7 @@ spec:
                         type: string
                     type: object
                   service-binding:
-                    description: The configuration of Service Binding trait
+                    description: The configuration of Service Binding trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1699,7 +1699,7 @@ spec:
                     - configuration
                     type: object
                   toleration:
-                    description: The configuration of Toleration trait
+                    description: The configuration of Toleration trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -1729,10 +1729,10 @@ spec:
                 type: object
             type: object
           status:
-            description: IntegrationPlatformStatus defines the observed state of IntegrationPlatform
+            description: IntegrationPlatformStatus defines the observed state of IntegrationPlatform.
             properties:
               build:
-                description: specify how to build the Integration/IntegrationKits
+                description: specify how to build the Integration/IntegrationKits.
                 properties:
                   PublishStrategyOptions:
                     additionalProperties:
@@ -1754,18 +1754,18 @@ spec:
                     properties:
                       limitCPU:
                         description: The maximum amount of CPU required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       limitMemory:
                         description: The maximum amount of memory required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       operatorNamespace:
                         description: The namespace where to run the builder Pod (must
                           be the same of the operator in charge of this Build reconciliation).
                         type: string
                       orderStrategy:
-                        description: the build order strategy to adopt
+                        description: the build order strategy to adopt.
                         enum:
                         - dependencies
                         - fifo
@@ -1773,14 +1773,14 @@ spec:
                         type: string
                       requestCPU:
                         description: The minimum amount of CPU required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       requestMemory:
                         description: The minimum amount of memory required. Only used
-                          for `pod` strategy
+                          for `pod` strategy.
                         type: string
                       strategy:
-                        description: the strategy to adopt
+                        description: the strategy to adopt.
                         enum:
                         - routine
                         - pod
@@ -1831,7 +1831,7 @@ spec:
                         description: The Maven build extensions. See https://maven.apache.org/guides/mini/guide-using-extensions.html.
                         items:
                           description: MavenArtifact defines a GAV (Group:Artifact:Version)
-                            Maven artifact
+                            Maven artifact.
                           properties:
                             artifactId:
                               description: Maven Artifact
@@ -1985,7 +1985,7 @@ spec:
                 type: object
               cluster:
                 description: what kind of cluster you're running (ie, plain Kubernetes
-                  or OpenShift)
+                  or OpenShift).
                 type: string
               conditions:
                 description: which are the conditions met (particularly useful when
@@ -2030,7 +2030,7 @@ spec:
                   this IntegrationPlatform'
                 items:
                   description: ConfigurationSpec represents a generic configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: property,
@@ -2038,7 +2038,7 @@ spec:
                       type: string
                     value:
                       description: the value to assign to the configuration (syntax
-                        may vary depending on the `Type`)
+                        may vary depending on the `Type`).
                       type: string
                   required:
                   - type
@@ -2059,7 +2059,7 @@ spec:
                     description: remote repository used to retrieve Kamelet catalog
                     items:
                       description: IntegrationPlatformKameletRepositorySpec defines
-                        the location of the Kamelet catalog to use
+                        the location of the Kamelet catalog to use.
                       properties:
                         uri:
                           description: the remote repository in the format github:ORG/REPO/PATH_TO_KAMELETS_FOLDER
@@ -2079,11 +2079,11 @@ spec:
                 description: the profile you wish to use. It will apply certain traits
                   which are required by the specific profile chosen. It usually relates
                   the Cluster with the optional definition of special profiles (ie,
-                  Knative)
+                  Knative).
                 type: string
               traits:
                 description: list of traits to be executed for all the Integration/IntegrationKits
-                  built from this IntegrationPlatform
+                  built from this IntegrationPlatform.
                 properties:
                   3scale:
                     description: 'Deprecated: for backward compatibility.'
@@ -2098,13 +2098,13 @@ spec:
                   addons:
                     additionalProperties:
                       description: AddonTrait represents the configuration of an addon
-                        trait
+                        trait.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
-                    description: The extension point with addon traits
+                    description: The extension point with addon traits.
                     type: object
                   affinity:
-                    description: The configuration of Affinity trait
+                    description: The configuration of Affinity trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2146,7 +2146,7 @@ spec:
                         type: array
                     type: object
                   builder:
-                    description: The configuration of Builder trait
+                    description: The configuration of Builder trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2199,7 +2199,7 @@ spec:
                         type: boolean
                     type: object
                   camel:
-                    description: The configuration of Camel trait
+                    description: The configuration of Camel trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2223,7 +2223,7 @@ spec:
                         type: string
                     type: object
                   container:
-                    description: The configuration of Container trait
+                    description: The configuration of Container trait.
                     properties:
                       auto:
                         description: To automatically enable the trait
@@ -2286,7 +2286,7 @@ spec:
                         type: string
                     type: object
                   cron:
-                    description: The configuration of Cron trait
+                    description: The configuration of Cron trait.
                     properties:
                       activeDeadlineSeconds:
                         description: Specifies the duration in seconds, relative to
@@ -2357,7 +2357,7 @@ spec:
                         type: integer
                     type: object
                   dependencies:
-                    description: The configuration of Dependencies trait
+                    description: The configuration of Dependencies trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2370,7 +2370,7 @@ spec:
                         type: boolean
                     type: object
                   deployer:
-                    description: The configuration of Deployer trait
+                    description: The configuration of Deployer trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2398,7 +2398,7 @@ spec:
                         type: boolean
                     type: object
                   deployment:
-                    description: The configuration of Deployment trait
+                    description: The configuration of Deployment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2439,7 +2439,7 @@ spec:
                         type: string
                     type: object
                   environment:
-                    description: The configuration of Environment trait
+                    description: The configuration of Environment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2468,7 +2468,7 @@ spec:
                         type: array
                     type: object
                   error-handler:
-                    description: The configuration of Error Handler trait
+                    description: The configuration of Error Handler trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2485,7 +2485,7 @@ spec:
                         type: string
                     type: object
                   gc:
-                    description: The configuration of GC trait
+                    description: The configuration of GC trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2507,7 +2507,7 @@ spec:
                         type: boolean
                     type: object
                   health:
-                    description: The configuration of Health trait
+                    description: The configuration of Health trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -2616,7 +2616,7 @@ spec:
                         type: integer
                     type: object
                   ingress:
-                    description: The configuration of Ingress trait
+                    description: The configuration of Ingress trait.
                     properties:
                       annotations:
                         additionalProperties:
@@ -2656,7 +2656,7 @@ spec:
                         type: string
                     type: object
                   istio:
-                    description: The configuration of Istio trait
+                    description: The configuration of Istio trait.
                     properties:
                       allow:
                         description: Configures a (comma-separated) list of CIDR subnets
@@ -2679,7 +2679,7 @@ spec:
                         type: boolean
                     type: object
                   jolokia:
-                    description: The configuration of Jolokia trait
+                    description: The configuration of Jolokia trait.
                     properties:
                       CACert:
                         description: The PEM encoded CA certification file path, used
@@ -2748,7 +2748,7 @@ spec:
                         type: string
                     type: object
                   jvm:
-                    description: The configuration of JVM trait
+                    description: The configuration of JVM trait.
                     properties:
                       classpath:
                         description: Additional JVM classpath (use `Linux` classpath
@@ -2786,7 +2786,7 @@ spec:
                         type: boolean
                     type: object
                   kamelets:
-                    description: The configuration of Kamelets trait
+                    description: The configuration of Kamelets trait.
                     properties:
                       auto:
                         description: Automatically inject all referenced Kamelets
@@ -2817,7 +2817,7 @@ spec:
                     - configuration
                     type: object
                   knative:
-                    description: The configuration of Knative trait
+                    description: The configuration of Knative trait.
                     properties:
                       auto:
                         description: Enable automatic discovery of all trait properties.
@@ -2895,7 +2895,7 @@ spec:
                         type: boolean
                     type: object
                   knative-service:
-                    description: The configuration of Knative Service trait
+                    description: The configuration of Knative Service trait.
                     properties:
                       auto:
                         description: "Automatically deploy the integration as Knative
@@ -2961,7 +2961,7 @@ spec:
                         type: string
                     type: object
                   logging:
-                    description: The configuration of Logging trait
+                    description: The configuration of Logging trait.
                     properties:
                       color:
                         description: Colorize the log output
@@ -3005,7 +3005,7 @@ spec:
                     - configuration
                     type: object
                   mount:
-                    description: The configuration of Mount trait
+                    description: The configuration of Mount trait.
                     properties:
                       configs:
                         description: 'A list of configuration pointing to configmap/secret.
@@ -3048,7 +3048,7 @@ spec:
                         type: array
                     type: object
                   openapi:
-                    description: The configuration of OpenAPI trait
+                    description: The configuration of OpenAPI trait.
                     properties:
                       configmaps:
                         description: The configmaps holding the spec of the OpenAPI
@@ -3066,7 +3066,7 @@ spec:
                         type: boolean
                     type: object
                   owner:
-                    description: The configuration of Owner trait
+                    description: The configuration of Owner trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3089,7 +3089,7 @@ spec:
                         type: array
                     type: object
                   pdb:
-                    description: The configuration of PDB trait
+                    description: The configuration of PDB trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3115,7 +3115,7 @@ spec:
                         type: string
                     type: object
                   platform:
-                    description: The configuration of Platform trait
+                    description: The configuration of Platform trait.
                     properties:
                       auto:
                         description: To automatically detect from the environment
@@ -3141,7 +3141,7 @@ spec:
                         type: boolean
                     type: object
                   pod:
-                    description: The configuration of Pod trait
+                    description: The configuration of Pod trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3154,7 +3154,7 @@ spec:
                         type: boolean
                     type: object
                   prometheus:
-                    description: The configuration of Prometheus trait
+                    description: The configuration of Prometheus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3177,7 +3177,7 @@ spec:
                         type: array
                     type: object
                   pull-secret:
-                    description: The configuration of Pull Secret trait
+                    description: The configuration of Pull Secret trait.
                     properties:
                       auto:
                         description: Automatically configures the platform registry
@@ -3205,7 +3205,7 @@ spec:
                         type: string
                     type: object
                   quarkus:
-                    description: The configuration of Quarkus trait
+                    description: The configuration of Quarkus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3235,7 +3235,7 @@ spec:
                         type: array
                     type: object
                   registry:
-                    description: The configuration of Registry trait
+                    description: The configuration of Registry trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3248,7 +3248,7 @@ spec:
                         type: boolean
                     type: object
                   route:
-                    description: The configuration of Route trait
+                    description: The configuration of Route trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3338,7 +3338,7 @@ spec:
                         type: string
                     type: object
                   service:
-                    description: The configuration of Service trait
+                    description: The configuration of Service trait.
                     properties:
                       auto:
                         description: To automatically detect from the code if a Service
@@ -3367,7 +3367,7 @@ spec:
                         type: string
                     type: object
                   service-binding:
-                    description: The configuration of Service Binding trait
+                    description: The configuration of Service Binding trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -3395,7 +3395,7 @@ spec:
                     - configuration
                     type: object
                   toleration:
-                    description: The configuration of Toleration trait
+                    description: The configuration of Toleration trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
diff --git a/helm/camel-k/crds/crd-integration.yaml b/helm/camel-k/crds/crd-integration.yaml
index 8f460495d..7f16f5b71 100644
--- a/helm/camel-k/crds/crd-integration.yaml
+++ b/helm/camel-k/crds/crd-integration.yaml
@@ -62,7 +62,7 @@ spec:
     name: v1
     schema:
       openAPIV3Schema:
-        description: Integration is the Schema for the integrations API
+        description: Integration is the Schema for the integrations API.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -77,7 +77,7 @@ spec:
           metadata:
             type: object
           spec:
-            description: the desired Integration specification
+            description: the desired Integration specification.
             properties:
               configuration:
                 description: 'Deprecated: Use camel trait (camel.properties) to manage
@@ -86,7 +86,7 @@ spec:
                   (mount.volumes) to manage volumes'
                 items:
                   description: ConfigurationSpec represents a generic configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: property,
@@ -94,7 +94,7 @@ spec:
                       type: string
                     value:
                       description: the value to assign to the configuration (syntax
-                        may vary depending on the `Type`)
+                        may vary depending on the `Type`).
                       type: string
                   required:
                   - type
@@ -109,16 +109,16 @@ spec:
                 type: array
               flows:
                 description: a source in YAML DSL language which contain the routes
-                  to run
+                  to run.
                 items:
                   description: Flow is an unstructured object representing a Camel
-                    Flow in YAML/JSON DSL
+                    Flow in YAML/JSON DSL.
                   type: object
                   x-kubernetes-preserve-unknown-fields: true
                 type: array
               integrationKit:
                 description: the reference of the `IntegrationKit` which is used for
-                  this Integration
+                  this Integration.
                 properties:
                   apiVersion:
                     description: API version of the referent.
@@ -157,7 +157,7 @@ spec:
                 description: the profile needed to run this Integration
                 type: string
               replicas:
-                description: the number of `Pods` needed for the running Integration
+                description: the number of `Pods` needed for the running Integration.
                 format: int32
                 type: integer
               repositories:
@@ -169,59 +169,59 @@ spec:
                 description: custom SA to use for the Integration
                 type: string
               sources:
-                description: the sources which contain the Camel routes to run
+                description: the sources which contain the Camel routes to run.
                 items:
                   description: SourceSpec defines the configuration for one or more
-                    routes to be executed in a certain Camel DSL language
+                    routes to be executed in a certain Camel DSL language.
                   properties:
                     compression:
-                      description: if the content is compressed (base64 encrypted)
+                      description: if the content is compressed (base64 encrypted).
                       type: boolean
                     content:
-                      description: the source code (plain text)
+                      description: the source code (plain text).
                       type: string
                     contentKey:
-                      description: the confimap key holding the source content
+                      description: the confimap key holding the source content.
                       type: string
                     contentRef:
-                      description: the confimap reference holding the source content
+                      description: the confimap reference holding the source content.
                       type: string
                     contentType:
-                      description: the content type (tipically text or binary)
+                      description: the content type (tipically text or binary).
                       type: string
                     interceptors:
                       description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-                        uses to pre/post process sources
+                        uses to pre/post process sources.
                       items:
                         type: string
                       type: array
                     language:
                       description: specify which is the language (Camel DSL) used
-                        to interpret this source code
+                        to interpret this source code.
                       type: string
                     loader:
                       description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                        that will interpret this source at runtime
+                        that will interpret this source at runtime.
                       type: string
                     name:
-                      description: the name of the specification
+                      description: the name of the specification.
                       type: string
                     path:
-                      description: the path where the file is stored
+                      description: the path where the file is stored.
                       type: string
                     property-names:
                       description: List of property names defined in the source (e.g.
-                        if type is "template")
+                        if type is "template").
                       items:
                         type: string
                       type: array
                     rawContent:
-                      description: the source code (binary)
+                      description: the source code (binary).
                       format: byte
                       type: string
                     type:
                       description: Type defines the kind of source described by this
-                        object
+                        object.
                       type: string
                   type: object
                 type: array
@@ -229,14 +229,14 @@ spec:
                 description: Pod template customization
                 properties:
                   spec:
-                    description: the specification
+                    description: the specification.
                     properties:
                       activeDeadlineSeconds:
-                        description: ActiveDeadlineSeconds
+                        description: ActiveDeadlineSeconds.
                         format: int64
                         type: integer
                       containers:
-                        description: Containers
+                        description: Containers.
                         items:
                           description: A single application container that you want
                             to run within a pod.
@@ -1526,10 +1526,10 @@ spec:
                           type: object
                         type: array
                       dnsPolicy:
-                        description: DNSPolicy
+                        description: DNSPolicy.
                         type: string
                       ephemeralContainers:
-                        description: EphemeralContainers
+                        description: EphemeralContainers.
                         items:
                           description: "An EphemeralContainer is a temporary container
                             that you may add to an existing Pod for user-initiated
@@ -2817,7 +2817,7 @@ spec:
                           type: object
                         type: array
                       initContainers:
-                        description: InitContainers
+                        description: InitContainers.
                         items:
                           description: A single application container that you want
                             to run within a pod.
@@ -4109,13 +4109,13 @@ spec:
                       nodeSelector:
                         additionalProperties:
                           type: string
-                        description: NodeSelector
+                        description: NodeSelector.
                         type: object
                       restartPolicy:
-                        description: RestartPolicy
+                        description: RestartPolicy.
                         type: string
                       securityContext:
-                        description: PodSecurityContext
+                        description: PodSecurityContext.
                         properties:
                           fsGroup:
                             description: "A special supplemental group that applies
@@ -4292,11 +4292,11 @@ spec:
                             type: object
                         type: object
                       terminationGracePeriodSeconds:
-                        description: TerminationGracePeriodSeconds
+                        description: TerminationGracePeriodSeconds.
                         format: int64
                         type: integer
                       topologySpreadConstraints:
-                        description: TopologySpreadConstraints
+                        description: TopologySpreadConstraints.
                         items:
                           description: TopologySpreadConstraint specifies how to spread
                             matching pods among the given topology.
@@ -4478,7 +4478,7 @@ spec:
                           type: object
                         type: array
                       volumes:
-                        description: Volumes
+                        description: Volumes.
                         items:
                           description: Volume represents a named volume in a pod that
                             may be accessed by any container in the pod.
@@ -6127,13 +6127,13 @@ spec:
                   addons:
                     additionalProperties:
                       description: AddonTrait represents the configuration of an addon
-                        trait
+                        trait.
                       type: object
                       x-kubernetes-preserve-unknown-fields: true
-                    description: The extension point with addon traits
+                    description: The extension point with addon traits.
                     type: object
                   affinity:
-                    description: The configuration of Affinity trait
+                    description: The configuration of Affinity trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6175,7 +6175,7 @@ spec:
                         type: array
                     type: object
                   builder:
-                    description: The configuration of Builder trait
+                    description: The configuration of Builder trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6228,7 +6228,7 @@ spec:
                         type: boolean
                     type: object
                   camel:
-                    description: The configuration of Camel trait
+                    description: The configuration of Camel trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6252,7 +6252,7 @@ spec:
                         type: string
                     type: object
                   container:
-                    description: The configuration of Container trait
+                    description: The configuration of Container trait.
                     properties:
                       auto:
                         description: To automatically enable the trait
@@ -6315,7 +6315,7 @@ spec:
                         type: string
                     type: object
                   cron:
-                    description: The configuration of Cron trait
+                    description: The configuration of Cron trait.
                     properties:
                       activeDeadlineSeconds:
                         description: Specifies the duration in seconds, relative to
@@ -6386,7 +6386,7 @@ spec:
                         type: integer
                     type: object
                   dependencies:
-                    description: The configuration of Dependencies trait
+                    description: The configuration of Dependencies trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6399,7 +6399,7 @@ spec:
                         type: boolean
                     type: object
                   deployer:
-                    description: The configuration of Deployer trait
+                    description: The configuration of Deployer trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6427,7 +6427,7 @@ spec:
                         type: boolean
                     type: object
                   deployment:
-                    description: The configuration of Deployment trait
+                    description: The configuration of Deployment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6468,7 +6468,7 @@ spec:
                         type: string
                     type: object
                   environment:
-                    description: The configuration of Environment trait
+                    description: The configuration of Environment trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6497,7 +6497,7 @@ spec:
                         type: array
                     type: object
                   error-handler:
-                    description: The configuration of Error Handler trait
+                    description: The configuration of Error Handler trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6514,7 +6514,7 @@ spec:
                         type: string
                     type: object
                   gc:
-                    description: The configuration of GC trait
+                    description: The configuration of GC trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6536,7 +6536,7 @@ spec:
                         type: boolean
                     type: object
                   health:
-                    description: The configuration of Health trait
+                    description: The configuration of Health trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -6645,7 +6645,7 @@ spec:
                         type: integer
                     type: object
                   ingress:
-                    description: The configuration of Ingress trait
+                    description: The configuration of Ingress trait.
                     properties:
                       annotations:
                         additionalProperties:
@@ -6685,7 +6685,7 @@ spec:
                         type: string
                     type: object
                   istio:
-                    description: The configuration of Istio trait
+                    description: The configuration of Istio trait.
                     properties:
                       allow:
                         description: Configures a (comma-separated) list of CIDR subnets
@@ -6708,7 +6708,7 @@ spec:
                         type: boolean
                     type: object
                   jolokia:
-                    description: The configuration of Jolokia trait
+                    description: The configuration of Jolokia trait.
                     properties:
                       CACert:
                         description: The PEM encoded CA certification file path, used
@@ -6777,7 +6777,7 @@ spec:
                         type: string
                     type: object
                   jvm:
-                    description: The configuration of JVM trait
+                    description: The configuration of JVM trait.
                     properties:
                       classpath:
                         description: Additional JVM classpath (use `Linux` classpath
@@ -6815,7 +6815,7 @@ spec:
                         type: boolean
                     type: object
                   kamelets:
-                    description: The configuration of Kamelets trait
+                    description: The configuration of Kamelets trait.
                     properties:
                       auto:
                         description: Automatically inject all referenced Kamelets
@@ -6846,7 +6846,7 @@ spec:
                     - configuration
                     type: object
                   knative:
-                    description: The configuration of Knative trait
+                    description: The configuration of Knative trait.
                     properties:
                       auto:
                         description: Enable automatic discovery of all trait properties.
@@ -6924,7 +6924,7 @@ spec:
                         type: boolean
                     type: object
                   knative-service:
-                    description: The configuration of Knative Service trait
+                    description: The configuration of Knative Service trait.
                     properties:
                       auto:
                         description: "Automatically deploy the integration as Knative
@@ -6990,7 +6990,7 @@ spec:
                         type: string
                     type: object
                   logging:
-                    description: The configuration of Logging trait
+                    description: The configuration of Logging trait.
                     properties:
                       color:
                         description: Colorize the log output
@@ -7034,7 +7034,7 @@ spec:
                     - configuration
                     type: object
                   mount:
-                    description: The configuration of Mount trait
+                    description: The configuration of Mount trait.
                     properties:
                       configs:
                         description: 'A list of configuration pointing to configmap/secret.
@@ -7077,7 +7077,7 @@ spec:
                         type: array
                     type: object
                   openapi:
-                    description: The configuration of OpenAPI trait
+                    description: The configuration of OpenAPI trait.
                     properties:
                       configmaps:
                         description: The configmaps holding the spec of the OpenAPI
@@ -7095,7 +7095,7 @@ spec:
                         type: boolean
                     type: object
                   owner:
-                    description: The configuration of Owner trait
+                    description: The configuration of Owner trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7118,7 +7118,7 @@ spec:
                         type: array
                     type: object
                   pdb:
-                    description: The configuration of PDB trait
+                    description: The configuration of PDB trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7144,7 +7144,7 @@ spec:
                         type: string
                     type: object
                   platform:
-                    description: The configuration of Platform trait
+                    description: The configuration of Platform trait.
                     properties:
                       auto:
                         description: To automatically detect from the environment
@@ -7170,7 +7170,7 @@ spec:
                         type: boolean
                     type: object
                   pod:
-                    description: The configuration of Pod trait
+                    description: The configuration of Pod trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7183,7 +7183,7 @@ spec:
                         type: boolean
                     type: object
                   prometheus:
-                    description: The configuration of Prometheus trait
+                    description: The configuration of Prometheus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7206,7 +7206,7 @@ spec:
                         type: array
                     type: object
                   pull-secret:
-                    description: The configuration of Pull Secret trait
+                    description: The configuration of Pull Secret trait.
                     properties:
                       auto:
                         description: Automatically configures the platform registry
@@ -7234,7 +7234,7 @@ spec:
                         type: string
                     type: object
                   quarkus:
-                    description: The configuration of Quarkus trait
+                    description: The configuration of Quarkus trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7264,7 +7264,7 @@ spec:
                         type: array
                     type: object
                   registry:
-                    description: The configuration of Registry trait
+                    description: The configuration of Registry trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7277,7 +7277,7 @@ spec:
                         type: boolean
                     type: object
                   route:
-                    description: The configuration of Route trait
+                    description: The configuration of Route trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7367,7 +7367,7 @@ spec:
                         type: string
                     type: object
                   service:
-                    description: The configuration of Service trait
+                    description: The configuration of Service trait.
                     properties:
                       auto:
                         description: To automatically detect from the code if a Service
@@ -7396,7 +7396,7 @@ spec:
                         type: string
                     type: object
                   service-binding:
-                    description: The configuration of Service Binding trait
+                    description: The configuration of Service Binding trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7424,7 +7424,7 @@ spec:
                     - configuration
                     type: object
                   toleration:
-                    description: The configuration of Toleration trait
+                    description: The configuration of Toleration trait.
                     properties:
                       configuration:
                         description: 'Legacy trait configuration parameters. Deprecated:
@@ -7454,15 +7454,15 @@ spec:
                 type: object
             type: object
           status:
-            description: the status of the Integration
+            description: the status of the Integration.
             properties:
               capabilities:
-                description: features offered by the Integration
+                description: features offered by the Integration.
                 items:
                   type: string
                 type: array
               conditions:
-                description: a list of events happened for the Integration
+                description: a list of events happened for the Integration.
                 items:
                   description: IntegrationCondition describes the state of a resource
                     at a certain point.
@@ -7559,10 +7559,10 @@ spec:
                   type: object
                 type: array
               configuration:
-                description: 'Deprecated: a list of configuration specification'
+                description: 'Deprecated: a list of configuration specification.'
                 items:
                   description: ConfigurationSpec represents a generic configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: property,
@@ -7570,7 +7570,7 @@ spec:
                       type: string
                     value:
                       description: the value to assign to the configuration (syntax
-                        may vary depending on the `Type`)
+                        may vary depending on the `Type`).
                       type: string
                   required:
                   - type
@@ -7583,71 +7583,71 @@ spec:
                   type: string
                 type: array
               digest:
-                description: the digest calculated for this Integration
+                description: the digest calculated for this Integration.
                 type: string
               generatedSources:
-                description: a list of sources generated for this Integration
+                description: a list of sources generated for this Integration.
                 items:
                   description: SourceSpec defines the configuration for one or more
-                    routes to be executed in a certain Camel DSL language
+                    routes to be executed in a certain Camel DSL language.
                   properties:
                     compression:
-                      description: if the content is compressed (base64 encrypted)
+                      description: if the content is compressed (base64 encrypted).
                       type: boolean
                     content:
-                      description: the source code (plain text)
+                      description: the source code (plain text).
                       type: string
                     contentKey:
-                      description: the confimap key holding the source content
+                      description: the confimap key holding the source content.
                       type: string
                     contentRef:
-                      description: the confimap reference holding the source content
+                      description: the confimap reference holding the source content.
                       type: string
                     contentType:
-                      description: the content type (tipically text or binary)
+                      description: the content type (tipically text or binary).
                       type: string
                     interceptors:
                       description: Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader
-                        uses to pre/post process sources
+                        uses to pre/post process sources.
                       items:
                         type: string
                       type: array
                     language:
                       description: specify which is the language (Camel DSL) used
-                        to interpret this source code
+                        to interpret this source code.
                       type: string
                     loader:
                       description: Loader is an optional id of the org.apache.camel.k.RoutesLoader
-                        that will interpret this source at runtime
+                        that will interpret this source at runtime.
                       type: string
                     name:
-                      description: the name of the specification
+                      description: the name of the specification.
                       type: string
                     path:
-                      description: the path where the file is stored
+                      description: the path where the file is stored.
                       type: string
                     property-names:
                       description: List of property names defined in the source (e.g.
-                        if type is "template")
+                        if type is "template").
                       items:
                         type: string
                       type: array
                     rawContent:
-                      description: the source code (binary)
+                      description: the source code (binary).
                       format: byte
                       type: string
                     type:
                       description: Type defines the kind of source described by this
-                        object
+                        object.
                       type: string
                   type: object
                 type: array
               image:
-                description: the container image used
+                description: the container image used.
                 type: string
               integrationKit:
                 description: the reference of the `IntegrationKit` which is used for
-                  this Integration
+                  this Integration.
                 properties:
                   apiVersion:
                     description: API version of the referent.
@@ -7693,29 +7693,29 @@ spec:
                 format: int64
                 type: integer
               phase:
-                description: the actual phase
+                description: the actual phase.
                 type: string
               platform:
-                description: The IntegrationPlatform watching this Integration
+                description: The IntegrationPlatform watching this Integration.
                 type: string
               profile:
                 description: the profile needed to run this Integration
                 type: string
               replicas:
-                description: the number of replicas
+                description: the number of replicas.
                 format: int32
                 type: integer
               runtimeProvider:
-                description: the runtime provider targeted for this Integration
+                description: the runtime provider targeted for this Integration.
                 type: string
               runtimeVersion:
-                description: the runtime version targeted for this Integration
+                description: the runtime version targeted for this Integration.
                 type: string
               selector:
-                description: label selector
+                description: label selector.
                 type: string
               version:
-                description: the operator version
+                description: the operator version.
                 type: string
             type: object
         type: object
diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml b/helm/camel-k/crds/crd-kamelet-binding.yaml
index ef1cdf18e..e0fa66477 100644
--- a/helm/camel-k/crds/crd-kamelet-binding.yaml
+++ b/helm/camel-k/crds/crd-kamelet-binding.yaml
@@ -53,7 +53,7 @@ spec:
     name: v1alpha1
     schema:
       openAPIV3Schema:
-        description: KameletBinding is the Schema for the kamelets binding API
+        description: KameletBinding is the Schema for the kamelets binding API.
         properties:
           apiVersion:
             description: 'APIVersion defines the versioned schema of this representation
@@ -72,7 +72,7 @@ spec:
             properties:
               errorHandler:
                 description: ErrorHandler is an optional handler called upon an error
-                  occuring in the integration
+                  occurring in the integration.
                 type: object
                 x-kubernetes-preserve-unknown-fields: true
               integration:
@@ -86,7 +86,7 @@ spec:
                       Use mount trait (mount.volumes) to manage volumes'
                     items:
                       description: ConfigurationSpec represents a generic configuration
-                        specification
+                        specification.
                       properties:
                         type:
... 1904 lines suppressed ...