Was this helpful?
Get the list of ConfigMaps in the specified cluster and namespace.
/v1/clusters/{clusterId}/namespaces/{namespaceName}/configmaps
curl -L \ --url '/v1/clusters/{clusterId}/namespaces/{namespaceName}/configmaps'
[ { "annotations": { "meta.helm.sh/release-name": "cocktail", "meta.helm.sh/release-namespace": "cocktail-system" }, "creationTimestamp": "2023-04-29 05:54:51", "description": "", "labels": { "app.kubernetes.io/instance": "cocktail", "app.kubernetes.io/managed-by": "Helm", "app.kubernetes.io/name": "api-cmdb" }, "name": "cocktail-api-cmdb", "namespace": "cocktail-system" } ]