Service Template Volume Args
data class ServiceTemplateVolumeArgs(val cloudSqlInstance: Output<ServiceTemplateVolumeCloudSqlInstanceArgs>? = null, val emptyDir: Output<ServiceTemplateVolumeEmptyDirArgs>? = null, val gcs: Output<ServiceTemplateVolumeGcsArgs>? = null, val name: Output<String>, val nfs: Output<ServiceTemplateVolumeNfsArgs>? = null, val secret: Output<ServiceTemplateVolumeSecretArgs>? = null) : ConvertibleToJava<ServiceTemplateVolumeArgs>
Constructors
Link copied to clipboard
constructor(cloudSqlInstance: Output<ServiceTemplateVolumeCloudSqlInstanceArgs>? = null, emptyDir: Output<ServiceTemplateVolumeEmptyDirArgs>? = null, gcs: Output<ServiceTemplateVolumeGcsArgs>? = null, name: Output<String>, nfs: Output<ServiceTemplateVolumeNfsArgs>? = null, secret: Output<ServiceTemplateVolumeSecretArgs>? = null)
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. Structure is documented below.
Link copied to clipboard
Ephemeral storage used as a shared volume. Structure is documented below.
Link copied to clipboard
Cloud Storage bucket mounted as a volume using GCSFuse. This feature is only supported in the gen2 execution environment. Structure is documented below.
Link copied to clipboard
Represents an NFS mount. Structure is documented below.
Link copied to clipboard
Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret Structure is documented below.