共用方式為


VolumeMount interface

磁片區掛接的屬性。

屬性

mountPath

容器中磁碟區的裝載路徑。 不得包含冒號 (:)。

name

磁碟區裝載的名稱。

readOnly

此旗標指出磁碟區裝載是否為唯讀。

屬性詳細資料

mountPath

容器中磁碟區的裝載路徑。 不得包含冒號 (:)。

mountPath: string

屬性值

string

name

磁碟區裝載的名稱。

name: string

屬性值

string

readOnly

此旗標指出磁碟區裝載是否為唯讀。

readOnly?: boolean

屬性值

boolean