GoogleApi.Composer.V1.Model.UserWorkloadsConfigMap (google_api_composer v0.36.3)
View SourceUser workloads ConfigMap used by Airflow tasks that run with Kubernetes executor or KubernetesPodOperator.
Attributes
-
data
(type:map()
, default:nil
) - 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" } -
name
(type:String.t
, default:nil
) - Identifier. The resource name of the ConfigMap, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}"
Summary
Functions
Unwrap a decoded JSON object into its complex fields.