PostBuildDefinitionResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val substitute: 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.