ConfigMap [v1]
- Description
- ConfigMap holds configuration data for pods to consume.
- Type
object
Specification
.binaryData
- Description
- BinaryData contains the binary data. Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet.
- Type
object
.data
- Description
- Data contains the configuration data. Each key must consist of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process.
- Type
object
API Endpoints
The following API endpoints are available:
/kubernetes/{cluster}/api/v1/namespaces/{namespace}/configmapsDELETE: delete collection of ConfigMapGET: list objects of kind ConfigMapPOST: create a new ConfigMap
/kubernetes/{cluster}/api/v1/namespaces/{namespace}/configmaps/{name}DELETE: delete the specified ConfigMapGET: read the specified ConfigMapPATCH: partially update the specified ConfigMapPUT: replace the specified ConfigMap
/kubernetes/{cluster}/api/v1/namespaces/{namespace}/configmaps
- HTTP method
DELETE- Description
- delete collection of ConfigMap
- HTTP responses
- HTTP method
GET- Description
- list objects of kind ConfigMap
- HTTP responses
- HTTP method
POST- Description
- create a new ConfigMap
- Query parameters
- Body parameters
- HTTP responses
/kubernetes/{cluster}/api/v1/namespaces/{namespace}/configmaps/{name}
- HTTP method
DELETE- Description
- delete the specified ConfigMap
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified ConfigMap
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified ConfigMap
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified ConfigMap
- Query parameters
- Body parameters
- HTTP responses