volumeAttributes

@JvmName(name = "oqhrvpblophhsmbc")
suspend fun volumeAttributes(value: Output<Map<String, String>>)
@JvmName(name = "kmesjgbqmjdlfocq")
suspend fun volumeAttributes(value: Map<String, String>?)

Parameters

value

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

  • gcsfuse.run.googleapis.com

  • bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.


@JvmName(name = "fjrsbixpqbyfagwv")
fun volumeAttributes(vararg values: Pair<String, String>)

Parameters

values

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

  • gcsfuse.run.googleapis.com

  • bucketName: The name of the Cloud Storage Bucket that backs this volume. The Cloud Run Service identity must have access to this bucket.