DockerEngineAPI.Model.ServiceJobStatus (elixir_dea v1.45.7)

The status of the service when it is in one of ReplicatedJob or GlobalJob modes. Absent on Replicated and Global mode services. The JobIteration is an ObjectVersion, but unlike the Service's version, does not need to be sent with an update request.

Summary

Types

@type t() :: %DockerEngineAPI.Model.ServiceJobStatus{
  JobIteration: DockerEngineAPI.Model.ObjectVersion.t() | nil,
  LastExecution: String.t() | nil
}

Functions