Module: Google::Cloud::Run::V2::EmptyDirVolumeSource::Medium
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
The different types of medium supported for EmptyDir.
Constant Summary collapse
- MEDIUM_UNSPECIFIED =
When not specified, falls back to the default implementation which is currently in memory (this may change over time).
0
- MEMORY =
Explicitly set the EmptyDir to be in memory. Uses tmpfs.
1