NomadClient.Model.PlanAnnotations (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.PlanAnnotations{
  DesiredTGUpdates:
    %{optional(String.t()) => NomadClient.Model.DesiredUpdates.t()} | nil,
  PreemptedAllocs: [NomadClient.Model.AllocationListStub.t()] | nil
}