---
title: "returns detailed information about ReplicaSet"
method: GET
path: "/api/v1/replicaset/{namespace}/{replicaSet}"
---

# returns detailed information about ReplicaSet

`GET /api/v1/replicaset/{namespace}/{replicaSet}`

## Path parameters

- `namespace` string, required
- `replicaSet` string, required

## Query parameters

- `filterBy` string
- `sortBy` string
- `itemsPerPage` string
- `page` string
- `metricNames` string
- `aggregations` string

## Response `200`

OK

- ReplicasetReplicaSetDetail
  - `containerImages` string[], required
  - `errors` Error[], required
    - unknown
  - `horizontalPodAutoscalerList` HorizontalpodautoscalerHorizontalPodAutoscalerList, required
    - `errors` Error[], required
      - unknown
    - `horizontalpodautoscalers` HorizontalpodautoscalerHorizontalPodAutoscaler[], required
      - `currentCPUUtilizationPercentage` integer, required
      - `maxReplicas` integer, required
      - `minReplicas` integer, required
      - `objectMeta` TypesObjectMeta, required
        - `annotations` object
        - `creationTimestamp` V1Time
          - `Time` string, date-time, required
        - `labels` object
        - `name` string
        - `namespace` string
        - `uid` string
      - `scaleTargetRef` HorizontalpodautoscalerScaleTargetRef, required
        - `kind` string, required
        - `name` string, required
      - `targetCPUUtilizationPercentage` integer, required
      - `typeMeta` TypesTypeMeta, required
        - `kind` string
        - `restartable` boolean
        - `scalable` boolean
    - `listMeta` TypesListMeta, required
      - `totalItems` integer, required
  - `initContainerImages` string[], required
  - `objectMeta` TypesObjectMeta, required
    - `annotations` object
    - `creationTimestamp` V1Time
      - `Time` string, date-time, required
    - `labels` object
    - `name` string
    - `namespace` string
    - `uid` string
  - `podInfo` CommonPodInfo, required
    - `current` integer, required
    - `desired` integer
    - `failed` integer, required
    - `pending` integer, required
    - `running` integer, required
    - `succeeded` integer, required
    - `warnings` CommonEvent[], required
      - `count` integer, required
      - `firstSeen` V1Time, required
        - `Time` string, date-time, required
      - `lastSeen` V1Time, required
        - `Time` string, date-time, required
      - `message` string, required
      - `object` string, required
      - `objectKind` string
      - `objectMeta` TypesObjectMeta, required
        - `annotations` object
        - `creationTimestamp` V1Time
          - `Time` string, date-time, required
        - `labels` object
        - `name` string
        - `namespace` string
        - `uid` string
      - `objectName` string
      - `objectNamespace` string
      - `reason` string, required
      - `sourceComponent` string, required
      - `sourceHost` string, required
      - `type` string, required
      - `typeMeta` TypesTypeMeta, required
        - `kind` string
        - `restartable` boolean
        - `scalable` boolean
  - `selector` V1LabelSelector, required — A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
    - `matchExpressions` V1LabelSelectorRequirement[] — matchExpressions is a list of label selector requirements. The requirements are ANDed.
      - `key` string, required — key is the label key that the selector applies to.
      - `operator` string, required — operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
      - `values` string[] — values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
    - `matchLabels` object — matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.
  - `typeMeta` TypesTypeMeta, required
    - `kind` string
    - `restartable` boolean
    - `scalable` boolean

---

[API](https://skmtc.net/karmada-io/apis/kubernetes-dashboard-api.md) · [All operations](https://skmtc.net/karmada-io/apis/kubernetes-dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/karmada-io/kubernetes-dashboard-api/versions/8521b53800a7/schema)
