Get Job Template Template Volume
data class GetJobTemplateTemplateVolume(val cloudSqlInstances: List<GetJobTemplateTemplateVolumeCloudSqlInstance>, val emptyDirs: List<GetJobTemplateTemplateVolumeEmptyDir>, val gcs: List<GetJobTemplateTemplateVolumeGc>, val name: String, val nfs: List<GetJobTemplateTemplateVolumeNf>, val secrets: List<GetJobTemplateTemplateVolumeSecret>)
Constructors
Link copied to clipboard
constructor(cloudSqlInstances: List<GetJobTemplateTemplateVolumeCloudSqlInstance>, emptyDirs: List<GetJobTemplateTemplateVolumeEmptyDir>, gcs: List<GetJobTemplateTemplateVolumeGc>, name: String, nfs: List<GetJobTemplateTemplateVolumeNf>, secrets: List<GetJobTemplateTemplateVolumeSecret>)
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.
Link copied to clipboard
NFS share mounted as a volume.
Link copied to clipboard
Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret