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

UserWorkloadsConfigMap

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

User workloads ConfigMap used by Airflow tasks that run with Kubernetes executor or KubernetesPodOperator.

interface UserWorkloadsConfigMap {
data?: {
[key: string]: string;
}
;
name?: string;
}

§Properties

§
data?: {
[key: string]: string;
}
[src]

Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details see: https://kubernetes.io/docs/concepts/configuration/configmap/

§
name?: string
[src]

Identifier. The resource name of the ConfigMap, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}"