Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 675 Bytes

NodeSpec.md

File metadata and controls

35 lines (17 loc) · 675 Bytes

DockerEngineApi.NodeSpec

Properties

Name Type Description Notes
name String Name for the node. [optional]
labels {String: String} User-defined key/value metadata. [optional]
role String Role of the node. [optional]
availability String Availability of the node. [optional]

Enum: RoleEnum

  • worker (value: "worker")

  • manager (value: "manager")

Enum: AvailabilityEnum

  • active (value: "active")

  • pause (value: "pause")

  • drain (value: "drain")