ServiceTemplateSpecContainerEnvFrom

Constructors

Link copied to clipboard
constructor(configMapRef: ServiceTemplateSpecContainerEnvFromConfigMapRef? = null, prefix: String? = null, secretRef: ServiceTemplateSpecContainerEnvFromSecretRef? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ConfigMap to select from. Structure is documented below.

Link copied to clipboard
val prefix: String? = null

An optional identifier to prepend to each key in the ConfigMap.

Link copied to clipboard

The Secret to select from. Structure is documented below.