/dhall-nomad-v1.0.0/schemas/Restart.dhall

Copy path to clipboard

Source

let Mode = ../types/RestartMode.dhall

in { Type = ../types/Restart.dhall
, default =
{ attempts = None Natural
, delay = "15s"
, interval = None Text
, mode = Mode.fail
}
, Mode
}