Get cluster namespace configmap details
Get detailed information for the ConfigMap in the specified cluster and namespace.
Path parameters
clusterIdstringRequired
namespaceNamestringRequired
configmapNamestringRequired
Responses
200
OK
*/*
creationTimestampstringOptionalExample:
2023-04-29 05:54:51deploymentstringOptionalExample:
deployment information
{"apiVersion":"v1","data":{"my.cnf":"[client]...deploymentYamlstringOptionalExample:
deployment information(YAML)
apiVersion: v1 kind: ConfigMap metadata...descriptionstringOptional
namestringOptionalExample:
configmap name
cocktail-api-cmdbnamespacestringOptionalExample:
네namespace name
cocktail-systemget
/v1/clusters/{clusterId}/namespaces/{namespaceName}/configmaps/{configmapName}200
OK