DockerEngineAPI.Model.ClusterInfo (ex_docker_api v1.48.1)

View Source

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

Summary

Types

t()

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

Functions

decode(value)