Volume

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported

Volume represents a named volume in a container.

JSON representation
{
  "name": string,
  "secret": {
    object (SecretVolumeSource)
  },
  "configMap": {
    object (ConfigMapVolumeSource)
  }
}
Fields
name

string

Cloud Run fully managed: supported

Cloud Run for Anthos: supported

Volume's name.

secret

object (SecretVolumeSource)

Cloud Run fully managed: supported

Cloud Run for Anthos: supported

configMap

object (ConfigMapVolumeSource)

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported