core_v1

read the specified ConfigMap

get/api/v1/namespaces/{namespace}/configmaps/{name}

Query parameters

exactboolean

Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'

exportboolean

Should this value be exported. Export strips fields that a user can not specify.`

Response

OK

dataobject

Data contains the configuration data. Each key must be a valid DNS_SUBDOMAIN with an optional leading dot.

Changes