tadayosi commented on code in PR #3819:
URL: https://github.com/apache/camel-k/pull/3819#discussion_r1024694447


##########
pkg/apis/camel/v1alpha1/kamelet_types_support.go:
##########
@@ -192,13 +192,10 @@ func ValidKameletProperties(kamelet *Kamelet) bool {
        return true
 }
 
-func ValidKameletTemplate(kamelet *Kamelet) bool {
+func ValidKamelet(kamelet *Kamelet) bool {

Review Comment:
   Looks like this function doesn't do anything anymore. Probably better to 
remove it. Or add some meaningful check here.



-- 
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