Skip to content
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

feat: add volume format property #397

Merged
merged 2 commits into from
Mar 7, 2024
Merged

feat: add volume format property #397

merged 2 commits into from
Mar 7, 2024

Commits on Mar 7, 2024

  1. feat: add volume format property

    This property was previously missing, although it was already used in VolumeCreateOpts. It's now a string pointer with common values (ext4 and xfs) available as string constants.
    phm07 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7e98300 View commit details
    Browse the repository at this point in the history
  2. Update hcloud/volume.go

    Co-authored-by: Jonas L. <[email protected]>
    phm07 and jooola authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f22592a View commit details
    Browse the repository at this point in the history