Class: Google::Cloud::Run::V2::VolumeMount
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::VolumeMount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/k8s.min.rb
Overview
VolumeMount describes a mounting of a Volume within a container.
Instance Attribute Summary collapse
-
#mount_path ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#mount_path ⇒ ::String
Returns Required. Path within the container at which the volume should be mounted.
Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must
otherwise be /cloudsql
. All instances defined in the Volume will be
available as /cloudsql/[instance]
. For more information on Cloud SQL
volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run.
189 190 191 192 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 189 class VolumeMount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. This must match the Name of a Volume.
189 190 191 192 |
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 189 class VolumeMount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |