DockerEngineAPI.Model.ClusterVolumeSpecAccessModeAccessibilityRequirements (ex_docker_api v1.55.0)
View SourceRequirements for the accessible topology of the volume. These fields are optional. For an in-depth description of what these fields mean, see the CSI specification.
Summary
Types
@type t() :: %DockerEngineAPI.Model.ClusterVolumeSpecAccessModeAccessibilityRequirements{ Preferred: [DockerEngineAPI.Model.Topology.t()] | nil, Requisite: [DockerEngineAPI.Model.Topology.t()] | nil }