On September 15, 2026, all Cloud Composer 1 and Cloud Composer 2 version 2.0.x environments will reach their planned end of life, and you will not be able to use them. We recommend planning migration to Cloud Composer 3.
User workloads ConfigMap used by Airflow tasks that run with Kubernetes executor or KubernetesPodOperator.
JSON representation
{"name": string,"data": {string: string,...}}
Fields
name
string
Identifier. The resource name of the ConfigMap, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-30 UTC."],[[["UserWorkloadsConfigMap is a resource used by Airflow tasks with Kubernetes executor or KubernetesPodOperator."],["The ConfigMap's JSON representation consists of a \"name\" field (a string identifier) and a \"data\" field (key-value pairs of strings)."],["The `name` field is structured in a specific format that includes project, location, environment, and the ConfigMap's ID."],["The `data` field allows users to define configuration details in key-value pairs as they would with a Kubernetes ConfigMap."],["Several methods are available to manage these ConfigMaps, such as create, delete, get, list, and update."]]],[]]