Volume interface
卷的属性。
属性详细信息
azureFile
emptyDir
空目录卷。
emptyDir?: Record<string, unknown>
属性值
Record<string, unknown>
gitRepo
name
卷的名称。
name: string
属性值
string
secret
机密卷。
secret?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}