Replica Set Status Patch
data class ReplicaSetStatusPatch(val availableReplicas: Int? = null, val conditions: List<ReplicaSetConditionPatch>? = null, val fullyLabeledReplicas: Int? = null, val observedGeneration: Int? = null, val readyReplicas: Int? = null, val replicas: Int? = null)
ReplicaSetStatus represents the current status of a ReplicaSet.
Properties
Link copied to clipboard
The number of available replicas (ready for at least minReadySeconds) for this replica set.
Link copied to clipboard
Represents the latest available observations of a replica set's current state.
Link copied to clipboard
The number of pods that have labels matching the labels of the pod template of the replicaset.
Link copied to clipboard
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
Link copied to clipboard
The number of ready replicas for this replica set.