VolumeMount interface
Properties
container |
Target path on the container where volume is mounted on |
data | Config Data to be mounted on the volume |
read |
Boolean to specify if the mount is read only on the container |
volume |
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