Config Map Env Source Response
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
fun ConfigMapEnvSourceResponse(localObjectReference: LocalObjectReferenceResponse, name: String, optional: Boolean)