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

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

commit 85a90bb48dc34ae7a0b4df70fcd1ecf9e5fd1fce
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 1 23:46:48 2023 +0000

    chore: autogenerated project resource update
---
 config/crd/bases/camel.apache.org_builds.yaml      |  22 +--
 .../crd/bases/camel.apache.org_camelcatalogs.yaml  |  28 +--
 .../bases/camel.apache.org_integrationkits.yaml    |   8 +-
 .../camel.apache.org_integrationplatforms.yaml     |  26 +--
 .../crd/bases/camel.apache.org_integrations.yaml   |  14 +-
 .../bases/camel.apache.org_kameletbindings.yaml    |  24 +--
 config/crd/bases/camel.apache.org_kamelets.yaml    |  36 ++--
 config/crd/bases/camel.apache.org_pipes.yaml       |  18 +-
 docs/antora.yml                                    |   6 +-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  | 194 ++++++++++-----------
 docs/modules/ROOT/partials/apis/kamelets-crds.adoc |  62 +++----
 helm/camel-k/crds/crd-build.yaml                   |  22 +--
 helm/camel-k/crds/crd-camel-catalog.yaml           |  28 +--
 helm/camel-k/crds/crd-integration-kit.yaml         |   8 +-
 helm/camel-k/crds/crd-integration-platform.yaml    |  26 +--
 helm/camel-k/crds/crd-integration.yaml             |  14 +-
 helm/camel-k/crds/crd-kamelet-binding.yaml         |  24 +--
 helm/camel-k/crds/crd-kamelet.yaml                 |  36 ++--
 helm/camel-k/crds/crd-pipe.yaml                    |  18 +-
 pkg/resources/resources.go                         |  49 ++----
 20 files changed, 323 insertions(+), 340 deletions(-)

diff --git a/config/crd/bases/camel.apache.org_builds.yaml 
b/config/crd/bases/camel.apache.org_builds.yaml
index 30d19abb0..f3dca9a57 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
@@ -292,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
@@ -315,7 +315,7 @@ spec:
                               description: A reference to the ConfigMap or 
Secret
                                 key that contains the Maven profile.
                               items:
-                                description: ValueSource --
+                                description: ValueSource --.
                                 properties:
                                   configMapKeyRef:
                                     description: Selects a key of a ConfigMap.
@@ -366,7 +366,7 @@ spec:
                             repositories:
                               description: additional repositories
                               items:
-                                description: Repository defines a Maven 
repository
+                                description: Repository defines a Maven 
repository.
                                 properties:
                                   id:
                                     description: identifies the repository
@@ -551,12 +551,12 @@ spec:
                               additionalProperties:
                                 description: Capability is a particular 
feature which
                                   requires a well known set of dependencies 
which
-                                  are specified in the runtime catalog
+                                  are specified in the runtime catalog.
                                 properties:
                                   dependencies:
                                     items:
                                       description: MavenArtifact defines a GAV 
(Group:Artifact:Version)
-                                        Maven artifact
+                                        Maven artifact.
                                       properties:
                                         artifactId:
                                           description: Maven Artifact
@@ -582,7 +582,7 @@ spec:
                                 application
                               items:
                                 description: MavenArtifact defines a GAV 
(Group:Artifact:Version)
-                                  Maven artifact
+                                  Maven artifact.
                                 properties:
                                   artifactId:
                                     description: Maven Artifact
@@ -621,7 +621,7 @@ spec:
                           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
@@ -685,7 +685,7 @@ spec:
                       type: object
                     custom:
                       description: UserTask is used to execute any generic 
custom
-                        operation
+                        operation.
                       properties:
                         command:
                           description: the command to execute
@@ -852,13 +852,13 @@ 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
                 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
diff --git a/config/crd/bases/camel.apache.org_camelcatalogs.yaml 
b/config/crd/bases/camel.apache.org_camelcatalogs.yaml
index 24d4ad574..6d13c21c5 100644
--- a/config/crd/bases/camel.apache.org_camelcatalogs.yaml
+++ b/config/crd/bases/camel.apache.org_camelcatalogs.yaml
@@ -80,7 +80,7 @@ spec:
               artifacts:
                 additionalProperties:
                   description: CamelArtifact represent the configuration for a 
feature
-                    offered by Camel
+                    offered by Camel.
                   properties:
                     artifactId:
                       description: Maven Artifact
@@ -93,7 +93,7 @@ spec:
                     dependencies:
                       description: required dependencies
                       items:
-                        description: CamelArtifactDependency represent a 
maven's dependency
+                        description: CamelArtifactDependency represent a 
maven's dependency.
                         properties:
                           artifactId:
                             description: Maven Artifact
@@ -103,7 +103,7 @@ spec:
                               this dependency
                             items:
                               description: CamelArtifactExclusion represents 
an exclusion
-                                clause
+                                clause.
                               properties:
                                 artifactId:
                                   description: Maven Artifact
@@ -132,7 +132,7 @@ spec:
                         dependency
                       items:
                         description: CamelArtifactExclusion represents an 
exclusion
-                          clause
+                          clause.
                         properties:
                           artifactId:
                             description: Maven Artifact
@@ -164,7 +164,7 @@ spec:
                       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
@@ -174,7 +174,7 @@ spec:
                                   scope
                                 items:
                                   description: CamelArtifactDependency 
represent a
-                                    maven's dependency
+                                    maven's dependency.
                                   properties:
                                     artifactId:
                                       description: Maven Artifact
@@ -184,7 +184,7 @@ spec:
                                         exclude for this dependency
                                       items:
                                         description: CamelArtifactExclusion 
represents
-                                          an exclusion clause
+                                          an exclusion clause.
                                         properties:
                                           artifactId:
                                             description: Maven Artifact
@@ -226,7 +226,7 @@ spec:
                                   scope
                                 items:
                                   description: CamelArtifactDependency 
represent a
-                                    maven's dependency
+                                    maven's dependency.
                                   properties:
                                     artifactId:
                                       description: Maven Artifact
@@ -236,7 +236,7 @@ spec:
                                         exclude for this dependency
                                       items:
                                         description: CamelArtifactExclusion 
represents
-                                          an exclusion clause
+                                          an exclusion clause.
                                         properties:
                                           artifactId:
                                             description: Maven Artifact
@@ -279,7 +279,7 @@ spec:
               loaders:
                 additionalProperties:
                   description: CamelLoader represents the configuration 
required to
-                    load a DSL
+                    load a DSL.
                   properties:
                     artifactId:
                       description: Maven Artifact
