Package-level declarations
Types
Link copied to clipboard
                object Cloudbuild_v1alpha1Functions
Link copied to clipboard
                Creates a WorkerPool to run the builds, and returns the new worker pool.
Link copied to clipboard
                data class WorkerPoolArgs(val name: Output<String>? = null, val project: Output<String>? = null, val regions: Output<List<WorkerPoolRegionsItem>>? = null, val workerConfig: Output<WorkerConfigArgs>? = null, val workerCount: Output<String>? = null) : ConvertibleToJava<WorkerPoolArgs> 
Creates a WorkerPool to run the builds, and returns the new worker pool.
Link copied to clipboard
                class WorkerPoolArgsBuilder
Builder for WorkerPoolArgs.
Link copied to clipboard
                Link copied to clipboard
                Builder for WorkerPool.
Functions
Link copied to clipboard
                suspend fun workerPool(name: String, block: suspend WorkerPoolResourceBuilder.() -> Unit): WorkerPool