Cloud Composer 1 is in the post-maintenance mode. Google does not release any further updates to Cloud Composer 1, including new versions of Airflow, bugfixes, and security updates. We recommend planning migration to Cloud Composer 2.
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 2024-10-23 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."]]],[]]