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.