-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Task] autoscaler API #331
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #331 +/- ##
==========================================
Coverage ? 70.77%
==========================================
Files ? 70
Lines ? 4499
Branches ? 0
==========================================
Hits ? 3184
Misses ? 1051
Partials ? 264
Continue to review full report at Codecov.
|
842a85e
to
2234332
Compare
3f36b8c
to
715b8a1
Compare
src/kubernetes/autoscaler.go
Outdated
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | ||
) | ||
|
||
// CreateAutoscaler will get the external IP address of node |
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.
why autoscaler needs the external IP of node ?
} | ||
|
||
// DeleteAutoscaler will delete a autoscaler | ||
func DeleteAutoscaler(sp *serviceprovider.Container, autoscalerInfo entity.AutoscalerInfo) error { |
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.
Will autoscaler delete itself while the corresponding deployment is been removed ?
8d76eb6
to
d45d703
Compare
4b6e04b
to
208ca4c
Compare
No description provided.