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

WorkloadsConfig

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

The Kubernetes workloads configuration for GKE cluster associated with the Cloud Composer environment. Supported for Cloud Composer environments in versions composer-2..-airflow-..* and newer.

interface WorkloadsConfig {
dagProcessor?: DagProcessorResource;
scheduler?: SchedulerResource;
triggerer?: TriggererResource;
webServer?: WebServerResource;
worker?: WorkerResource;
}

§Properties

§

Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3..-airflow-..* and newer.

§

Optional. Resources used by Airflow schedulers.

§

Optional. Resources used by Airflow triggerers.

§

Optional. Resources used by Airflow web server.

§

Optional. Resources used by Airflow workers.