toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.apps.v1beta2.kotlin.outputs
/
StatefulSetStatus
/
StatefulSetStatus
Stateful
Set
Status
constructor
(
collisionCount
:
Int
?
=
null
,
conditions
:
List
<
StatefulSetCondition
>
?
=
null
,
currentReplicas
:
Int
?
=
null
,
currentRevision
:
String
?
=
null
,
observedGeneration
:
Int
?
=
null
,
readyReplicas
:
Int
?
=
null
,
replicas
:
Int
,
updateRevision
:
String
?
=
null
,
updatedReplicas
:
Int
?
=
null
)