gcp.project.cloudRunService.job.executionTemplate.taskTemplate
Supported platform
- gcp
Description
Google Cloud (GCP) Run job execution template task template
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | Internal ID |
| projectId | string | Project ID |
| vpcAccess | dict | VPC access configuration |
| timeout | time | Maximum allowed time for an instance to respond to a request |
| serviceAccountEmail | string | Email address of the IAM service account associated with the revision of the service |
| serviceAccount | gcp.project.iamService.serviceAccount | IAM service account associated with the revision of the service |
| containers | []gcp.project.cloudRunService.container | Containers for this revision |
| volumes | []dict | List of volumes to make available to containers |
| executionEnvironment | string | Sandbox environment to host the revision |
| encryptionKey | string | Reference to a customer-managed encryption key to use to encrypt this container image |
| maxRetries | int | Number of retries allowed per task |
References