Get cluster namespace configmap details

Get cluster namespace configmap details

get

Get detailed information for the ConfigMap in the specified cluster and namespace.

Path parameters
clusterIdstringRequired
namespaceNamestringRequired
configmapNamestringRequired
Responses
chevron-right
200

OK

*/*
creationTimestampstringOptionalExample: 2023-04-29 05:54:51
deploymentstringOptional

deployment information

Example: {"apiVersion":"v1","data":{"my.cnf":"[client]...
deploymentYamlstringOptional

deployment information(YAML)

Example: apiVersion: v1 kind: ConfigMap metadata...
descriptionstringOptional
namestringOptional

configmap name

Example: cocktail-api-cmdb
namespacestringOptional

네namespace name

Example: cocktail-system
get
/v1/clusters/{clusterId}/namespaces/{namespaceName}/configmaps/{configmapName}
200

OK