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

The desired capacity that the volume should be created with. If empty, the plugin will decide the capacity.

Summary

Types

@type t() :: %DockerEngineAPI.Model.ClusterVolumeSpecAccessModeCapacityRange{
  LimitBytes: integer(),
  RequiredBytes: integer()
}