DockerEngineAPI.Model.ServiceSpecModeReplicatedJob (ex_docker_api v1.48.1)

View Source

The mode used for services with a finite number of tasks that run to a completed state.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.ServiceSpecModeReplicatedJob{
  MaxConcurrent: integer() | nil,
  TotalCompletions: integer() | nil
}

Functions

decode(value)