共用方式為


PostBuildDefinition interface

在 kustomize 建置之後,定義此 Kustomization 變數替代的 postBuild 定義。

屬性

substitute

保存要在此 Kustomization 中取代變數的索引鍵/值組。

substituteFrom

用來取代此 Kustomization 之變數的 ConfigMaps/Secrets 陣列。

屬性詳細資料

substitute

保存要在此 Kustomization 中取代變數的索引鍵/值組。

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

屬性值

{[propertyName: string]: string}

substituteFrom

用來取代此 Kustomization 之變數的 ConfigMaps/Secrets 陣列。

substituteFrom?: (null | SubstituteFromDefinition)[]

屬性值