V1ReplicationControllerStatus

March 28, 2026 ยท View on GitHub

ReplicationControllerStatus represents the current status of a replication controller.

Properties

NameTypeDescriptionNotes
available_replicasintThe number of available replicas (ready for at least minReadySeconds) for this replication controller.[optional]
conditionslist[V1ReplicationControllerCondition]Represents the latest available observations of a replication controller's current state.[optional]
fully_labeled_replicasintThe number of pods that have labels matching the labels of the pod template of the replication controller.[optional]
observed_generationintObservedGeneration reflects the generation of the most recently observed replication controller.[optional]
ready_replicasintThe number of ready replicas for this replication controller.[optional]
replicasintReplicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller

[Back to Model list] [Back to API list] [Back to README]