/kind feature
Describe the solution you'd like
The vSphereMachineTemplate currently exposes resources shares via .spec.template.spec.resources.shares, however it only accepts integers (so shares level = custom I guess).
I think it would be nice to add support for other shares levels, via a new field where users could specify "normal", "low", or "high". If level is set to "custom", then the current value (integer) would be used.
We could either add a new field (sharesLevel) or review the existing API (cleaner, but breaking).
Please let me know what you think. I could propose a PR if needed, but I'd like to confirm the solution first.
Thanks!
/kind feature
Describe the solution you'd like
The vSphereMachineTemplate currently exposes resources shares via
.spec.template.spec.resources.shares, however it only accepts integers (so shares level = custom I guess).I think it would be nice to add support for other shares levels, via a new field where users could specify "normal", "low", or "high". If level is set to "custom", then the current value (integer) would be used.
We could either add a new field (
sharesLevel) or review the existing API (cleaner, but breaking).Please let me know what you think. I could propose a PR if needed, but I'd like to confirm the solution first.
Thanks!