Class: Google::Cloud::Run::V2::VersionToPath
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::VersionToPath
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
VersionToPath maps a specific version of a secret to a relative file to mount to, relative to VolumeMount's mount_path.
Instance Attribute Summary collapse
-
#mode ⇒ ::Integer
Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal).
-
#path ⇒ ::String
Required.
-
#version ⇒ ::String
The Cloud Secret Manager secret version.
Instance Attribute Details
#mode ⇒ ::Integer
307 308 309 310 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 307 class VersionToPath include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
307 308 309 310 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 307 class VersionToPath include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
307 308 309 310 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 307 class VersionToPath include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |