gcp.project.cloudRunService.job.executionTemplate
Supported platform
- gcp
Description
Google Cloud (GCP) Run job execution template
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
id | string | Internal ID |
labels | map[string]string | User-defined labels |
annotations | map[string]string | Unstructured key-value map that may be set by external tools to store an arbitrary metadata |
parallelism | int | Specifies the maximum desired number of tasks the execution should run at a given time |
taskCount | int | Specifies the desired number of tasks the execution should run |
template | gcp.project.cloudRunService.job.executionTemplate.taskTemplate | Describes the task that will be create when executing an execution |
References