Volume Response
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
constructor(configMap: ConfigMapVolumeSourceResponse, emptyDir: EmptyDirVolumeSourceResponse, name: String, secret: SecretVolumeSourceResponse)
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
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.