ServiceTemplateSpecVolumeCsi

data class ServiceTemplateSpecVolumeCsi(val driver: String, val readOnly: Boolean? = null, val volumeAttributes: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(driver: String, readOnly: Boolean? = null, volumeAttributes: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique name representing the type of file system to be created. Cloud Run supports the following values:

Link copied to clipboard
val readOnly: Boolean? = null

If true, all mounts created from this volume will be read-only.

Link copied to clipboard

Driver-specific attributes. The following options are supported for available drivers: