View Source DockerEngineAPI.Model.ClusterInfo (docker_engine_api v1.43.0)

ClusterInfo represents information about the swarm as is returned by the "/info" endpoint. Join-tokens are not included.

Summary

Types

@type t() :: %DockerEngineAPI.Model.ClusterInfo{
  CreatedAt: String.t(),
  DataPathPort: integer(),
  DefaultAddrPool: [String.t()],
  ID: String.t(),
  RootRotationInProgress: boolean(),
  Spec: SwarmSpec,
  SubnetSize: integer(),
  TLSInfo: TlsInfo,
  UpdatedAt: String.t(),
  Version: ObjectVersion
}