DockerEngineAPI.Model.ManagerStatus (elixir_dea v1.45.7)
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() | nil, Leader: boolean() | nil, Reachability: DockerEngineAPI.Model.Reachability.t() | nil }
Functions
Link to this function