We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the problem/challenge you have
Currently capacity is string. We should move towards ResourceList to store the capacity.
The text was updated successfully, but these errors were encountered:
Unsure of reasons behind needing this. Checking if it's not something that will have side-effects or breaking behaviour.
Sorry, something went wrong.
This pertains to changing the type of Capacity in VolumeInfo.
Capacity
// VolumeInfo defines LVM info type VolumeInfo struct { [...] // Capacity of the volume // +kubebuilder:validation:Required // +kubebuilder:validation:MinLength=1 Capacity string `json:"capacity"`
This needs to be consistent across all engines. Need to assess the impact of this modification.
No branches or pull requests
Describe the problem/challenge you have
Currently capacity is string. We should move towards ResourceList to store the capacity.
The text was updated successfully, but these errors were encountered: