PostBuildDefinition interface
在 kustomize 建置之後,定義此 Kustomization 變數替代的 postBuild 定義。
屬性
substitute | 保存要在此 Kustomization 中取代變數的索引鍵/值組。 |
substitute |
ConfigMaps/Secrets 的陣列,變數會用來取代這個 Kustomization。 |
屬性詳細資料
substitute
保存要在此 Kustomization 中取代變數的索引鍵/值組。
substitute?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
substituteFrom
ConfigMaps/Secrets 的陣列,變數會用來取代這個 Kustomization。
substituteFrom?: (null | SubstituteFromDefinition)[]
屬性值
(null | SubstituteFromDefinition)[]