hetznercloud / hcloud-go

A Go library for the Hetzner Cloud API
https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud
MIT License
372 stars 45 forks source link

feat: add volume format property (#397) [Backport release-1.x] #444

Closed phm07 closed 3 months ago

phm07 commented 3 months ago

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.

(cherry picked from commit c0940afce9eb01c0e6838502c91aa569ab411a03)

BEGIN_COMMIT_OVERRIDE feat: add volume format property END_COMMIT_OVERRIDE