Stateful Set Status Args
data class StatefulSetStatusArgs(val availableReplicas: Output<Int>? = null, val collisionCount: Output<Int>? = null, val conditions: Output<List<StatefulSetConditionArgs>>? = null, val currentReplicas: Output<Int>? = null, val currentRevision: Output<String>? = null, val observedGeneration: Output<Int>? = null, val readyReplicas: Output<Int>? = null, val replicas: Output<Int>, val updateRevision: Output<String>? = null, val updatedReplicas: Output<Int>? = null) : ConvertibleToJava<StatefulSetStatusArgs>
StatefulSetStatus represents the current state of a StatefulSet.
Constructors
Link copied to clipboard
fun StatefulSetStatusArgs(availableReplicas: Output<Int>? = null, collisionCount: Output<Int>? = null, conditions: Output<List<StatefulSetConditionArgs>>? = null, currentReplicas: Output<Int>? = null, currentRevision: Output<String>? = null, observedGeneration: Output<Int>? = null, readyReplicas: Output<Int>? = null, replicas: Output<Int>, updateRevision: Output<String>? = null, updatedReplicas: Output<Int>? = null)