ConfigMapEnvSourceResponse

data class ConfigMapEnvSourceResponse(val localObjectReference: LocalObjectReferenceResponse, val name: String, val optional: Boolean)

Not supported by Cloud Run. ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.

Constructors

Link copied to clipboard
constructor(localObjectReference: LocalObjectReferenceResponse, name: String, optional: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.

Link copied to clipboard

The ConfigMap to select from.

Link copied to clipboard

Specify whether the ConfigMap must be defined.