EnvFromSourceResponse

data class EnvFromSourceResponse(val configMapRef: ConfigMapEnvSourceResponse, val prefix: String, val secretRef: SecretEnvSourceResponse)

Not supported by Cloud Run. EnvFromSource represents the source of a set of ConfigMaps

Constructors

Link copied to clipboard
constructor(configMapRef: ConfigMapEnvSourceResponse, prefix: String, secretRef: SecretEnvSourceResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ConfigMap to select from

Link copied to clipboard

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

Link copied to clipboard

The Secret to select from