ConfigMapKeySelector

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported

Selects a key from a ConfigMap.

JSON representation
{
  "localObjectReference": {
    object (LocalObjectReference)
  },
  "key": string,
  "optional": boolean,
  "name": string
}
Fields
localObjectReference
(deprecated)

object (LocalObjectReference)

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

key

string

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported

The key to select.

optional

boolean

(Optional)

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported

Specify whether the ConfigMap or its key must be defined

name

string

Cloud Run fully managed: not supported

Cloud Run for Anthos: supported

The ConfigMap to select from.