VolumeReferenceResponse

data class VolumeReferenceResponse(val destinationPath: String, val name: String, val readOnly: Boolean? = null)

Describes a reference to a volume resource.

Constructors

Link copied to clipboard
constructor(destinationPath: String, name: String, readOnly: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path within the container at which the volume should be mounted. Only valid path characters are allowed.

Link copied to clipboard

Name of the volume being referenced.

Link copied to clipboard
val readOnly: Boolean? = null

The flag indicating whether the volume is read only. Default is 'false'.