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

Requirements 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: [Topology],
    Requisite: [Topology]
  }