NomadClient.Model.SchedulerConfiguration (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.SchedulerConfiguration{
  CreateIndex: integer() | nil,
  MemoryOversubscriptionEnabled: boolean() | nil,
  ModifyIndex: integer() | nil,
  PauseEvalBroker: boolean() | nil,
  PreemptionConfig: NomadClient.Model.PreemptionConfig.t() | nil,
  RejectJobRegistration: boolean() | nil,
  SchedulerAlgorithm: String.t() | nil
}