You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/07 16:48:52 UTC

[GitHub] [camel-k] astefanutti commented on issue #2817: Use deprecated field of yaml schema specification instead of only modifying description

astefanutti commented on issue #2817:
URL: https://github.com/apache/camel-k/issues/2817#issuecomment-988099391


   While CRD structural schemas rely on OpenAPI v3 schemas, there are some limitations. The `deprecated` field cannot be set, as documented in:
   
   https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation
   
   The `+kubebuilder:deprecatedversion` marker applies at the CRD level, not the field level.


-- 
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-unsubscribe@camel.apache.org

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