This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new eed457318 chore(doc): crd v1alpha1 remove
eed457318 is described below
commit eed45731887c8cb3127212b7aedf791b00ceb8bd
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Feb 19 13:35:46 2025 +0100
chore(doc): crd v1alpha1 remove
---
docs/modules/ROOT/pages/apis/java.adoc | 23 -
docs/modules/ROOT/pages/apis/kamelets.adoc | 3 -
docs/modules/ROOT/partials/apis/kamelets-crds.adoc | 1376 --------------------
script/gen_crd/gen_crd_api.sh | 1 -
4 files changed, 1403 deletions(-)
diff --git a/docs/modules/ROOT/pages/apis/java.adoc
b/docs/modules/ROOT/pages/apis/java.adoc
deleted file mode 100644
index bdce22575..000000000
--- a/docs/modules/ROOT/pages/apis/java.adoc
+++ /dev/null
@@ -1,23 +0,0 @@
-= Java API
-
-If you want to integrate the Kubernetes API in your software, we support a
https://github.com/fabric8io/kubernetes-client[kubernetes-client] typed API to
access Camel K/Kamelets resources from Java programming language. This
autogenerated project is released with any release of Camel K, so, the version
you're willing to use is aligned with the one of the operator released.
-
-Importing the dependency in Maven projects looks like:
-
-[source,xml]
-----
-<dependency>
- <groupId>org.apache.camel.k</groupId>
- <artifactId>camel-k-crds</artifactId>
- <version>${version}</version>
-</dependency>
-----
-
-At this stage you can easily use them such in the following example:
-
-[source,java]
-----
-var client = new KubernetesClientBuilder().build();
-var camelCatalogClient = client.resources(CamelCatalog.class);
-camelCatalogClient.list() ...
-----
diff --git a/docs/modules/ROOT/pages/apis/kamelets.adoc
b/docs/modules/ROOT/pages/apis/kamelets.adoc
deleted file mode 100644
index f9139dae5..000000000
--- a/docs/modules/ROOT/pages/apis/kamelets.adoc
+++ /dev/null
@@ -1,3 +0,0 @@
-= Kamelets API
-
-include::partial$apis/kamelets-crds.adoc[]
diff --git a/docs/modules/ROOT/partials/apis/kamelets-crds.adoc
b/docs/modules/ROOT/partials/apis/kamelets-crds.adoc
deleted file mode 100644
index 1ddd8f56c..000000000
--- a/docs/modules/ROOT/partials/apis/kamelets-crds.adoc
+++ /dev/null
@@ -1,1376 +0,0 @@
-[#_camel_apache_org_v1alpha1]
-== camel.apache.org/v1alpha1
-
-Package v1alpha1 contains API Schema definitions for the camel v1alpha1 API
group
-
-== Resource Types
-
-[#_camel_apache_org_v1alpha1_Kamelet]
-=== Kamelet
-
-Kamelet is the Schema for the kamelets API.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`apiVersion` +
-string
-|`camel.apache.org/v1alpha1`
-
-|`kind` +
-string
-|`Kamelet`
-|`metadata` +
-*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectmeta-v1-meta[Kubernetes
meta/v1.ObjectMeta]*
-|
-
-
-
-
-Refer to the Kubernetes API documentation for the fields of the `metadata`
field.
-|`spec` +
-*xref:#_camel_apache_org_v1alpha1_KameletSpec[KameletSpec]*
-|
-
-
-the desired specification.
-
-|`status` +
-*xref:#_camel_apache_org_v1alpha1_KameletStatus[KameletStatus]*
-|
-
-
-the actual status of the resource.
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_KameletBinding]
-=== KameletBinding
-
-KameletBinding is the Schema for the kamelets binding API.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`apiVersion` +
-string
-|`camel.apache.org/v1alpha1`
-
-|`kind` +
-string
-|`KameletBinding`
-|`metadata` +
-*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectmeta-v1-meta[Kubernetes
meta/v1.ObjectMeta]*
-|
-
-
-
-
-Refer to the Kubernetes API documentation for the fields of the `metadata`
field.
-|`spec` +
-*xref:#_camel_apache_org_v1alpha1_KameletBindingSpec[KameletBindingSpec]*
-|
-
-
-the specification of a KameletBinding
-
-|`status` +
-*xref:#_camel_apache_org_v1alpha1_KameletBindingStatus[KameletBindingStatus]*
-|
-
-
-the status of a KameletBinding
-
-
-|===
-
-== Internal Types
-
-[#_camel_apache_org_v1alpha1_BeanProperties]
-=== BeanProperties
-
-BeanProperties represent an unstructured object properties to be set on a bean.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`RawMessage` +
-*xref:#_camel_apache_org_v1alpha1_RawMessage[RawMessage]*
-|(Members of `RawMessage` are embedded into this type.)
-
-
-
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_DataTypeReference]
-=== DataTypeReference
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_Endpoint, Endpoint>>
-
-DataTypeReference references to the specification of a data type by its scheme
and format name.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`scheme` +
-string
-|
-
-
-the data type component scheme
-
-|`format` +
-string
-|
-
-
-the data type format name
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_DataTypeSpec]
-=== DataTypeSpec
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_DataTypesSpec, DataTypesSpec>>
-
-DataTypeSpec represents the specification for a data type.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`scheme` +
-string
-|
-
-
-the data type component scheme
-
-|`format` +
-string
-|
-
-
-the data type format name
-
-|`description` +
-string
-|
-
-
-optional description
-
-|`mediaType` +
-string
-|
-
-
-media type as expected for HTTP media types (ie, application/json)
-
-|`dependencies` +
-[]string
-|
-
-
-the list of Camel or Maven dependencies required by the data type
-
-|`headers` +
-*xref:#_camel_apache_org_v1alpha1_HeaderSpec[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.HeaderSpec]*
-|
-
-
-one to many header specifications
-
-|`schema` +
-*xref:#_camel_apache_org_v1alpha1_JSONSchemaProps[JSONSchemaProps]*
-|
-
-
-the expected schema for the data type
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_DataTypesSpec]
-=== DataTypesSpec
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletSpec, KameletSpec>>
-
-DataTypesSpec represents the specification for a set of data types.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`default` +
-string
-|
-
-
-the default data type for this Kamelet
-
-|`types` +
-*xref:#_camel_apache_org_v1alpha1_DataTypeSpec[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.DataTypeSpec]*
-|
-
-
-one to many data type specifications
-
-|`headers` +
-*xref:#_camel_apache_org_v1alpha1_HeaderSpec[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.HeaderSpec]*
-|
-
-
-one to many header specifications
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_Endpoint]
-=== Endpoint
-
-*Appears on:*
-
-* <<#_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).
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`ref` +
-*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core[Kubernetes
core/v1.ObjectReference]*
-|
-
-
-Ref can be used to declare a Kubernetes resource as source/sink endpoint
-
-|`uri` +
-string
-|
-
-
-URI can be used to specify the (Camel) endpoint explicitly
-
-|`properties` +
-*xref:#_camel_apache_org_v1alpha1_EndpointProperties[EndpointProperties]*
-|
-
-
-Properties are a key value representation of endpoint properties
-
-|`types` +
-*xref:#_camel_apache_org_v1alpha1_EventTypeSpec[map[github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.TypeSlot\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.EventTypeSpec]*
-|
-
-
-Types defines the data type of the data produced/consumed by the endpoint and
references a given data type specification.
-Deprecated: In favor of using DataTypes
-
-|`dataTypes` +
-*xref:#_camel_apache_org_v1alpha1_DataTypeReference[map[github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.TypeSlot\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.DataTypeReference]*
-|
-
-
-DataTypes defines the data type of the data produced/consumed by the endpoint
and references a given data type specification.
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_EndpointProperties]
-=== EndpointProperties
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_Endpoint, Endpoint>>
-
-EndpointProperties is a key/value struct represented as JSON raw to allow
numeric/boolean values.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`RawMessage` +
-*xref:#_camel_apache_org_v1alpha1_RawMessage[RawMessage]*
-|(Members of `RawMessage` are embedded into this type.)
-
-
-
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_EndpointType]
-=== EndpointType(`string` alias)
-
-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.
-
-
-[#_camel_apache_org_v1alpha1_ErrorHandlerLog]
-=== ErrorHandlerLog
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_ErrorHandlerSink, ErrorHandlerSink>>
-
-ErrorHandlerLog represent a default (log) error handler type.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`ErrorHandlerNone` +
-*xref:#_camel_apache_org_v1alpha1_ErrorHandlerNone[ErrorHandlerNone]*
-|
-
-
-
-
-|`parameters` +
-*xref:#_camel_apache_org_v1alpha1_ErrorHandlerParameters[ErrorHandlerParameters]*
-|
-
-
-
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_ErrorHandlerNone]
-=== ErrorHandlerNone
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_ErrorHandlerLog, ErrorHandlerLog>>
-
-ErrorHandlerNone --.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_ErrorHandlerParameters]
-=== ErrorHandlerParameters
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_ErrorHandlerLog, ErrorHandlerLog>>
-
-ErrorHandlerParameters represent an unstructured object for error handler
parameters.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`RawMessage` +
-*xref:#_camel_apache_org_v1alpha1_RawMessage[RawMessage]*
-|(Members of `RawMessage` are embedded into this type.)
-
-
-
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_ErrorHandlerSink]
-=== ErrorHandlerSink
-
-ErrorHandlerSink represents a sink error handler type which behave like a dead
letter channel.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`ErrorHandlerLog` +
-*xref:#_camel_apache_org_v1alpha1_ErrorHandlerLog[ErrorHandlerLog]*
-|
-
-
-
-
-|`endpoint` +
-*xref:#_camel_apache_org_v1alpha1_Endpoint[Endpoint]*
-|
-
-
-
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_ErrorHandlerSpec]
-=== ErrorHandlerSpec
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletBindingSpec, KameletBindingSpec>>
-
-ErrorHandlerSpec represents an unstructured object for an error handler.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`RawMessage` +
-*xref:#_camel_apache_org_v1alpha1_RawMessage[RawMessage]*
-|(Members of `RawMessage` are embedded into this type.)
-
-
-
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_ErrorHandlerType]
-=== ErrorHandlerType(`string` alias)
-
-ErrorHandlerType a type of error handler (ie, sink).
-
-
-[#_camel_apache_org_v1alpha1_EventTypeSpec]
-=== EventTypeSpec
-
-*Appears on:*
-
-* <<#_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.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`mediaType` +
-string
-|
-
-
-media type as expected for HTTP media types (ie, application/json)
-
-|`schema` +
-*xref:#_camel_apache_org_v1alpha1_JSONSchemaProps[JSONSchemaProps]*
-|
-
-
-the expected schema for the event
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_ExternalDocumentation]
-=== ExternalDocumentation
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_JSONSchemaProps, JSONSchemaProps>>
-
-ExternalDocumentation allows referencing an external resource for extended
documentation.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`description` +
-string
-|
-
-
-
-
-|`url` +
-string
-|
-
-
-
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_HeaderSpec]
-=== HeaderSpec
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_DataTypeSpec, DataTypeSpec>>
-* <<#_camel_apache_org_v1alpha1_DataTypesSpec, DataTypesSpec>>
-
-HeaderSpec represents the specification for a header used in the Kamelet.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`type` +
-string
-|
-
-
-
-
-|`title` +
-string
-|
-
-
-
-
-|`description` +
-string
-|
-
-
-
-
-|`required` +
-bool
-|
-
-
-
-
-|`default` +
-string
-|
-
-
-
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_JSON]
-=== JSON
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_JSONSchemaProp, JSONSchemaProp>>
-* <<#_camel_apache_org_v1alpha1_JSONSchemaProps, JSONSchemaProps>>
-
-JSON represents any valid JSON value.
-These types are supported: bool, int64, float64, string, []interface{},
map[string]interface{} and nil.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`RawMessage` +
-*xref:#_camel_apache_org_v1alpha1_RawMessage[RawMessage]*
-|(Members of `RawMessage` are embedded into this type.)
-
-
-
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_JSONSchemaProp]
-=== JSONSchemaProp
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_JSONSchemaProps, JSONSchemaProps>>
-
-
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`id` +
-string
-|
-
-
-
-
-|`deprecated` +
-bool
-|
-
-
-
-
-|`description` +
-string
-|
-
-
-
-
-|`type` +
-string
-|
-
-
-
-
-|`format` +
-string
-|
-
-
-format is an OpenAPI v3 format string. Unknown formats are ignored. The
following formats are validated:
-
-- bsonobjectid: a bson object ID, i.e. a 24 characters hex string
-- uri: an URI as parsed by Golang net/url.ParseRequestURI
-- email: an email address as parsed by Golang net/mail.ParseAddress
-- hostname: a valid representation for an Internet host name, as defined by
RFC 1034, section 3.1 [RFC1034].
-- ipv4: an IPv4 IP as parsed by Golang net.ParseIP
-- ipv6: an IPv6 IP as parsed by Golang net.ParseIP
-- cidr: a CIDR as parsed by Golang net.ParseCIDR
-- mac: a MAC address as parsed by Golang net.ParseMAC
-- uuid: an UUID that allows uppercase defined by the regex
(?i)^[0-9a-f]\{8}-?[0-9a-f]\{4}-?[0-9a-f]\{4}-?[0-9a-f]\{4}-?[0-9a-f]\{12}$
-- uuid3: an UUID3 that allows uppercase defined by the regex
(?i)^[0-9a-f]\{8}-?[0-9a-f]\{4}-?3[0-9a-f]\{3}-?[0-9a-f]\{4}-?[0-9a-f]\{12}$
-- uuid4: an UUID4 that allows uppercase defined by the regex
(?i)^[0-9a-f]\{8}-?[0-9a-f]\{4}-?4[0-9a-f]\{3}-?[89ab][0-9a-f]\{3}-?[0-9a-f]\{12}$
-- uuid5: an UUID5 that allows uppercase defined by the regex
(?i)^[0-9a-f]\{8}-?[0-9a-f]\{4}-?5[0-9a-f]\{3}-?[89ab][0-9a-f]\{3}-?[0-9a-f]\{12}$
-- isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041"
-- isbn10: an ISBN10 number string like "0321751043"
-- isbn13: an ISBN13 number string like "978-0321751041"
-- creditcard: a credit card number defined by the regex
^(?:4[0-9]\{12}(?:[0-9]\{3})?{vbar}5[1-5][0-9]\{14}{vbar}6(?:011{vbar}5[0-9][0-9])[0-9]\{12}{vbar}3[47][0-9]\{13}{vbar}3(?:0[0-5]{vbar}[68][0-9])[0-9]\{11}{vbar}(?:2131{vbar}1800{vbar}35\\d\{3})\\d\{11})$
with any non digit characters mixed in
-- ssn: a U.S. social security number following the regex ^\\d\{3}[-
]?\\d\{2}[- ]?\\d\{4}$
-- hexcolor: an hexadecimal color code like "\#FFFFFF" following the regex
^#?([0-9a-fA-F]\{3}{vbar}[0-9a-fA-F]\{6})$
-- rgbcolor: an RGB color code like rgb like "rgb(255,255,255)"
-- byte: base64 encoded binary data
-- password: any kind of string
-- date: a date string like "2006-01-02" as defined by full-date in RFC3339
-- duration: a duration string like "22 ns" as parsed by Golang
time.ParseDuration or compatible with Scala duration format
-- datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by
date-time in RFC3339.
-
-|`title` +
-string
-|
-
-
-
-
-|`default` +
-*xref:#_camel_apache_org_v1alpha1_JSON[JSON]*
-|
-
-
-default is a default value for undefined object fields.
-
-|`maximum` +
-encoding/json.Number
-|
-
-
-
-
-|`exclusiveMaximum` +
-bool
-|
-
-
-
-
-|`minimum` +
-encoding/json.Number
-|
-
-
-
-
-|`exclusiveMinimum` +
-bool
-|
-
-
-
-
-|`maxLength` +
-int64
-|
-
-
-
-
-|`minLength` +
-int64
-|
-
-
-
-
-|`pattern` +
-string
-|
-
-
-
-
-|`maxItems` +
-int64
-|
-
-
-
-
-|`minItems` +
-int64
-|
-
-
-
-
-|`uniqueItems` +
-bool
-|
-
-
-
-
-|`maxProperties` +
-int64
-|
-
-
-
-
-|`minProperties` +
-int64
-|
-
-
-
-
-|`multipleOf` +
-encoding/json.Number
-|
-
-
-
-
-|`enum` +
-*xref:#_camel_apache_org_v1alpha1_JSON[[\]JSON]*
-|
-
-
-
-
-|`example` +
-*xref:#_camel_apache_org_v1alpha1_JSON[JSON]*
-|
-
-
-
-
-|`nullable` +
-bool
-|
-
-
-
-
-|`x-descriptors` +
-[]string
-|
-
-
-XDescriptors is a list of extended properties that trigger a custom behavior
in external systems
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_JSONSchemaProps]
-=== JSONSchemaProps
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_DataTypeSpec, DataTypeSpec>>
-* <<#_camel_apache_org_v1alpha1_EventTypeSpec, EventTypeSpec>>
-* <<#_camel_apache_org_v1alpha1_KameletSpec, KameletSpec>>
-
-JSONSchemaProps is a JSON-Schema following Specification Draft 4
(http://json-schema.org/).
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`id` +
-string
-|
-
-
-
-
-|`description` +
-string
-|
-
-
-
-
-|`title` +
-string
-|
-
-
-
-
-|`properties` +
-*xref:#_camel_apache_org_v1alpha1_JSONSchemaProp[map[string\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.JSONSchemaProp]*
-|
-
-
-
-
-|`required` +
-[]string
-|
-
-
-
-
-|`example` +
-*xref:#_camel_apache_org_v1alpha1_JSON[JSON]*
-|
-
-
-
-
-|`externalDocs` +
-*xref:#_camel_apache_org_v1alpha1_ExternalDocumentation[ExternalDocumentation]*
-|
-
-
-
-
-|`$schema` +
-*xref:#_camel_apache_org_v1alpha1_JSONSchemaURL[JSONSchemaURL]*
-|
-
-
-
-
-|`type` +
-string
-|
-
-
-
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_JSONSchemaURL]
-=== JSONSchemaURL(`string` alias)
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_JSONSchemaProps, JSONSchemaProps>>
-
-JSONSchemaURL represents a schema url.
-
-
-[#_camel_apache_org_v1alpha1_KameletBindingCondition]
-=== KameletBindingCondition
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletBindingStatus, KameletBindingStatus>>
-
-KameletBindingCondition describes the state of a resource at a certain point.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`type` +
-*xref:#_camel_apache_org_v1alpha1_KameletBindingConditionType[KameletBindingConditionType]*
-|
-
-
-Type of kameletBinding condition.
-
-|`status` +
-*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#conditionstatus-v1-core[Kubernetes
core/v1.ConditionStatus]*
-|
-
-
-Status of the condition, one of True, False, Unknown.
-
-|`lastUpdateTime` +
-*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#time-v1-meta[Kubernetes
meta/v1.Time]*
-|
-
-
-The last time this condition was updated.
-
-|`lastTransitionTime` +
-*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#time-v1-meta[Kubernetes
meta/v1.Time]*
-|
-
-
-Last time the condition transitioned from one status to another.
-
-|`reason` +
-string
-|
-
-
-The reason for the condition's last transition.
-
-|`message` +
-string
-|
-
-
-A human readable message indicating details about the transition.
-
-|`pods` +
-*xref:apis/camel-k.adoc#_camel_apache_org_v1_PodCondition[[\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.PodCondition]*
-|
-
-
-Pods collect health and conditions information from the owned PODs
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_KameletBindingConditionType]
-=== KameletBindingConditionType(`string` alias)
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletBindingCondition,
KameletBindingCondition>>
-
-KameletBindingConditionType --.
-
-
-[#_camel_apache_org_v1alpha1_KameletBindingPhase]
-=== KameletBindingPhase(`string` alias)
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletBindingStatus, KameletBindingStatus>>
-
-KameletBindingPhase --.
-
-
-[#_camel_apache_org_v1alpha1_KameletBindingSpec]
-=== KameletBindingSpec
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletBinding, KameletBinding>>
-
-KameletBindingSpec defines the binding between a source and a sink. It can
include custom parameters and additional intermediate steps and error handling.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`integration` +
-*xref:apis/camel-k.adoc#_camel_apache_org_v1_IntegrationSpec[github.com/apache/camel-k/v2/pkg/apis/camel/v1.IntegrationSpec]*
-|
-
-
-Integration is an optional integration used to specify custom parameters
-
-|`source` +
-*xref:#_camel_apache_org_v1alpha1_Endpoint[Endpoint]*
-|
-
-
-Source is the starting point of the integration defined by this binding
-
-|`sink` +
-*xref:#_camel_apache_org_v1alpha1_Endpoint[Endpoint]*
-|
-
-
-Sink is the destination of the integration defined by this binding
-
-|`errorHandler` +
-*xref:#_camel_apache_org_v1alpha1_ErrorHandlerSpec[ErrorHandlerSpec]*
-|
-
-
-ErrorHandler is an optional handler called upon an error occurring in the
integration
-
-|`steps` +
-*xref:#_camel_apache_org_v1alpha1_Endpoint[[\]Endpoint]*
-|
-
-
-Steps contains an optional list of intermediate steps that are executed
between the Source and the Sink
-
-|`replicas` +
-int32
-|
-
-
-Replicas is the number of desired replicas for the binding
-
-|`serviceAccountName` +
-string
-|
-
-
-Custom SA to use for the binding
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_KameletBindingStatus]
-=== KameletBindingStatus
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletBinding, KameletBinding>>
-
-KameletBindingStatus specify the status of a binding.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`observedGeneration` +
-int64
-|
-
-
-ObservedGeneration is the most recent generation observed for this
KameletBinding.
-
-|`phase` +
-*xref:#_camel_apache_org_v1alpha1_KameletBindingPhase[KameletBindingPhase]*
-|
-
-
-Phase --
-
-|`conditions` +
-*xref:#_camel_apache_org_v1alpha1_KameletBindingCondition[[\]KameletBindingCondition]*
-|
-
-
-Conditions --
-
-|`replicas` +
-int32
-|
-
-
-Replicas is the number of actual replicas of the binding
-
-|`selector` +
-string
-|
-
-
-Selector allows to identify pods belonging to the binding
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_KameletCondition]
-=== KameletCondition
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletStatus, KameletStatus>>
-
-KameletCondition describes the state of a resource at a certain point.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`type` +
-*xref:#_camel_apache_org_v1alpha1_KameletConditionType[KameletConditionType]*
-|
-
-
-Type of kamelet condition.
-
-|`status` +
-*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#conditionstatus-v1-core[Kubernetes
core/v1.ConditionStatus]*
-|
-
-
-Status of the condition, one of True, False, Unknown.
-
-|`lastUpdateTime` +
-*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#time-v1-meta[Kubernetes
meta/v1.Time]*
-|
-
-
-The last time this condition was updated.
-
-|`lastTransitionTime` +
-*https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#time-v1-meta[Kubernetes
meta/v1.Time]*
-|
-
-
-Last time the condition transitioned from one status to another.
-
-|`reason` +
-string
-|
-
-
-The reason for the condition's last transition.
-
-|`message` +
-string
-|
-
-
-A human-readable message indicating details about the transition.
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_KameletConditionType]
-=== KameletConditionType(`string` alias)
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletCondition, KameletCondition>>
-
-KameletConditionType --.
-
-
-[#_camel_apache_org_v1alpha1_KameletPhase]
-=== KameletPhase(`string` alias)
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletStatus, KameletStatus>>
-
-KameletPhase --.
-
-
-[#_camel_apache_org_v1alpha1_KameletProperty]
-=== KameletProperty
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletStatus, KameletStatus>>
-
-KameletProperty specify the behavior of a property in a Kamelet.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`name` +
-string
-|
-
-
-the name of the property
-
-|`default` +
-string
-|
-
-
-the default value of the property (if any)
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_KameletSpec]
-=== KameletSpec
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_Kamelet, Kamelet>>
-
-KameletSpec specifies the configuration required to execute a Kamelet.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`definition` +
-*xref:#_camel_apache_org_v1alpha1_JSONSchemaProps[JSONSchemaProps]*
-|
-
-
-defines the formal configuration of the Kamelet
-
-|`sources` +
-*xref:apis/camel-k.adoc#_camel_apache_org_v1_SourceSpec[[\]github.com/apache/camel-k/v2/pkg/apis/camel/v1.SourceSpec]*
-|
-
-
-sources in any Camel DSL supported
-
-|`template` +
-*xref:#_camel_apache_org_v1alpha1_Template[Template]*
-|
-
-
-the main source in YAML DSL
-
-|`types` +
-*xref:#_camel_apache_org_v1alpha1_EventTypeSpec[map[github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.TypeSlot\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.EventTypeSpec]*
-|
-
-
-data specification types for the events consumed/produced by the Kamelet
-Deprecated: In favor of using DataTypes
-
-|`dataTypes` +
-*xref:#_camel_apache_org_v1alpha1_DataTypesSpec[map[github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.TypeSlot\]github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1.DataTypesSpec]*
-|
-
-
-data specification types for the events consumed/produced by the Kamelet
-
-|`dependencies` +
-[]string
-|
-
-
-Camel dependencies needed by the Kamelet
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_KameletStatus]
-=== KameletStatus
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_Kamelet, Kamelet>>
-
-KameletStatus defines the observed state of Kamelet.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`observedGeneration` +
-int64
-|
-
-
-ObservedGeneration is the most recent generation observed for this Kamelet.
-
-|`phase` +
-*xref:#_camel_apache_org_v1alpha1_KameletPhase[KameletPhase]*
-|
-
-
-Phase --
-
-|`conditions` +
-*xref:#_camel_apache_org_v1alpha1_KameletCondition[[\]KameletCondition]*
-|
-
-
-Conditions --
-
-|`properties` +
-*xref:#_camel_apache_org_v1alpha1_KameletProperty[[\]KameletProperty]*
-|
-
-
-Properties --
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_RawMessage]
-=== RawMessage(`[]byte` alias)
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_BeanProperties, BeanProperties>>
-* <<#_camel_apache_org_v1alpha1_EndpointProperties, EndpointProperties>>
-* <<#_camel_apache_org_v1alpha1_ErrorHandlerParameters,
ErrorHandlerParameters>>
-* <<#_camel_apache_org_v1alpha1_ErrorHandlerSpec, ErrorHandlerSpec>>
-* <<#_camel_apache_org_v1alpha1_JSON, JSON>>
-* <<#_camel_apache_org_v1alpha1_Template, Template>>
-
-RawMessage is a raw encoded JSON value.
-It implements Marshaler and Unmarshaler and can
-be used to delay JSON decoding or precompute a JSON encoding.
-
-
-[#_camel_apache_org_v1alpha1_Template]
-=== Template
-
-*Appears on:*
-
-* <<#_camel_apache_org_v1alpha1_KameletSpec, KameletSpec>>
-
-Template is an unstructured object representing a Kamelet template in
YAML/JSON DSL.
-
-[cols="2,2a",options="header"]
-|===
-|Field
-|Description
-
-|`RawMessage` +
-*xref:#_camel_apache_org_v1alpha1_RawMessage[RawMessage]*
-|(Members of `RawMessage` are embedded into this type.)
-
-
-an unstructured raw message
-
-
-|===
-
-[#_camel_apache_org_v1alpha1_TypeSlot]
-=== TypeSlot(`string` alias)
-
-TypeSlot represent a kind of data (ie, input, output, ...).
diff --git a/script/gen_crd/gen_crd_api.sh b/script/gen_crd/gen_crd_api.sh
index bd009543a..9ad5e00b2 100755
--- a/script/gen_crd/gen_crd_api.sh
+++ b/script/gen_crd/gen_crd_api.sh
@@ -18,7 +18,6 @@
location=$(dirname $0)
rootdir=$location/../..
crd_file_camel=$rootdir/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
-crd_file_kamelets=$rootdir/docs/modules/ROOT/partials/apis/kamelets-crds.adoc
# Until the pull req below is merged upstream, we need to use a self-hosted
# version of gen-crd-api-reference-docs: