Cloud Run Admin v2 API - Enum EmptyDirVolumeSource.Types.Medium (2.7.0)

public enum EmptyDirVolumeSource.Types.Medium

Reference documentation and code samples for the Cloud Run Admin v2 API enum EmptyDirVolumeSource.Types.Medium.

The different types of medium supported for EmptyDir.

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Fields

NameDescription
Memory

Explicitly set the EmptyDir to be in memory. Uses tmpfs.

Unspecified

When not specified, falls back to the default implementation which is currently in memory (this may change over time).