@@ -289,7 +289,7 @@ spec:
                         the base one
                       items:
                         description: MavenArtifact defines a GAV 
(Group:Artifact:Version)
-                          Maven artifact
+                          Maven artifact.
                         properties:
                           artifactId:
                             description: Maven Artifact
@@ -337,12 +337,12 @@ spec:
                     additionalProperties:
                       description: Capability is a particular feature which 
requires
                         a well known set of dependencies which are specified 
in the
-                        runtime catalog
+                        runtime catalog.
                       properties:
                         dependencies:
                           items:
                             description: MavenArtifact defines a GAV 
(Group:Artifact:Version)
-                              Maven artifact
+                              Maven artifact.
                             properties:
                               artifactId:
                                 description: Maven Artifact
@@ -367,7 +367,7 @@ spec:
                     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
diff --git a/config/crd/bases/camel.apache.org_integrationkits.yaml 
b/config/crd/bases/camel.apache.org_integrationkits.yaml
index d286bf52f..f70954ab5 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,
@@ -126,7 +126,7 @@ 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)
@@ -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
@@ -340,7 +340,7 @@ 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
diff --git a/config/crd/bases/camel.apache.org_integrationplatforms.yaml 
b/config/crd/bases/camel.apache.org_integrationplatforms.yaml
index 9bd66b917..489d1a39d 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,7 +81,7 @@ 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
@@ -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
@@ -206,7 +206,7 @@ spec:
                         description: A reference to the ConfigMap or Secret 
key that
                           contains the Maven profile.
                         items:
-                          description: ValueSource --
+                          description: ValueSource --.
                           properties:
                             configMapKeyRef:
                               description: Selects a key of a ConfigMap.
@@ -393,7 +393,7 @@ spec:
                   this IntegrationPlatform'
                 items:
                   description: ConfigurationSpec represents a generic 
configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: 
property,
@@ -416,7 +416,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
@@ -447,7 +447,7 @@ 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
@@ -1798,7 +1798,7 @@ 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
@@ -1900,7 +1900,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
@@ -1923,7 +1923,7 @@ spec:
                         description: A reference to the ConfigMap or Secret 
key that
                           contains the Maven profile.
                         items:
-                          description: ValueSource --
+                          description: ValueSource --.
                           properties:
                             configMapKeyRef:
                               description: Selects a key of a ConfigMap.
@@ -2144,7 +2144,7 @@ spec:
                   this IntegrationPlatform'
                 items:
                   description: ConfigurationSpec represents a generic 
configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: 
property,
@@ -2173,7 +2173,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
@@ -2212,7 +2212,7 @@ 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
diff --git a/config/crd/bases/camel.apache.org_integrations.yaml 
b/config/crd/bases/camel.apache.org_integrations.yaml
index ef2ecc905..a0fb500ac 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
@@ -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,
@@ -112,7 +112,7 @@ spec:
                   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
@@ -172,7 +172,7 @@ spec:
                 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)
@@ -6364,7 +6364,7 @@ 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
@@ -7823,7 +7823,7 @@ spec:
                 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,
@@ -7850,7 +7850,7 @@ spec:
                 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)
diff --git a/config/crd/bases/camel.apache.org_kameletbindings.yaml 
b/config/crd/bases/camel.apache.org_kameletbindings.yaml
index d0e029bcf..d6464e655 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
@@ -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:
@@ -112,7 +112,7 @@ spec:
                       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
@@ -172,7 +172,7 @@ spec:
                     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)
@@ -6645,7 +6645,7 @@ 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
@@ -8032,7 +8032,7 @@ 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
@@ -8089,7 +8089,7 @@ 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
@@ -8267,7 +8267,7 @@ 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
@@ -8324,7 +8324,7 @@ 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
@@ -8500,12 +8500,12 @@ 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
@@ -8563,7 +8563,7 @@ 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
diff --git a/config/crd/bases/camel.apache.org_kamelets.yaml 
b/config/crd/bases/camel.apache.org_kamelets.yaml
index 3e2facd12..3131ac0e2 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
@@ -66,7 +66,7 @@ spec:
               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
@@ -74,7 +74,7 @@ spec:
                     headers:
                       additionalProperties:
                         description: HeaderSpec represents the specification 
for a
-                          header used in the Kamelet
+                          header used in the Kamelet.
                         properties:
                           default:
                             type: string
@@ -92,7 +92,7 @@ spec:
                     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
@@ -109,7 +109,7 @@ spec:
                           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
@@ -449,7 +449,7 @@ 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)
@@ -509,7 +509,7 @@ 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,
@@ -717,7 +717,7 @@ 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)
@@ -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,12 +758,12 @@ 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
@@ -771,7 +771,7 @@ spec:
                     headers:
                       additionalProperties:
                         description: HeaderSpec represents the specification 
for a
-                          header used in the Kamelet
+                          header used in the Kamelet.
                         properties:
                           default:
                             type: string
@@ -789,7 +789,7 @@ spec:
                     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
@@ -806,7 +806,7 @@ spec:
                           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
@@ -1146,7 +1146,7 @@ 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)
@@ -1206,7 +1206,7 @@ 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,
@@ -1367,7 +1367,7 @@ spec:
                 type: object
             type: object
           status:
-            description: the actual status of the resource
+            description: the actual status of the resource.
             properties:
               conditions:
                 description: Conditions --
@@ -1414,7 +1414,7 @@ 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)
diff --git a/config/crd/bases/camel.apache.org_pipes.yaml 
b/config/crd/bases/camel.apache.org_pipes.yaml
index 18105b0ec..bb6fbbb86 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
@@ -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:
@@ -109,7 +109,7 @@ spec:
                       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
@@ -169,7 +169,7 @@ spec:
                     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)
@@ -6642,7 +6642,7 @@ 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
@@ -8029,7 +8029,7 @@ 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
@@ -8094,7 +8094,7 @@ 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
@@ -8157,12 +8157,12 @@ 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
diff --git a/docs/antora.yml b/docs/antora.yml
index 09e40a55d..f8ab6ea54 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -42,8 +42,8 @@ asciidoc:
     buildah-version: 1.30.0
     kaniko-version: 1.9.1
     kustomize-version: 4.5.4
-    kubernetes-api-version: 0.25.6
-    operator-fwk-api-version: 0.13.0
+    kubernetes-api-version: 0.27.4
+    operator-fwk-api-version: 0.17.7
     knative-api-version: 0.37.2
-    service-binding-op-version: 1.3.4
+    service-binding-op-version: 1.4.0
     prometheus-op-version: 0.60.0
diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc 
b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
index bfcc92dc1..736fe3e79 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"]
 |===
@@ -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"]
 |===
@@ -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"]
 |===
@@ -364,7 +364,7 @@ string
 * <<#_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"]
 |===
@@ -415,7 +415,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"]
 |===
@@ -435,7 +435,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"]
 |===
@@ -518,7 +518,7 @@ A human-readable message indicating details about the 
transition.
 
 * <<#_camel_apache_org_v1_BuildCondition, BuildCondition>>
 
-BuildConditionType --
+BuildConditionType -- .
 
 
 [#_camel_apache_org_v1_BuildConfiguration]
@@ -530,7 +530,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"]
 |===
@@ -613,7 +613,7 @@ BuildOrderStrategy specifies how builds are reconciled and 
queued.
 
 * <<#_camel_apache_org_v1_BuildStatus, BuildStatus>>
 
-BuildPhase --
+BuildPhase -- .
 
 
 [#_camel_apache_org_v1_BuildSpec]
@@ -690,7 +690,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"]
 |===
@@ -798,7 +798,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"]
 |===
@@ -850,7 +850,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"]
 |===
@@ -930,7 +930,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"]
 |===
@@ -990,7 +990,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"]
 |===
@@ -1021,7 +1021,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"]
 |===
@@ -1111,7 +1111,7 @@ A human-readable message indicating details about the 
transition.
 
 * <<#_camel_apache_org_v1_CamelCatalogCondition, CamelCatalogCondition>>
 
-CamelCatalogConditionType --
+CamelCatalogConditionType --.
 
 
 [#_camel_apache_org_v1_CamelCatalogPhase]
@@ -1121,7 +1121,7 @@ CamelCatalogConditionType --
 
 * <<#_camel_apache_org_v1_CamelCatalogStatus, CamelCatalogStatus>>
 
-CamelCatalogPhase --
+CamelCatalogPhase -- .
 
 
 [#_camel_apache_org_v1_CamelCatalogSpec]
@@ -1131,7 +1131,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"]
 |===
@@ -1214,7 +1214,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"]
 |===
@@ -1259,7 +1259,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"]
 |===
@@ -1311,7 +1311,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"]
 |===
@@ -1336,7 +1336,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
-which are specified in the runtime catalog
+which are specified in the runtime catalog.
 
 [cols="2,2a",options="header"]
 |===
@@ -1356,7 +1356,7 @@ which are specified in the runtime catalog
 [#_camel_apache_org_v1_Configurable]
 === Configurable
 
-Configurable --
+Configurable --.
 
 
 [#_camel_apache_org_v1_ConfigurationSpec]
@@ -1369,7 +1369,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"]
 |===
@@ -1431,7 +1431,7 @@ string
 
 * <<#_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"]
 |===
@@ -1504,7 +1504,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"]
 |===
@@ -1535,7 +1535,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"]
 |===
@@ -1601,7 +1601,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"]
 |===
@@ -1640,7 +1640,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"]
 |===
@@ -1685,7 +1685,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"]
 |===
@@ -1705,13 +1705,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]
@@ -1721,7 +1721,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"]
 |===
@@ -1752,7 +1752,7 @@ ErrorHandlerLog represent a default (log) error handler 
type
 
 * <<#_camel_apache_org_v1_ErrorHandlerLog, ErrorHandlerLog>>
 
-ErrorHandlerNone --
+ErrorHandlerNone --.
 
 [cols="2,2a",options="header"]
 |===
@@ -1769,7 +1769,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"]
 |===
@@ -1789,7 +1789,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"]
 |===
@@ -1820,7 +1820,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"]
 |===
@@ -1840,7 +1840,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]
@@ -1850,8 +1850,8 @@ 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
+EventTypeSpec represents a specification for an event type.
+Deprecated: In favor of using DataTypeSpec.
 
 [cols="2,2a",options="header"]
 |===
@@ -1945,7 +1945,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"]
 |===
@@ -1983,7 +1983,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"]
 |===
@@ -2052,7 +2052,7 @@ string
 
 * <<#_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"]
 |===
@@ -2077,7 +2077,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"]
 |===
@@ -2279,7 +2279,7 @@ Pods collect health and conditions information from the 
owned PODs
 
 * <<#_camel_apache_org_v1_IntegrationCondition, IntegrationCondition>>
 
-IntegrationConditionType --
+IntegrationConditionType --.
 
 
 [#_camel_apache_org_v1_IntegrationKitCondition]
@@ -2348,7 +2348,7 @@ A human-readable message indicating details about the 
transition.
 
 * <<#_camel_apache_org_v1_IntegrationKitCondition, IntegrationKitCondition>>
 
-IntegrationKitConditionType --
+IntegrationKitConditionType --.
 
 
 [#_camel_apache_org_v1_IntegrationKitPhase]
@@ -2358,7 +2358,7 @@ IntegrationKitConditionType --
 
 * <<#_camel_apache_org_v1_IntegrationKitStatus, IntegrationKitStatus>>
 
-IntegrationKitPhase --
+IntegrationKitPhase --.
 
 
 [#_camel_apache_org_v1_IntegrationKitSpec]
@@ -2368,7 +2368,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"]
 |===
@@ -2439,7 +2439,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"]
 |===
@@ -2540,7 +2540,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"]
 |===
@@ -2594,7 +2594,7 @@ The collection of addon trait configurations
 
 * <<#_camel_apache_org_v1_IntegrationStatus, IntegrationStatus>>
 
-IntegrationPhase --
+IntegrationPhase --.
 
 
 [#_camel_apache_org_v1_IntegrationPlatformBuildPublishStrategy]
@@ -2604,7 +2604,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]
@@ -2711,7 +2711,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]
@@ -2780,7 +2780,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]
@@ -2790,7 +2790,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"]
 |===
@@ -2814,7 +2814,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"]
 |===
@@ -2838,7 +2838,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]
@@ -2849,7 +2849,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"]
 |===
@@ -2914,7 +2914,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"]
 |===
@@ -3073,7 +3073,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"]
 |===
@@ -3545,7 +3545,7 @@ JSONSchemaURL represents a schema url.
 
 * <<#_camel_apache_org_v1_Task, Task>>
 
-JibTask is used to configure Jib
+JibTask is used to configure Jib.
 
 [cols="2,2a",options="header"]
 |===
@@ -3635,7 +3635,7 @@ A human-readable message indicating details about the 
transition.
 
 * <<#_camel_apache_org_v1_KameletCondition, KameletCondition>>
 
-KameletConditionType --
+KameletConditionType --.
 
 
 [#_camel_apache_org_v1_KameletPhase]
@@ -3645,7 +3645,7 @@ KameletConditionType --
 
 * <<#_camel_apache_org_v1_KameletStatus, KameletStatus>>
 
-KameletPhase --
+KameletPhase --.
 
 
 [#_camel_apache_org_v1_KameletProperty]
@@ -3655,7 +3655,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"]
 |===
@@ -3686,7 +3686,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"]
 |===
@@ -3746,7 +3746,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"]
 |===
@@ -3791,7 +3791,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"]
 |===
@@ -3843,7 +3843,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"]
 |===
@@ -3874,7 +3874,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]
@@ -3888,7 +3888,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"]
 |===
@@ -3926,7 +3926,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"]
 |===
@@ -3965,7 +3965,7 @@ Servers (auth)
 * <<#_camel_apache_org_v1_IntegrationPlatformBuildSpec, 
IntegrationPlatformBuildSpec>>
 * <<#_camel_apache_org_v1_MavenBuildSpec, MavenBuildSpec>>
 
-MavenSpec --
+MavenSpec --.
 
 [cols="2,2a",options="header"]
 |===
@@ -4184,7 +4184,7 @@ Pods collect health and conditions information from the 
owned PODs
 
 * <<#_camel_apache_org_v1_PipeCondition, PipeCondition>>
 
-PipeConditionType --
+PipeConditionType --.
 
 
 [#_camel_apache_org_v1_PipePhase]
@@ -4194,7 +4194,7 @@ PipeConditionType --
 
 * <<#_camel_apache_org_v1_PipeStatus, PipeStatus>>
 
-PipePhase --
+PipePhase --.
 
 
 [#_camel_apache_org_v1_PipeSpec]
@@ -4270,7 +4270,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"]
 |===
@@ -4494,7 +4494,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"]
 |===
@@ -4588,7 +4588,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"]
 |===
@@ -4626,7 +4626,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"]
 |===
@@ -4693,7 +4693,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"]
 |===
@@ -4745,7 +4745,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"]
 |===
@@ -4797,7 +4797,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"]
 |===
@@ -4834,7 +4834,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]
@@ -4847,7 +4847,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]
@@ -4858,7 +4858,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"]
 |===
@@ -4917,7 +4917,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"]
 |===
@@ -5011,7 +5011,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"]
 |===
@@ -5072,7 +5072,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]
@@ -5082,7 +5082,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"]
 |===
@@ -5206,7 +5206,7 @@ a JibTask, for Jib 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"]
 |===
@@ -5258,7 +5258,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]
@@ -5294,7 +5294,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"]
 |===
@@ -5587,7 +5587,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]
@@ -5597,7 +5597,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"]
 |===
@@ -5635,7 +5635,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 8cef3ec1a..c54263e0e 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"]
 |===
@@ -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"]
 |===
@@ -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"]
 |===
@@ -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"]
 |===
@@ -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]
@@ -473,8 +473,8 @@ ErrorHandlerType a type of error handler (ie, sink)
 * <<#_camel_apache_org_v1alpha1_Endpoint, Endpoint>>
 * <<#_camel_apache_org_v1alpha1_KameletSpec, KameletSpec>>
 
-EventTypeSpec represents a specification for an event type
-Deprecated: In favor of using DataTypeSpec
+EventTypeSpec represents a specification for an event type.
+Deprecated: In favor of using DataTypeSpec.
 
 [cols="2,2a",options="header"]
 |===
@@ -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"]
 |===
@@ -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]
@@ -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"]
 |===
