Get Service Template Spec Volume
data class GetServiceTemplateSpecVolume(val csis: List<GetServiceTemplateSpecVolumeCsi>, val emptyDirs: List<GetServiceTemplateSpecVolumeEmptyDir>, val name: String, val nfs: List<GetServiceTemplateSpecVolumeNf>, val secrets: List<GetServiceTemplateSpecVolumeSecret>)
Constructors
Link copied to clipboard
constructor(csis: List<GetServiceTemplateSpecVolumeCsi>, emptyDirs: List<GetServiceTemplateSpecVolumeEmptyDir>, name: String, nfs: List<GetServiceTemplateSpecVolumeNf>, secrets: List<GetServiceTemplateSpecVolumeSecret>)
Properties
Link copied to clipboard
A filesystem specified by the Container Storage Interface (CSI).
Link copied to clipboard
Ephemeral storage which can be backed by real disks (HD, SSD), network storage or memory (i.e. tmpfs). For now only in memory (tmpfs) is supported. It is ephemeral in the sense that when the sandbox is taken down, the data is destroyed with it (it does not persist across sandbox runs).
Link copied to clipboard
A filesystem backed by a Network File System share. This filesystem requires the run.googleapis.com/execution-environment annotation to be set to "gen2" and run.googleapis.com/launch-stage set to "BETA" or "ALPHA".
Link copied to clipboard
The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secret_name.