Skip to content

Variable: ContainerIsolatedSpawnRequestSchema

Makaio Framework


Makaio Framework / services-core / ContainerIsolatedSpawnRequestSchema

Variable: ContainerIsolatedSpawnRequestSchema

Section titled “Variable: ContainerIsolatedSpawnRequestSchema”

const ContainerIsolatedSpawnRequestSchema: ZodObject<{ adapter: ZodString; branch: ZodString; busMode: ZodEnum<{ host: "host"; relay: "relay"; }>; env: ZodOptional<ZodRecord<ZodString, ZodString>>; gitToken: ZodString; image: ZodOptional<ZodString>; mode: ZodLiteral<"container-isolated">; relayUrl: ZodOptional<ZodString>; repoUrl: ZodString; runtime: ZodDefault<ZodEnum<{ full: "full"; simple: "simple"; }>>; sessionId: ZodString; }, $strip>

Defined in: ../../../packages/services/core/src/execution-target/container-schemas.ts:45

Spawn request for container-isolated mode.