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

Properties that can be configured to access and load balance a service.

Summary

Types

@type t() :: %DockerEngineAPI.Model.EndpointSpec{
  Mode: String.t(),
  Ports: [EndpointPortConfig]
}