WorkerPool

Creates a WorkerPool to run the builds, and returns the new worker pool.

Properties

Link copied to clipboard
val createTime: Output<String>

Time at which the request to create the WorkerPool was received.

Link copied to clipboard
val deleteTime: Output<String>

Time at which the request to delete the WorkerPool was received.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

User-defined name of the WorkerPool.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val regions: Output<List<String>>

List of regions to create the WorkerPool. Regions can't be empty. If Cloud Build adds a new GCP region in the future, the existing WorkerPool will not be enabled in the new region automatically; you must add the new region to the regions field to enable the WorkerPool in that region.

Link copied to clipboard

The service account used to manage the WorkerPool. The service account must have the Compute Instance Admin (Beta) permission at the project level.

Link copied to clipboard
val status: Output<String>

WorkerPool Status.

Link copied to clipboard
val updateTime: Output<String>

Time at which the request to update the WorkerPool was received.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Configuration to be used for a creating workers in the WorkerPool.

Link copied to clipboard
val workerCount: Output<String>

Total number of workers to be created across all requested regions.