RestartPolicy

edit

A policy that is applied when a container unexpectedly exits

Properties

edit
maximum_retry_count (integer as int32)
Maximum number of times to re-try before giving up
name (string, required)
Identifier for the policy.

Example

edit
{
   "maximum_retry_count" : 0,
   "name" : "string"
}