PostBuildDefinitionArgs

data class PostBuildDefinitionArgs(val substitute: Output<Map<String, String>>? = null, val substituteFrom: Output<List<SubstituteFromDefinitionArgs>>? = null) : ConvertibleToJava<PostBuildDefinitionArgs>

The postBuild definitions defining variable substitutions for this Kustomization after kustomize build.

Constructors

Link copied to clipboard
constructor(substitute: Output<Map<String, String>>? = null, substituteFrom: Output<List<SubstituteFromDefinitionArgs>>? = null)

Properties

Link copied to clipboard
val substitute: Output<Map<String, String>>? = null

Key/value pairs holding the variables to be substituted in this Kustomization.

Link copied to clipboard

Array of ConfigMaps/Secrets from which the variables are substituted for this Kustomization.

Functions

Link copied to clipboard
open override fun toJava(): PostBuildDefinitionArgs