NomadClient.Model.AllocatedResources (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.AllocatedResources{
  Shared: NomadClient.Model.AllocatedSharedResources.t() | nil,
  Tasks:
    %{optional(String.t()) => NomadClient.Model.AllocatedTaskResources.t()}
    | nil
}