Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.31 KB

ClusterInfo.md

File metadata and controls

17 lines (14 loc) · 1.31 KB

DockerEngineApi.ClusterInfo

Properties

Name Type Description Notes
ID String The ID of the swarm. [optional]
version ObjectVersion [optional]
createdAt String Date and time at which the swarm was initialised in RFC 3339 format with nano-seconds. [optional]
updatedAt String Date and time at which the swarm was last updated in RFC 3339 format with nano-seconds. [optional]
spec SwarmSpec [optional]
tLSInfo TLSInfo [optional]
rootRotationInProgress Boolean Whether there is currently a root CA rotation in progress for the swarm [optional]
dataPathPort Number DataPathPort specifies the data path port number for data traffic. Acceptable port range is 1024 to 49151. If no port is set or is set to 0, the default port (4789) is used. [optional]
defaultAddrPool [String] Default Address Pool specifies default subnet pools for global scope networks. [optional]
subnetSize Number SubnetSize specifies the subnet size of the networks created from the default subnet pool. [optional]