共用方式為


VolumeMount interface

容器應用程式的磁片區掛接。

屬性

mountPath

容器內應該掛接磁片區的路徑。不得包含 ':'。

subPath

應該從中掛接容器磁片區之磁片區內的路徑。 預設為 「」 (磁片區的根) 。

volumeName

這必須符合磁片區的名稱。

屬性詳細資料

mountPath

容器內應該掛接磁片區的路徑。不得包含 ':'。

mountPath?: string

屬性值

string

subPath

應該從中掛接容器磁片區之磁片區內的路徑。 預設為 「」 (磁片區的根) 。

subPath?: string

屬性值

string

volumeName

這必須符合磁片區的名稱。

volumeName?: string

屬性值

string