共用方式為


VolumeMount interface

屬性

containerMountPath

掛接磁碟區所在容器上的目標路徑

data

設定要掛接在磁碟區上的數據

readOnly

布爾值,指定容器上的掛接是否為唯讀

volumeSubPath

磁碟區中掛接磁碟區的子路徑。

屬性詳細資料

containerMountPath

掛接磁碟區所在容器上的目標路徑

containerMountPath: string

屬性值

string

data

設定要掛接在磁碟區上的數據

data?: string

屬性值

string

readOnly

布爾值,指定容器上的掛接是否為唯讀

readOnly?: boolean

屬性值

boolean

volumeSubPath

磁碟區中掛接磁碟區的子路徑。

volumeSubPath: string

屬性值

string