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
All scalers and their tests should have consistent naming:
For example for scaler that operates on service foo the scaler code should live infoo_scaler.go and related test in foo_scaler_test.go.
Some scalers don't follow this (eg. aws related, huawei)
Expected Behavior
aligned naming
Actual Behavior
not aligned
Steps to Reproduce the Problem
ls -al pkg/scalers
Logs from KEDA operator
No response
KEDA Version
No response
Kubernetes Version
No response
Platform
No response
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Report
All scalers and their tests should have consistent naming:
For example for scaler that operates on service
foo
the scaler code should live infoo_scaler.go
and related test infoo_scaler_test.go
.Some scalers don't follow this (eg. aws related, huawei)
Expected Behavior
aligned naming
Actual Behavior
not aligned
Steps to Reproduce the Problem
Logs from KEDA operator
No response
KEDA Version
No response
Kubernetes Version
No response
Platform
No response
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: