VolumeResponse

data class VolumeResponse(val configMap: ConfigMapVolumeSourceResponse, val emptyDir: EmptyDirVolumeSourceResponse, val name: String, val secret: SecretVolumeSourceResponse)

Volume represents a named volume in a container.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Not supported in Cloud Run.

Link copied to clipboard

Ephemeral storage used as a shared volume.

Link copied to clipboard

Volume's name. In Cloud Run Fully Managed, the name 'cloudsql' is reserved.

Link copied to clipboard

The secret's value will be presented as the content of a file whose name is defined in the item path. If no items are defined, the name of the file is the secretName.