NomadClient.Model.VolumeMount (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.VolumeMount{
  Destination: String.t() | nil,
  PropagationMode: String.t() | nil,
  ReadOnly: boolean() | nil,
  Volume: String.t() | nil
}