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