DockerEngineAPI.Model.ClusterVolumeSpecAccessModeAccessibilityRequirements (elixir_dea v1.45.7)

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: [DockerEngineAPI.Model.Map.t()] | nil,
    Requisite: [DockerEngineAPI.Model.Map.t()] | nil
  }

Functions