你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VolumeMount interface
容器应用的卷装载。
属性
mount |
容器中应装载卷的路径。不得包含“:”。 |
sub |
应从中装载容器卷的卷中的路径。 默认为“” (卷的根) 。 |
volume |
这必须与卷的名称匹配。 |
属性详细信息
mountPath
容器中应装载卷的路径。不得包含“:”。
mountPath?: string
属性值
string
subPath
应从中装载容器卷的卷中的路径。 默认为“” (卷的根) 。
subPath?: string
属性值
string
volumeName
这必须与卷的名称匹配。
volumeName?: string
属性值
string