VolumeMount interface
屬性
container |
掛接磁碟區所在容器上的目標路徑 |
data | 設定要掛接在磁碟區上的數據 |
read |
布爾值,指定容器上的掛接是否為唯讀 |
volume |
磁碟區中掛接磁碟區的子路徑。 |
屬性詳細資料
containerMountPath
掛接磁碟區所在容器上的目標路徑
containerMountPath: string
屬性值
string
data
設定要掛接在磁碟區上的數據
data?: string
屬性值
string
readOnly
布爾值,指定容器上的掛接是否為唯讀
readOnly?: boolean
屬性值
boolean
volumeSubPath
磁碟區中掛接磁碟區的子路徑。
volumeSubPath: string
屬性值
string