Class: Google::Cloud::Run::V2::SecretKeySelector
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::SecretKeySelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
SecretEnvVarSource represents a source for the value of an EnvVar.
Instance Attribute Summary collapse
-
#secret ⇒ ::String
Required.
-
#version ⇒ ::String
The Cloud Secret Manager secret version.
Instance Attribute Details
#secret ⇒ ::String
170 171 172 173 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 170 class SecretKeySelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
170 171 172 173 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 170 class SecretKeySelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |