REST Resource: projects.locations.environments.userWorkloadsConfigMaps

Resource: UserWorkloadsConfigMap

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}"

data

map (key: string, value: string)

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

Example:

{ "example_key": "example_value", "another_key": "another_value" }

Methods

create

Creates a user workloads ConfigMap.

delete

Deletes a user workloads ConfigMap.

get

Gets an existing user workloads ConfigMap.

list

Lists user workloads ConfigMaps.

update

Updates a user workloads ConfigMap.