SubstituteFromDefinitionResponse

data class SubstituteFromDefinitionResponse(val kind: String? = null, val name: String? = null, val optional: Boolean? = null)

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

Constructors

Link copied to clipboard
constructor(kind: String? = null, name: String? = null, optional: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kind: String? = null

Define whether it is ConfigMap or Secret that holds the variables to be used in substitution.

Link copied to clipboard
val name: String? = null

Name of the ConfigMap/Secret that holds the variables to be used in substitution.

Link copied to clipboard
val optional: Boolean? = null

Set to True to proceed without ConfigMap/Secret, if it is not present.