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

ContainerSpec

import type { ContainerSpec } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Container Spec.

interface ContainerSpec {
defaultEnvironment?: FlexTemplateRuntimeEnvironment;
image?: string;
imageRepositoryCertPath?: string;
imageRepositoryPasswordSecretId?: string;
imageRepositoryUsernameSecretId?: string;
metadata?: TemplateMetadata;
sdkInfo?: SDKInfo;
}

§Properties

§

Default runtime environment for the job.

§
image?: string
[src]

Name of the docker container image. E.g., gcr.io/project/some-image

§
imageRepositoryCertPath?: string
[src]

Cloud Storage path to self-signed certificate of private registry.

§
imageRepositoryPasswordSecretId?: string
[src]

Secret Manager secret id for password to authenticate to private registry.

§
imageRepositoryUsernameSecretId?: string
[src]

Secret Manager secret id for username to authenticate to private registry.

§

Metadata describing a template including description and validation rules.

§
sdkInfo?: SDKInfo
[src]

Required. SDK info of the Flex Template.