-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Cassandra scaler #1817
Add Cassandra scaler #1817
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for you contribution! Is this PR ready for a review? I haven't yet check the code properly, have some input though:
- could you please add unit test as it is done for the rest of the scalers (`cassandar_scaler_test.go)?
- could you please add e2e test for this scaler? (in this case probably an ephemeral deployment of Cassandra on k8s and checking that applied ScaledObject scales some target deployment (similar as it is implemented in e2e tests for other scalers) https://github.com/kedacore/keda/tree/main/tests
config/manager/kustomization.yaml
Outdated
@@ -5,5 +5,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 | |||
kind: Kustomization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please exclude this file from your PR.
@@ -10,5 +10,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 | |||
kind: Kustomization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please exclude this file from your PR.
I will add them as soon as possible :) And will delete those 2 files, too. Thank you for the review! |
Signed-off-by: nilayasiktoprak <[email protected]>
Signed-off-by: nilayasiktoprak <[email protected]>
Signed-off-by: nilayasiktoprak <[email protected]>
57b1c9e
to
da81219
Compare
Signed-off-by: nilayasiktoprak <[email protected]>
This PR is moved to #1841 |
Signed-off-by: nilayasiktoprak [email protected]
Add a new Cassandra scaler.
Checklist
Relates to #1738