Replica Set Status
data class ReplicaSetStatus(val availableReplicas: Int? = null, val conditions: List<ReplicaSetCondition>? = null, val fullyLabeledReplicas: Int? = null, val observedGeneration: Int? = null, val readyReplicas: Int? = null, val replicas: Int)
ReplicaSetStatus represents the current status of a ReplicaSet.
Constructors
Link copied to clipboard
fun ReplicaSetStatus(availableReplicas: Int? = null, conditions: List<ReplicaSetCondition>? = null, fullyLabeledReplicas: Int? = null, observedGeneration: Int? = null, readyReplicas: Int? = null, replicas: Int)