Was this helpful?
Get the list of DaemonSets in the specified cluster and namespace.
/v1/clusters/{clusterId}/namespaces/{namespaceName}/daemonsets
curl -L \ --url '/v1/clusters/{clusterId}/namespaces/{namespaceName}/daemonsets'
[ { "creationTimestamp": "2023-06-21 06:41:56", "desiredPodCnt": 7, "name": "promtail", "namespace": "cocktail-system", "readyPodCnt": 7, "images": [ "101.55.69.30/docker.io/grafana/promtail:2.7.4" ], "labels": { "app.kubernetes.io/instance": "promtail", "app.kubernetes.io/managed-by": "Helm", "app.kubernetes.io/name": "promtail" } } ]