@@ -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"]
 |===
@@ -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"]
 |===
@@ -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"]
 |===
@@ -1373,4 +1373,4 @@ an unstructured raw message
 [#_camel_apache_org_v1alpha1_TypeSlot]
 === TypeSlot(`string` alias)
 
-TypeSlot represent a kind of data (ie, input, output, ...)
+TypeSlot represent a kind of data (ie, input, output, ...).
diff --git a/helm/camel-k/crds/crd-build.yaml b/helm/camel-k/crds/crd-build.yaml
index 30d19abb0..f3dca9a57 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
@@ -292,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
@@ -315,7 +315,7 @@ spec:
                               description: A reference to the ConfigMap or 
Secret
                                 key that contains the Maven profile.
                               items:
-                                description: ValueSource --
+                                description: ValueSource --.
                                 properties:
                                   configMapKeyRef:
                                     description: Selects a key of a ConfigMap.
@@ -366,7 +366,7 @@ spec:
                             repositories:
                               description: additional repositories
                               items:
-                                description: Repository defines a Maven 
repository
+                                description: Repository defines a Maven 
repository.
                                 properties:
                                   id:
                                     description: identifies the repository
@@ -551,12 +551,12 @@ spec:
                               additionalProperties:
                                 description: Capability is a particular 
feature which
                                   requires a well known set of dependencies 
which
-                                  are specified in the runtime catalog
+                                  are specified in the runtime catalog.
                                 properties:
                                   dependencies:
                                     items:
                                       description: MavenArtifact defines a GAV 
(Group:Artifact:Version)
-                                        Maven artifact
+                                        Maven artifact.
                                       properties:
                                         artifactId:
                                           description: Maven Artifact
@@ -582,7 +582,7 @@ spec:
                                 application
                               items:
                                 description: MavenArtifact defines a GAV 
(Group:Artifact:Version)
-                                  Maven artifact
+                                  Maven artifact.
                                 properties:
                                   artifactId:
                                     description: Maven Artifact
@@ -621,7 +621,7 @@ spec:
                           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
@@ -685,7 +685,7 @@ spec:
                       type: object
                     custom:
                       description: UserTask is used to execute any generic 
custom
-                        operation
+                        operation.
                       properties:
                         command:
                           description: the command to execute
@@ -852,13 +852,13 @@ 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
                 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
diff --git a/helm/camel-k/crds/crd-camel-catalog.yaml 
b/helm/camel-k/crds/crd-camel-catalog.yaml
index 24d4ad574..6d13c21c5 100644
--- a/helm/camel-k/crds/crd-camel-catalog.yaml
+++ b/helm/camel-k/crds/crd-camel-catalog.yaml
@@ -80,7 +80,7 @@ spec:
               artifacts:
                 additionalProperties:
                   description: CamelArtifact represent the configuration for a 
feature
-                    offered by Camel
+                    offered by Camel.
                   properties:
                     artifactId:
                       description: Maven Artifact
@@ -93,7 +93,7 @@ spec:
                     dependencies:
                       description: required dependencies
                       items:
-                        description: CamelArtifactDependency represent a 
maven's dependency
+                        description: CamelArtifactDependency represent a 
maven's dependency.
                         properties:
                           artifactId:
                             description: Maven Artifact
@@ -103,7 +103,7 @@ spec:
                               this dependency
                             items:
                               description: CamelArtifactExclusion represents 
an exclusion
-                                clause
+                                clause.
                               properties:
                                 artifactId:
                                   description: Maven Artifact
@@ -132,7 +132,7 @@ spec:
                         dependency
                       items:
                         description: CamelArtifactExclusion represents an 
exclusion
-                          clause
+                          clause.
                         properties:
                           artifactId:
                             description: Maven Artifact
@@ -164,7 +164,7 @@ spec:
                       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
@@ -174,7 +174,7 @@ spec:
                                   scope
                                 items:
                                   description: CamelArtifactDependency 
represent a
-                                    maven's dependency
+                                    maven's dependency.
                                   properties:
                                     artifactId:
                                       description: Maven Artifact
@@ -184,7 +184,7 @@ spec:
                                         exclude for this dependency
                                       items:
                                         description: CamelArtifactExclusion 
represents
-                                          an exclusion clause
+                                          an exclusion clause.
                                         properties:
                                           artifactId:
                                             description: Maven Artifact
@@ -226,7 +226,7 @@ spec:
                                   scope
                                 items:
                                   description: CamelArtifactDependency 
represent a
-                                    maven's dependency
+                                    maven's dependency.
                                   properties:
                                     artifactId:
                                       description: Maven Artifact
@@ -236,7 +236,7 @@ spec:
                                         exclude for this dependency
                                       items:
                                         description: CamelArtifactExclusion 
represents
-                                          an exclusion clause
+                                          an exclusion clause.
                                         properties:
                                           artifactId:
                                             description: Maven Artifact
@@ -279,7 +279,7 @@ spec:
               loaders:
                 additionalProperties:
                   description: CamelLoader represents the configuration 
required to
-                    load a DSL
+                    load a DSL.
                   properties:
                     artifactId:
                       description: Maven Artifact
@@ -289,7 +289,7 @@ spec:
                         the base one
                       items:
                         description: MavenArtifact defines a GAV 
(Group:Artifact:Version)
-                          Maven artifact
+                          Maven artifact.
                         properties:
                           artifactId:
                             description: Maven Artifact
@@ -337,12 +337,12 @@ spec:
                     additionalProperties:
                       description: Capability is a particular feature which 
requires
                         a well known set of dependencies which are specified 
in the
-                        runtime catalog
+                        runtime catalog.
                       properties:
                         dependencies:
                           items:
                             description: MavenArtifact defines a GAV 
(Group:Artifact:Version)
-                              Maven artifact
+                              Maven artifact.
                             properties:
                               artifactId:
                                 description: Maven Artifact
@@ -367,7 +367,7 @@ spec:
                     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
diff --git a/helm/camel-k/crds/crd-integration-kit.yaml 
b/helm/camel-k/crds/crd-integration-kit.yaml
index d286bf52f..f70954ab5 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,
@@ -126,7 +126,7 @@ 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)
@@ -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
@@ -340,7 +340,7 @@ 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
diff --git a/helm/camel-k/crds/crd-integration-platform.yaml 
b/helm/camel-k/crds/crd-integration-platform.yaml
index 9bd66b917..489d1a39d 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,7 +81,7 @@ 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
@@ -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
@@ -206,7 +206,7 @@ spec:
                         description: A reference to the ConfigMap or Secret 
key that
                           contains the Maven profile.
                         items:
-                          description: ValueSource --
+                          description: ValueSource --.
                           properties:
                             configMapKeyRef:
                               description: Selects a key of a ConfigMap.
@@ -393,7 +393,7 @@ spec:
                   this IntegrationPlatform'
                 items:
                   description: ConfigurationSpec represents a generic 
configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: 
property,
@@ -416,7 +416,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
@@ -447,7 +447,7 @@ 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
@@ -1798,7 +1798,7 @@ 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
@@ -1900,7 +1900,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
@@ -1923,7 +1923,7 @@ spec:
                         description: A reference to the ConfigMap or Secret 
key that
                           contains the Maven profile.
                         items:
-                          description: ValueSource --
+                          description: ValueSource --.
                           properties:
                             configMapKeyRef:
                               description: Selects a key of a ConfigMap.
@@ -2144,7 +2144,7 @@ spec:
                   this IntegrationPlatform'
                 items:
                   description: ConfigurationSpec represents a generic 
configuration
-                    specification
+                    specification.
                   properties:
                     type:
                       description: 'represents the type of configuration, ie: 
property,
@@ -2173,7 +2173,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
@@ -2212,7 +2212,7 @@ 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
diff --git a/helm/camel-k/crds/crd-integration.yaml 
b/helm/camel-k/crds/crd-integration.yaml
index ef2ecc905..a0fb500ac 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
@@ -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,
@@ -112,7 +112,7 @@ spec:
                   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
@@ -172,7 +172,7 @@ spec:
                 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)
@@ -6364,7 +6364,7 @@ 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
@@ -7823,7 +7823,7 @@ spec:
                 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,
@@ -7850,7 +7850,7 @@ spec:
                 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)
diff --git a/helm/camel-k/crds/crd-kamelet-binding.yaml 
b/helm/camel-k/crds/crd-kamelet-binding.yaml
index d0e029bcf..d6464e655 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
@@ -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:
@@ -112,7 +112,7 @@ spec:
                       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
@@ -172,7 +172,7 @@ spec:
                     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)
@@ -6645,7 +6645,7 @@ 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
@@ -8032,7 +8032,7 @@ 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
@@ -8089,7 +8089,7 @@ 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
@@ -8267,7 +8267,7 @@ 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
@@ -8324,7 +8324,7 @@ 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
@@ -8500,12 +8500,12 @@ 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
@@ -8563,7 +8563,7 @@ 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
diff --git a/helm/camel-k/crds/crd-kamelet.yaml 
b/helm/camel-k/crds/crd-kamelet.yaml
index 3e2facd12..3131ac0e2 100644
--- a/helm/camel-k/crds/crd-kamelet.yaml
+++ b/helm/camel-k/crds/crd-kamelet.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
@@ -66,7 +66,7 @@ spec:
               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
@@ -74,7 +74,7 @@ spec:
                     headers:
                       additionalProperties:
                         description: HeaderSpec represents the specification 
for a
-                          header used in the Kamelet
+                          header used in the Kamelet.
                         properties:
                           default:
                             type: string
