View Source DockerEngineAPI.Model.ClusterVolumeSpecAccessModeCapacityRange (ex_docker_engine_api v1.43.1)

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() | nil,
  RequiredBytes: integer() | nil
}

Functions