Class: Google::Cloud::Run::V2::Volume

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cloud_sql_instance::Google::Cloud::Run::V2::CloudSqlInstance

Returns For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.

Returns:



220
221
222
223
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 220

class Volume
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#empty_dir::Google::Cloud::Run::V2::EmptyDirVolumeSource

Returns Ephemeral storage used as a shared volume.

Returns:



220
221
222
223
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 220

class Volume
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gcs::Google::Cloud::Run::V2::GCSVolumeSource

Returns Persistent storage backed by a Google Cloud Storage bucket.

Returns:



220
221
222
223
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 220

class Volume
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. Volume's name.

Returns:

  • (::String)

    Required. Volume's name.



220
221
222
223
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 220

class Volume
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#nfs::Google::Cloud::Run::V2::NFSVolumeSource

Returns For NFS Voumes, contains the path to the nfs Volume.

Returns:



220
221
222
223
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 220

class Volume
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#secret::Google::Cloud::Run::V2::SecretVolumeSource

Returns Secret represents a secret that should populate this volume.

Returns:



220
221
222
223
# File 'proto_docs/google/cloud/run/v2/k8s.min.rb', line 220

class Volume
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end