igarashitm commented on issue #4535: URL: https://github.com/apache/camel-k/issues/4535#issuecomment-1622264543
Actually even deeper root of this idea is that plain camel `route` has `description` property which allows users to put longer description onto each route, and it could be used in `Integration` CRD as well. Kamelet has `/spec/definition/description` however it looks like an exception as a part of [JSONSchemaProps](https://camel.apache.org/camel-k/1.12.x/apis/kamelets.html#_camel_apache_org_v1alpha1_JSONSchemaProps). Only KameletBinding doesn't have such property. Looking at the schema, Kamelet also has `description` property right under `template` it seems https://github.com/apache/camel/blob/main/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camel-yaml-dsl.json#L2566 Lastly, since Integration CRD can have multiple routes, it would be nice to have CRD level description field as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
