You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InitialCooldownPeriod introduced in #5478 should be pointer, to be aligned with the cooldownPeriod paramter. Also this field is marked as optional thus another point for pointers.
Another problem with #5478 is that zz_generated.deepcopy.go been regerenerated with this PR, so InitialCooldownPeriod is completely missing there:
Report
InitialCooldownPeriod
introduced in #5478 should be pointer, to be aligned with thecooldownPeriod
paramter. Also this field is marked asoptional
thus another point for pointers.Another problem with #5478 is that
zz_generated.deepcopy.go
been regerenerated with this PR, soInitialCooldownPeriod
is completely missing there:keda/apis/keda/v1alpha1/zz_generated.deepcopy.go
Lines 916 to 965 in 27c99dc
Expected Behavior
InitialCooldownPeriod
should be*int32
Actual Behavior
InitialCooldownPeriod
isint32
Steps to Reproduce the Problem
Logs from KEDA operator
No response
KEDA Version
2.14.0
Kubernetes Version
None
Platform
None
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: