Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap.
User workloads ConfigMap used by Airflow tasks that run with Kubernetes executor or KubernetesPodOperator.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data
def data() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::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" }
#data=
def data=(value) -> ::Google::Protobuf::Map{::String => ::String}
-
value (::Google::Protobuf::Map{::String => ::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" }
-
(::Google::Protobuf::Map{::String => ::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" }
#name
def name() -> ::String
- (::String) — Identifier. The resource name of the ConfigMap, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}"
#name=
def name=(value) -> ::String
- value (::String) — Identifier. The resource name of the ConfigMap, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}"
- (::String) — Identifier. The resource name of the ConfigMap, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}"