Was this helpful?
Get the list of ReplicaSets in the specified cluster and namespace.
/v1/clusters/{clusterId}/namespaces/{namespaceName}/replicaset
curl -L \ --url '/v1/clusters/{clusterId}/namespaces/{namespaceName}/replicaset'
[ { "creationTimestamp": "2023-06-28 08:10:52", "desiredPodCnt": 1, "name": "cocktail-log-api-9d5bcff4", "namespace": "cocktail-system", "readyPodCnt": 1, "images": [ "regi.acloud.run/library/log-api:1.3.0" ], "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "Deployment", "name": "cocktail-log-api", "uid": "85f52a56-52e7-4289-8777-25f8c78d60e5" } ], "labels": { "app.kubernetes.io/app": "cocktail-log-api", "app.kubernetes.io/instance": "cocktail-log", "app.kubernetes.io/name": "api" } } ]