Volume interface
磁碟區的屬性。
屬性
azure |
Azure 檔案磁碟區。 |
empty |
空的目錄磁碟區。 |
git |
git 存放庫磁碟區。 |
name | 磁碟區的名稱。 |
secret | 秘密磁碟區。 |
屬性詳細資料
azureFile
emptyDir
空的目錄磁碟區。
emptyDir?: Record<string, unknown>
屬性值
Record<string, unknown>
gitRepo
name
磁碟區的名稱。
name: string
屬性值
string
secret
秘密磁碟區。
secret?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}