Worker Pool Worker Config
data class WorkerPoolWorkerConfig(val diskSizeGb: Int? = null, val machineType: String? = null, val noExternalIp: Boolean? = null)
Properties
Link copied to clipboard
Size of the disk attached to the worker, in GB. See diskSizeGb. Specify a value of up to 1000. If 0
is specified, Cloud Build will use a standard disk size.
Link copied to clipboard
Machine type of a worker, such as n1-standard-1
. See machineType. If left blank, Cloud Build will use n1-standard-1
.
Link copied to clipboard
If true, workers are created without any public address, which prevents network egress to public IPs.