VolumeMountResponse

data class VolumeMountResponse(val containerMountPath: String, val data: String? = null, val readOnly: Boolean? = null, val volumeSubPath: String)

Constructors

Link copied to clipboard
constructor(containerMountPath: String, data: String? = null, readOnly: Boolean? = null, volumeSubPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Target path on the container where volume is mounted on

Link copied to clipboard
val data: String? = null

Config Data to be mounted on the volume

Link copied to clipboard
val readOnly: Boolean? = null

Boolean to specify if the mount is read only on the container

Link copied to clipboard

Sub path in the volume where volume is mounted from.