mirror of https://github.com/k3s-io/k3s
use AvailabilityZone instead of Availability
parent
5c24fb9a75
commit
2fb9fc4647
|
@ -80,7 +80,7 @@ func (volumes *VolumesV1) createVolume(opts VolumeCreateOpts) (string, error) {
|
|||
Name: opts.Name,
|
||||
Size: opts.Size,
|
||||
VolumeType: opts.VolumeType,
|
||||
Availability: opts.Availability,
|
||||
AvailabilityZone: opts.Availability,
|
||||
Metadata: opts.Metadata,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue