Class: Google::Cloud::Run::V2::Volume
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::Volume
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
Volume represents a named volume in a container.
Instance Attribute Summary collapse
-
#cloud_sql_instance ⇒ ::Google::Cloud::Run::V2::CloudSqlInstance
For Cloud SQL volumes, contains the specific instances that should be mounted.
-
#empty_dir ⇒ ::Google::Cloud::Run::V2::EmptyDirVolumeSource
Ephemeral storage used as a shared volume.
-
#gcs ⇒ ::Google::Cloud::Run::V2::GCSVolumeSource
Persistent storage backed by a Google Cloud Storage bucket.
-
#name ⇒ ::String
Required.
-
#nfs ⇒ ::Google::Cloud::Run::V2::NFSVolumeSource
For NFS Voumes, contains the path to the nfs Volume.
-
#secret ⇒ ::Google::Cloud::Run::V2::SecretVolumeSource
Secret represents a secret that should populate this volume.
Instance Attribute Details
#cloud_sql_instance ⇒ ::Google::Cloud::Run::V2::CloudSqlInstance
236 237 238 239 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 236 class Volume include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#empty_dir ⇒ ::Google::Cloud::Run::V2::EmptyDirVolumeSource
236 237 238 239 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 236 class Volume include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs ⇒ ::Google::Cloud::Run::V2::GCSVolumeSource
236 237 238 239 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 236 class Volume include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
236 237 238 239 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 236 class Volume include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nfs ⇒ ::Google::Cloud::Run::V2::NFSVolumeSource
236 237 238 239 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 236 class Volume include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret ⇒ ::Google::Cloud::Run::V2::SecretVolumeSource
236 237 238 239 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 236 class Volume include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |