Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOption

import type { ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOption } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Details about how a build should be executed on a WorkerPool. See running builds in a private pool for more information.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOption {
name?: string;
}

§Properties

§
name?: string
[src]

The WorkerPool resource to execute the build on. You must have cloudbuild.workerpools.use on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}