-
Notifications
You must be signed in to change notification settings - Fork 72
Add vhost limits. #977
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 vhost limits. #977
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.
I'm wondering about clearing the vHost limits. The field in the spec is a pointer, so perhaps we could clear the limits if the field is nil
?
As the code stands, once a value is set, it can be lifted by setting to a negative value, but it can't be cleared.
…-operator into vhost-limits
db86fc9
to
6780eb0
Compare
Vhost limits can now be updated. |
This closes #963