Search
@type t() :: %NomadClient.Model.VolumeRequest{ AccessMode: String.t() | nil, AttachmentMode: String.t() | nil, MountOptions: NomadClient.Model.CsiMountOptions.t() | nil, Name: String.t() | nil, PerAlloc: boolean() | nil, ReadOnly: boolean() | nil, Source: String.t() | nil, Type: String.t() | nil }