Conversation
|
Thank you for your contribution! 🙏 Please understand that we will do our best to review your PR and give you feedback as soon as possible, but please bear with us if it takes a little longer as expected. While you are waiting, make sure to:
Once the initial tests are successful, a KEDA member will ensure that the e2e tests are run. Once the e2e tests have been successfully completed, the PR may be merged at a later date. Please be patient. Learn more about our contribution guide. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
1cf8a1d to
c467260
Compare
|
/run-e2e azure |
c467260 to
96fb03c
Compare
|
/run-e2e azure |
ac2ec2b to
701ea7d
Compare
dttung2905
left a comment
There was a problem hiding this comment.
Thanks for the PR. I think this scaler is one of the last scaler left to be refactored
Just need a little fix for the CI though and we are good
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /home/runner/go/bin v2.7.1
golangci/golangci-lint info checking GitHub for tag 'v2.7.1'
golangci/golangci-lint info found version: 2.7.1 for v2.7.1/linux/amd64
golangci/golangci-lint info installed /home/runner/go/bin/golangci-lint
golangci-lint run
pkg/scalers/azure_blob_scaler.go:78:3: assignOp: replace `m.BlobPrefix = m.BlobPrefix + m.BlobDelimiter` with `m.BlobPrefix += m.BlobDelimiter` (gocritic)
m.BlobPrefix = m.BlobPrefix + m.BlobDelimiter
^
1 issues:
* gocritic: 1
make: *** [Makefile:163: golangci] Error 1
a68e780 to
e15309b
Compare
e15309b to
4365e99
Compare
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
4365e99 to
f7a43e7
Compare
|
/run-e2e azure |
Thanks @dttung2905 ! I've moved the Could you double-check this PR? |
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com>
Refactor the scaler to match the new metadata guidelines.
Checklist
Relates to #5797