SubstituteFromDefinitionArgs

data class SubstituteFromDefinitionArgs(val kind: Output<String>? = null, val name: Output<String>? = null, val optional: Output<Boolean>? = null) : ConvertibleToJava<SubstituteFromDefinitionArgs>

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

Constructors

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

Properties

Link copied to clipboard
val kind: Output<String>? = null

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

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val optional: Output<Boolean>? = null

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

Functions

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