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

PostBuildDefinition interface

在 kustomize 生成后定义此 Kustomization 的变量替换的 postBuild 定义。

属性

substitute

保存要在此 Kustomization 中替换变量的键/值对。

substituteFrom

变量替换为此 Kustomization 的 ConfigMaps/机密数组。

属性详细信息

substitute

保存要在此 Kustomization 中替换变量的键/值对。

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

属性值

{[propertyName: string]: string}

substituteFrom

变量替换为此 Kustomization 的 ConfigMaps/机密数组。

substituteFrom?: (null | SubstituteFromDefinition)[]

属性值