VolumeMount interface

Properties

containerMountPath

Target path on the container where volume is mounted on

data

Config Data to be mounted on the volume

readOnly

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

volumeSubPath

Sub path in the volume where volume is mounted from.

Property Details

containerMountPath

Target path on the container where volume is mounted on

containerMountPath: string

Property Value

string

data

Config Data to be mounted on the volume

data?: string

Property Value

string

readOnly

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

readOnly?: boolean

Property Value

boolean

volumeSubPath

Sub path in the volume where volume is mounted from.

volumeSubPath: string

Property Value

string