你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeploymentProperties interface

属性

helmChartPath

存储库中的 Helm 图表目录路径。

helmValues

存储库中的 Helm Values.yaml 文件位置。

kubeManifestLocations
manifestType

确定存储库中的清单类型。

overrides

清单重写值。

属性详细信息

helmChartPath

存储库中的 Helm 图表目录路径。

helmChartPath?: string

属性值

string

helmValues

存储库中的 Helm Values.yaml 文件位置。

helmValues?: string

属性值

string

kubeManifestLocations

kubeManifestLocations?: string[]

属性值

string[]

manifestType

确定存储库中的清单类型。

manifestType?: string

属性值

string

overrides

清单重写值。

overrides?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}