squakez commented on code in PR #6740:
URL: https://github.com/apache/camel-k/pull/6740#discussion_r3712589242


##########
pkg/apis/camel/v1/trait/keda.go:
##########
@@ -51,6 +51,12 @@ type KedaTrait struct {
 type KedaTrigger struct {
        // The autoscaler type.
        Type string `json:"type,omitempty" property:"type"`
+       // The metric type for this trigger, mapping to KEDA's trigger-level 
`metricType`
+       // (`Utilization`, `AverageValue` or `Value`). KEDA v2.18+ requires 
this for the

Review Comment:
   I'd remove the last phrase about version compatibility and deprecation.



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

Reply via email to