ServiceTemplateVolumeSecretItem

data class ServiceTemplateVolumeSecretItem(val mode: Int? = null, val path: String, val version: String? = null)

Constructors

Link copied to clipboard
constructor(mode: Int? = null, path: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: Int? = null

Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used.

Link copied to clipboard

The relative path of the secret in the container.

Link copied to clipboard
val version: String? = null

The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version