PostBuildDefinition interface

postBuild tanımları, kustomize derlemesi sonrasında bu Kustomization için değişken değiştirmeleri tanımlar.

Özellikler

substitute

Bu Kustomization içinde değiştirilecek değişkenleri tutan anahtar/değer çiftleri.

substituteFrom

Değişkenlerin bu Kustomization ile değiştirildiği ConfigMaps/Secrets dizisi.

Özellik Ayrıntıları

substitute

Bu Kustomization içinde değiştirilecek değişkenleri tutan anahtar/değer çiftleri.

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

Özellik Değeri

{[propertyName: string]: string}

substituteFrom

Değişkenlerin bu Kustomization ile değiştirildiği ConfigMaps/Secrets dizisi.

substituteFrom?: (null | SubstituteFromDefinition)[]

Özellik Değeri