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}