共用方式為


ApplicationScopedVolume interface

描述其存留期限定於應用程式存留期的磁碟區。

Extends

屬性

creationParameters

描述建立應用程式範圍磁碟區的參數。

繼承的屬性

destinationPath

容器內應掛接磁碟區的路徑。 只允許有效的路徑字元。

name

所參考之磁碟區的名稱。

readOnly

指出磁碟區是否為唯讀的旗標。 默認值為 『false』。

屬性詳細資料

creationParameters

描述建立應用程式範圍磁碟區的參數。

creationParameters: ApplicationScopedVolumeCreationParametersUnion

屬性值

繼承的屬性詳細資料

destinationPath

容器內應掛接磁碟區的路徑。 只允許有效的路徑字元。

destinationPath: string

屬性值

string

繼承自VolumeReference.destinationPath

name

所參考之磁碟區的名稱。

name: string

屬性值

string

繼承自VolumeReference.name

readOnly

指出磁碟區是否為唯讀的旗標。 默認值為 『false』。

readOnly?: boolean

屬性值

boolean

繼承自VolumeReference.readOnly