DockerEngineAPI.Model.EndpointSpec (ex_docker_api v1.48.0)

View Source

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

Summary

Types

t()

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

Functions

decode(value)