DockerEngineAPI.Model.ClusterVolumeSpecAccessModeAccessibilityRequirements (ex_docker_api v1.48.1)

View Source

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

t()

@type t() ::
  %DockerEngineAPI.Model.ClusterVolumeSpecAccessModeAccessibilityRequirements{
    Preferred: [DockerEngineAPI.Model.Map.t()] | nil,
    Requisite: [DockerEngineAPI.Model.Map.t()] | nil
  }

Functions

decode(value)