ServiceTemplateVolumeGcs

data class ServiceTemplateVolumeGcs(val bucket: String, val mountOptions: List<String>? = null, val readOnly: Boolean? = null)

Constructors

Link copied to clipboard
constructor(bucket: String, mountOptions: List<String>? = null, readOnly: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

GCS Bucket name

Link copied to clipboard
val mountOptions: List<String>? = null

A list of flags to pass to the gcsfuse command for configuring this volume. Flags should be passed without leading dashes.

Link copied to clipboard
val readOnly: Boolean? = null

If true, mount the GCS bucket as read-only