kubernetes v1.31

ReplicaSet.status

ReplicaSetStatus represents the current status of a ReplicaSet.

6 fields
ReplicaSet.status fields and descriptions
Field / TypeDescription
availableReplicas
integer

The number of available replicas (ready for at least minReadySeconds) for this replica set.

  • format: int32
ReplicaSetCondition[]

Represents the latest available observations of a replica set's current state.

  • x-kubernetes-list-map-keys: ["type"]
  • x-kubernetes-list-type: "map"
  • x-kubernetes-patch-merge-key: "type"
  • x-kubernetes-patch-strategy: "merge"
fullyLabeledReplicas
integer

The number of pods that have labels matching the labels of the pod template of the replicaset.

  • format: int32
observedGeneration
integer

ObservedGeneration reflects the generation of the most recently observed ReplicaSet.

  • format: int64
readyReplicas
integer

readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.

  • format: int32
replicas
integer required

Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller

  • format: int32