Get Service Template Volume
data class GetServiceTemplateVolume(val cloudSqlInstances: List<GetServiceTemplateVolumeCloudSqlInstance>, val emptyDirs: List<GetServiceTemplateVolumeEmptyDir>, val gcs: List<GetServiceTemplateVolumeGc>, val name: String, val nfs: List<GetServiceTemplateVolumeNf>, val secrets: List<GetServiceTemplateVolumeSecret>)
Constructors
Link copied to clipboard
constructor(cloudSqlInstances: List<GetServiceTemplateVolumeCloudSqlInstance>, emptyDirs: List<GetServiceTemplateVolumeEmptyDir>, gcs: List<GetServiceTemplateVolumeGc>, name: String, nfs: List<GetServiceTemplateVolumeNf>, secrets: List<GetServiceTemplateVolumeSecret>)
Properties
Link copied to clipboard
For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
Link copied to clipboard
Ephemeral storage used as a shared volume.
Link copied to clipboard
Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment.
Link copied to clipboard
Represents an NFS mount.
Link copied to clipboard
Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret