DockerEngineAPI.Model.Topology (ex_docker_api v1.55.0)

View Source

A map of topological domains to topological segments. For in depth details, see documentation for the Topology object in the CSI specification.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.Topology{
  Segments: %{optional(String.t()) => String.t()} | nil
}

Functions

decode(value)