Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.21 KB

File metadata and controls

21 lines (18 loc) · 1.21 KB

DockerEngineApi.Task

Properties

Name Type Description Notes
ID String The ID of the task. [optional]
version ObjectVersion [optional]
createdAt String [optional]
updatedAt String [optional]
name String Name of the task. [optional]
labels {String: String} User-defined key/value metadata. [optional]
spec TaskSpec [optional]
serviceID String The ID of the service this task is part of. [optional]
slot Number [optional]
nodeID String The ID of the node that this task is on. [optional]
assignedGenericResources GenericResources [optional]
status TaskStatus [optional]
desiredState TaskState [optional]
jobIteration ObjectVersion If the Service this Task belongs to is a job-mode service, contains the JobIteration of the Service this Task was created for. Absent if the Task was created for a Replicated or Global Service. [optional]