Substitute From Definition Response
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
fun SubstituteFromDefinitionResponse(kind: String? = null, name: String? = null, optional: Boolean? = null)