ServiceTemplateVolumeGcsArgs

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

Constructors

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

Properties

Link copied to clipboard
val bucket: Output<String>

GCS Bucket name

Link copied to clipboard
val mountOptions: Output<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: Output<Boolean>? = null

If true, mount the GCS bucket as read-only

Functions

Link copied to clipboard
open override fun toJava(): ServiceTemplateVolumeGcsArgs