djencks commented on pull request #2899:
URL: https://github.com/apache/camel-k/pull/2899#issuecomment-1020431444


   There are links from the kamelets page to the camel-k page:
   
   Under 
https://pr-761--camel.netlify.app/camel-k/next/apis/kamelets.html#_camel_apache_org_v1alpha1_KameletSpec
 (and the embedded table earlier):
   
   SourceSpec
   Template
   Flow (deprecated)
   
   Under 
https://pr-761--camel.netlify.app/camel-k/next/apis/kamelets.html#_camel_apache_org_v1alpha1_KameletBindingSpec
 (and earlier embedded table)
   
   IntegrationSpec
   
   Can we remove the deprecated Flow and copy the SourceSpec and 
IntegrationSpec to v1alpha1 and move Template to v1alpha1?
   
   I wonder if there's an error around RawMessage.  There's a RawMessage type 
in both v1 and v1alpha1.
   
   These use v1.RawMessage:
   kamelet_binding_types.go EndpointProperties (66)
   error_handler_types.go ErrorHandlerSpec (37), ErrorHandlerParameters (42), 
BeanProperties (47)
   
   This uses v1alpha1.RawMessage:
   jsonschema_types.go JSON (106)
   
   Can  these all use the v1alpha1 RawMessage?
   
   
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to