Post Build Definition Response
data class PostBuildDefinitionResponse(val substitute: Map<String, String>? = null, val substituteFrom: List<SubstituteFromDefinitionResponse>? = null)
The postBuild definitions defining variable substitutions for this Kustomization after kustomize build.
Constructors
Link copied to clipboard
constructor(substitute: Map<String, String>? = null, substituteFrom: List<SubstituteFromDefinitionResponse>? = null)