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

ManagerStatus represents the status of a manager. It provides the current status of a node's manager component, if the node is a manager.

Summary

Types

@type t() :: %DockerEngineAPI.Model.ManagerStatus{
  Addr: String.t(),
  Leader: boolean(),
  Reachability: Reachability
}