@@ -92,7 +92,7 @@ spec:
                     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
@@ -109,7 +109,7 @@ spec:
                           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
@@ -449,7 +449,7 @@ 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)
@@ -509,7 +509,7 @@ 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,
@@ -717,7 +717,7 @@ 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)
@@ -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,12 +758,12 @@ 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
@@ -771,7 +771,7 @@ spec:
                     headers:
                       additionalProperties:
                         description: HeaderSpec represents the specification 
for a
-                          header used in the Kamelet
+                          header used in the Kamelet.
                         properties:
                           default:
                             type: string
@@ -789,7 +789,7 @@ spec:
                     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
@@ -806,7 +806,7 @@ spec:
                           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
@@ -1146,7 +1146,7 @@ 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)
@@ -1206,7 +1206,7 @@ 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,
@@ -1367,7 +1367,7 @@ spec:
                 type: object
             type: object
           status:
-            description: the actual status of the resource
+            description: the actual status of the resource.
             properties:
               conditions:
                 description: Conditions --
@@ -1414,7 +1414,7 @@ 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)
diff --git a/helm/camel-k/crds/crd-pipe.yaml b/helm/camel-k/crds/crd-pipe.yaml
index 18105b0ec..bb6fbbb86 100644
--- a/helm/camel-k/crds/crd-pipe.yaml
+++ b/helm/camel-k/crds/crd-pipe.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
@@ -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:
@@ -109,7 +109,7 @@ spec:
                       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
@@ -169,7 +169,7 @@ spec:
                     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)
@@ -6642,7 +6642,7 @@ 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
@@ -8029,7 +8029,7 @@ 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
@@ -8094,7 +8094,7 @@ 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
@@ -8157,12 +8157,12 @@ 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
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index cf799c21e..354b64368 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -117,75 +117,63 @@ var assets = func() http.FileSystem {
                "/crd/bases/camel.apache.org_builds.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             "camel.apache.org_builds.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 49436,
+                       uncompressedSize: 49447,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x5b\x73\x1b\x37\x96\xf0\xbb\x7e\xc5\xa9\xe8\x21\x72\x95\x48\x26\xce\xcc\x7c\xf9\xb4\xb5\xb5\xa5\x91\x93\x8c\xc6\xb1\xa5\x35\x65\xcf\xcc\x9b\xc0\xee\x43\x12\x61\x37\xd0\x0b\xa0\x45\x73\xb6\xf6\xbf\x6f\xe1\xd6\xdd\x24\xfb\x02\x50\x54\x9c\x9d\x10\x2f\xb6\xd8\xb8\x9c\x73\x70\xee\xb8\x9d\xc3\xe8\x78\xe5\xec\x1c\x7e\xa6\x09\x32\x89\x29\x28\x0e\x6a\x89\x70\x5d\x90\x64\x89\x30\xe5\x73\xb5\x26\x02\xe1\x47\x5e\xb2\x94\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x5b\x73\x1b\xb9\x95\xf0\xbb\x7e\xc5\xa9\xd1\x83\xe5\x2a\x91\x9a\xf1\x24\xf9\xe6\xd3\xd6\xd6\x96\x22\x8f\x27\x8a\xc7\x96\xd6\x94\x9d\xe4\x4d\x60\xf7\x21\x89\x61\x37\xd0\x0b\xa0\x45\x33\x5b\xfb\xdf\xb7\x70\xeb\x6e\x92\x7d\x01\x28\x6a\xec\x8d\x89\x17\x5b\x6c\x5c\xce\x39\x38\x77\xdc\x4e\x61\x74\xb8\x72\x72\x0a\xbf\xd2\x04\x99\xc4\x14\x14\x07\xb5\x40\xb8\x2a\x48\xb2\x40\x98\xf0\x99\x5a\x11\x81\xf0\x86\x97\x2c\x25\x
 [...]
                },
                "/crd/bases/camel.apache.org_camelcatalogs.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             "camel.apache.org_camelcatalogs.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 20178,
+                       uncompressedSize: 20192,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5c\xdf\x6f\xe3\x36\xf2\x7f\xf7\x5f\x31\xd8\x3c\xec\x2e\x60\x3b\xed\xf7\x7b\x28\x0e\xbe\xa7\x5c\xb2\xdb\xfa\x9a\x26\x7b\xb1\x77\x8b\x02\xf7\x32\x96\xc6\x36\x1b\x89\xd4\x91\x94\xbd\xee\xe1\xfe\xf7\x03\x49\xfd\xb4\xf5\x83\x72\xb2\xd8\x16\x0d\x9f\x6c\x89\x1c\x7e\x38\x33\x9c\x5f\x12\x75\x01\x93\xe7\x6b\xa3\x0b\xb8\x65\x01\x71\x45\x21\x68\x01\x7a\x4b\x70\x95\x60\xb0\x25\x58\x88\xb5\xde\xa3\x24\x78\x2f\x52\x1e\xa2\x66\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5c\xdd\x73\xe3\xb6\x11\x7f\xd7\x5f\xb1\x73\x7e\xb8\xbb\x19\x49\x4e\xda\x4e\xa6\xa3\x3e\xb9\xf6\x5d\xa2\xc6\xb1\xaf\x96\xee\x32\x99\xe9\xcb\x8a\x5c\x49\x88\x49\x80\x05\x40\xe9\x94\x4e\xff\xf7\x0e\x00\x7e\x4a\xfc\x00\x65\xdf\x64\xae\x31\x9e\x24\x12\x58\xfc\xb0\xbb\xd8\x2f\x12\xbc\x80\xc9\xf3\xb5\xd1\x05\xdc\xb2\x80\xb8\xa2\x10\xb4\x00\xbd\x25\xb8\x4a\x30\xd8\x12\x2c\xc4\x5a\xef\x51\x12\xbc\x17\x29\x0f\x51\x33\xc1\x
 [...]
                },
                "/crd/bases/camel.apache.org_integrationkits.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             
