DockerEngineAPI.Model.ClusterInfo (elixir_dea v1.45.7)

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() | 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