squakez commented on code in PR #5186:
URL: https://github.com/apache/camel-k/pull/5186#discussion_r1504270223
##########
pkg/util/camel/camel_runtime_catalog.go:
##########
@@ -26,6 +26,18 @@ import (
// NewRuntimeCatalog creates a runtime catalog with the given catalog.
func NewRuntimeCatalog(cat v1.CamelCatalog) *RuntimeCatalog {
catalog := RuntimeCatalog{}
+ if cat.Spec.Runtime.Capabilities != nil {
+ // TODO manage Knative from the catalog
Review Comment:
done. Let's see the test execution.
--
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]