Class: Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret
- Inherits:
-
Object
- Object
- Google::Cloud::Orchestration::Airflow::Service::V1::UserWorkloadsSecret
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
Overview
User workloads Secret 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 Secret, organized in key-value pairs, which can contain sensitive values such as a password, a token, or a key. The values for all keys have to be base64-encoded strings. For details see: https://kubernetes.io/docs/concepts/configuration/secret/.
493 494 495 496 497 498 499 500 501 502 503 504 505 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 493 class UserWorkloadsSecret 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 Secret, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}".
493 494 495 496 497 498 499 500 501 502 503 504 505 |
# File 'proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb', line 493 class UserWorkloadsSecret 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 |