"camel.apache.org_integrationkits.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 21592,
+                       uncompressedSize: 21596,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3c\x5d\x73\xe3\x36\x92\xef\xfa\x15\x5d\xe3\x87\xb1\xab\x24\x79\x73\x97\x4a\x5d\x79\xb3\xa9\xf2\x3a\x93\xac\x6b\x3c\x33\xbe\x91\x27\xb9\xd4\x66\xab\xdc\x22\x5b\x12\x22\x12\x60\x00\x50\xb2\xee\xe3\xbf\x5f\xa1\x01\x50\x94\x44\x52\x1c\x39\xbe\xbd\x87\xe1\xcb\x8c\x49\xa0\xd1\xdf\x5f\x00\x74\x06\xa3\x3f\xee\x19\x9c\xc1\x9d\x48\x48\x1a\x4a\xc1\x2a\xb0\x0b\x82\xeb\x02\x93\x05\xc1\x44\xcd\xec\x1a\x35\xc1\x0f\xaa\x94\x29\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3c\x5d\x73\xe3\x36\x92\xef\xfa\x15\x5d\xe3\x87\xb1\xab\x24\x79\x73\x97\x4a\x5d\x79\xb3\xa9\xf2\x3a\x93\xac\x6b\x3c\x33\xbe\x91\x27\xb9\xd4\x66\xab\xdc\x22\x5b\x12\x22\x12\x60\x00\x50\xb2\xee\xe3\xbf\x5f\xa1\x01\x50\x94\x44\x52\x1c\x39\xbe\xbd\x87\xe1\xcb\x8c\x49\xa0\xd1\x1f\xe8\x4f\x34\x74\x06\xa3\x3f\xee\x19\x9c\xc1\x9d\x48\x48\x1a\x4a\xc1\x2a\xb0\x0b\x82\xeb\x02\x93\x05\xc1\x44\xcd\xec\x1a\x35\xc1\x0f\xaa\x94\x
 [...]
                },
                "/crd/bases/camel.apache.org_integrationplatforms.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             
"camel.apache.org_integrationplatforms.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 191323,
+                       uncompressedSize: 191336,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7d\x73\xdb\x36\xb6\x38\xfc\x7f\x3f\x05\xc6\x9d\x3b\x71\x32\x96\x94\xec\xde\xee\xf6\xfa\xde\xde\xe7\xe7\x3a\x69\xeb\x26\x8e\x7d\x6d\x27\xbb\x3b\x6d\xa7\x82\xc8\x23\x09\x35\x09\x70\x01\x50\xb6\x3a\xfb\xe1\x9f\xc1\x01\x40\x52\x12\x09\x52\x2f\xb6\xb3\x8d\x98\x99\xd6\x92\x48\xf0\x1c\xe0\xe0\xbc\xe1\xbc\x7c\x49\x7a\xbb\xbb\xbe\xf8\x92\xbc\x63\x11\x70\x05\x31\xd1\x82\xe8\x29\x90\x93\x8c\x46\x53\x20\xd7\x62\xac\xef\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7d\x73\xdb\x36\xb6\x38\xfc\x7f\x3f\x05\xc6\x9d\x3b\x71\x32\x96\x94\xec\xde\xee\xf6\xfa\xde\xde\xe7\xe7\x3a\x69\xeb\x26\x8e\x7d\x6d\x27\xbb\x3b\x6d\xa7\x82\xc8\x23\x09\x35\x09\x70\x01\x50\xb6\x3a\xfb\xe1\x9f\xc1\x01\x40\x52\x12\x09\x52\x2f\xb6\xb3\x8d\x98\x99\xd6\x92\x48\xf0\x1c\xe0\xe0\xbc\xe1\xbc\x7c\x49\x7a\xbb\xbb\xbe\xf8\x92\xbc\x63\x11\x70\x05\x31\xd1\x82\xe8\x29\x90\x93\x8c\x46\x53\x20\xd7\x62\xac\xef\x
 [...]
                },
                "/crd/bases/camel.apache.org_integrations.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             "camel.apache.org_integrations.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 514106,
+                       uncompressedSize: 514113,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\x96\x30\x8c\xff\x9f\x4f\x81\x72\x52\x8f\xa4\x8d\x48\xd9\x99\xd9\xa9\x1d\xff\xa6\x9e\x94\x56\x92\x13\xfd\x62\xcb\x2a\x49\x49\x9e\x94\x93\x4d\xc0\x6e\x90\xc4\xa3\x6e\xa0\x17\x40\x53\xe2\xbc\x79\xbf\xfb\x5b\x38\x00\xfa\xc2\x5b\x1f\xb4\x44\xc7\x99\x6d\x4c\x55\xc6\x14\xd9\xa7\x71\x39\x38\xf7\xcb\xe7\x64\xf4\x7c\xe3\xb3\xcf\xc9\x5b\x9e\x30\xa1\x59\x4a\x8c\x24\x66\xce\xc8\x69\x41\x93\x39\x23\xb7\x72\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\x96\x30\x8c\xff\x9f\x4f\x81\x72\x52\x8f\xa4\x8d\x48\xd9\x99\xd9\xa9\x1d\xff\xa6\x9e\x94\x56\x92\x13\xfd\x62\xcb\x2a\x49\x49\x9e\x94\x93\x4d\xc0\x6e\x90\xc4\xa3\x6e\xa0\x17\x40\x53\xe2\xbc\x79\xbf\xfb\x5b\x38\x00\xfa\xc2\x5b\x1f\xb4\x44\xc7\x99\x6d\x4c\x55\xc6\x14\xd9\xa7\x71\x39\x38\xf7\xcb\xe7\x64\xf4\x7c\xe3\xb3\xcf\xc9\x5b\x9e\x30\xa1\x59\x4a\x8c\x24\x66\xce\xc8\x69\x41\x93\x39\x23\xb7\x72\x
 [...]
                },
                "/crd/bases/camel.apache.org_kameletbindings.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             
"camel.apache.org_kameletbindings.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 595318,
+                       uncompressedSize: 595333,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x6b\x73\x1b\x37\xb6\x30\x0a\x7f\xf7\xaf\x40\xc9\xa9\x47\xd2\x8e\x48\xd9\x99\x99\xd4\x8c\xdf\xa9\x9d\xd2\xc8\x72\xa2\x37\xb6\xcc\xb2\x94\xe4\x49\x39\xd9\x09\xd8\x0d\x92\xd8\xea\x06\x7a\x00\x34\x25\xe6\xf8\xfc\xf7\x53\x58\x00\xfa\xc2\x9b\xb0\x9a\x92\x46\x9e\x69\x4c\x55\xc6\xa4\xd8\xab\x71\x59\x58\xf7\xcb\x73\x32\xb8\xbf\xf1\xec\x39\x79\xcb\x13\x26\x34\x4b\x89\x91\xc4\xcc\x18\x39\x29\x68\x32\x63\xe4\x52\x4e\xcc\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x6b\x73\x1b\x37\xb6\x30\x0a\x7f\xf7\xaf\x40\xc9\xa9\x47\xd2\x8e\x48\xd9\x99\x99\xd4\x8c\xdf\xa9\x9d\xd2\xc8\x72\xa2\x37\xb6\xcc\xb2\x94\xe4\x49\x39\xd9\x09\xd8\x0d\x92\xd8\xea\x06\x7a\x00\x34\x25\xe6\xf8\xfc\xf7\x53\x58\x00\xfa\xc2\x9b\xb0\x9a\x92\x46\x9e\x69\x4c\x55\xc6\xa4\xd8\xab\x71\x59\x58\xf7\xcb\x73\x32\xb8\xbf\xf1\xec\x39\x79\xcb\x13\x26\x34\x4b\x89\x91\xc4\xcc\x18\x39\x29\x68\x32\x63\xe4\x52\x4e\xcc\x
 [...]
                },
                "/crd/bases/camel.apache.org_kamelets.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             "camel.apache.org_kamelets.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 77953,
