Get the list of settings for that cluster.
OK
"2023-06-12 01:16:43"
Configuration information name
"cocktail-api-cmdb"
"cocktail-system"
Configuration information type
"ConfigMap"
const response = await fetch('/v1/clusters/{clusterId}/settings', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "creationTimestamp": "2023-06-12 01:16:43", "name": "cocktail-api-cmdb", "namespaceName": "cocktail-system", "type": "ConfigMap" } ]