WorkerConfigResponse

data class WorkerConfigResponse(val diskSizeGb: String, val machineType: String)

WorkerConfig defines the configuration to be used for a creating workers in the pool.

Constructors

Link copied to clipboard
fun WorkerConfigResponse(diskSizeGb: String, machineType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Size of the disk attached to the worker, in GB. See https://cloud.google.com/compute/docs/disks/ If 0 is specified, Cloud Build will use a standard disk size.

Link copied to clipboard

Machine Type of the worker, such as n1-standard-1. See https://cloud.google.com/compute/docs/machine-types. If left blank, Cloud Build will use a standard unspecified machine to create the worker pool.