dmvolod opened a new pull request, #667: URL: https://github.com/apache/camel-karavan/pull/667
This is a bit optimized approach used in Kubernetes to validate are CRD's installed or not. The benefits are: - Not require to get a list of all CRD's with Spec (can be very large) as it's very resource consumption and heavy operation for API server - Validates by full GVK value, not just CRD name, which can be not formal and sometimes never changing from one version to another (for v1alpha1 -> v1beta1 - v1 CRD names will be the same) -- 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