wojciechgrazawskiahnl commented on code in PR #6740:
URL: https://github.com/apache/camel-k/pull/6740#discussion_r3712652378
##########
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:
Pushed changes which removes this phrase
--
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]