+                       uncompressedSize: 77973,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6b\x6f\x1b\x39\xd2\xee\x77\xff\x8a\x82\xfd\x02\x71\x00\x4b\xb6\xe3\x24\x3b\xe3\xf3\x21\xf0\x3a\xc9\x8c\xcf\x38\x89\x61\x3b\xb3\x67\x4e\x32\x0b\x50\xdd\x94\xc4\x75\x8b\xdd\x4b\xb2\x7d\xd9\x4d\xfe\xfb\x0b\x92\xcd\xbe\x48\x7d\x29\xca\xdd\xb6\x67\x30\x04\x82\x58\x52\x77\xb1\x78\xad\x22\xf9\xd4\xc3\x2d\x18\xf5\x97\x36\xb6\xe0\x94\x05\x94\x4b\x1a\x82\x8a\x41\xcd\x29\x1c\x25\x24\x98\x53\xb8\x88\xa7\xea\x86\x08\x0a\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x7b\x6f\xdc\x38\xb2\xef\xff\xfe\x14\x05\xe7\x00\x71\x00\x77\xdb\x8e\x93\xec\x8c\xef\x1f\x81\xd7\x49\x76\x7d\x27\x0f\xc3\x76\x76\xef\xdc\x64\x0e\xc0\x96\xd8\xdd\x5c\xab\x29\x1d\x92\xf2\x63\x37\xf9\xee\x07\x24\x45\x3d\xba\xf5\x28\xca\x52\xec\x19\x0c\x81\x20\xee\x6e\xa9\x58\x7c\x17\xc9\x5f\xfd\xea\x09\x4c\x86\x4b\x5b\x4f\xe0\x3d\x0b\x28\x97\x34\x04\x15\x83\x5a\x52\x38\x4e\x48\xb0\xa4\x70\x11\xcf\xd5\x0d\x11\x14\x
 [...]
                },
                "/crd/bases/camel.apache.org_pipes.yaml": 
&vfsgen۰CompressedFileInfo{
                        name:             "camel.apache.org_pipes.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 562586,
+                       uncompressedSize: 562595,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\xb6\x28\x8a\xff\x9f\x4f\x81\xb2\x53\x47\xd2\x0e\x49\xd9\x99\x99\xd4\x1e\xff\xa6\x4e\x4a\x5b\x96\x13\xfd\x62\xcb\x2c\x4b\x49\x4e\xca\xc9\x4e\xc0\x6e\x90\xc4\x51\x37\xd0\x1b\x40\x53\x62\xae\xef\x77\xbf\x85\x05\xa0\x1f\x7c\x09\xab\x29\x69\xe4\x99\xc6\x54\x65\x4c\x8a\xbd\x1a\x8f\x85\xf5\x7e\x3c\x27\xc3\xfb\x1b\x5f\x3c\x27\x6f\x79\xc2\x84\x66\x29\x31\x92\x98\x39\x23\x27\x05\x4d\xe6\x8c\x5c\xca\xa9\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x73\x1b\x37\xb6\x28\x8a\xff\x9f\x4f\x81\xb2\x53\x47\xd2\x0e\x49\xd9\x99\x99\xd4\x1e\xff\xa6\x4e\x4a\x5b\x96\x13\xfd\x62\xcb\x2c\x4b\x49\x4e\xca\xc9\x4e\xc0\x6e\x90\xc4\x51\x37\xd0\x1b\x40\x53\x62\xae\xef\x77\xbf\x85\x05\xa0\x1f\x7c\x09\xab\x29\x69\xe4\x99\xc6\x54\x65\x4c\x8a\xbd\x1a\x8f\x85\xf5\x7e\x3c\x27\xc3\xfb\x1b\x5f\x3c\x27\x6f\x79\xc2\x84\x66\x29\x31\x92\x98\x39\x23\x27\x05\x4d\xe6\x8c\x5c\xca\xa9\x
 [...]
                },
                "/manager": &vfsgen۰DirInfo{
                        name:    "manager",
                        modTime: time.Time{},
                },
-               "/manager/bundle": &vfsgen۰DirInfo{
-                       name:    "bundle",
-                       modTime: time.Time{},
-               },
-               "/manager/bundle/manifests": &vfsgen۰DirInfo{
-                       name:    "manifests",
-                       modTime: time.Time{},
-               },
-               "/manager/bundle/metadata": &vfsgen۰DirInfo{
-                       name:    "metadata",
-                       modTime: time.Time{},
-               },
                "/manager/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{
                        name:             "operator-deployment.yaml",
                        modTime:          time.Time{},
@@ -684,7 +672,6 @@ var assets = func() http.FileSystem {
                fs["/crd/bases/camel.apache.org_pipes.yaml"].(os.FileInfo),
        }
        fs["/manager"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
-               fs["/manager/bundle"].(os.FileInfo),
                fs["/manager/operator-deployment.yaml"].(os.FileInfo),
                fs["/manager/operator-service-account.yaml"].(os.FileInfo),
                
fs["/manager/patch-image-pull-policy-always.yaml"].(os.FileInfo),
@@ -696,10 +683,6 @@ var assets = func() http.FileSystem {
                fs["/manager/patch-toleration.yaml"].(os.FileInfo),
                fs["/manager/patch-watch-namespace-global.yaml"].(os.FileInfo),
        }
-       fs["/manager/bundle"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
-               fs["/manager/bundle/manifests"].(os.FileInfo),
-               fs["/manager/bundle/metadata"].(os.FileInfo),
-       }
        fs["/prometheus"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
                fs["/prometheus/operator-pod-monitor.yaml"].(os.FileInfo),
                fs["/prometheus/operator-prometheus-rule.yaml"].(os.FileInfo),

Reply via email to