Class: Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsConfigMap
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
User workloads ConfigMap used by Airflow tasks that run with Kubernetes executor or KubernetesPodOperator.
Defined Under Namespace
Classes: DataEntry
Instance Attribute Summary collapse
-
#data ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#data ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details see: https://kubernetes.io/docs/concepts/configuration/configmap/.
530 531 532 533 534 535 536 537 538 539 540 541 542 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 530 class UserWorkloadsConfigMap include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class DataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Identifier. The resource name of the ConfigMap, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}".
530 531 532 533 534 535 536 537 538 539 540 541 542 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 530 class UserWorkloadsConfigMap include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class DataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |