toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.apps.v1.kotlin.inputs
/
ReplicaSetStatusArgs
/
ReplicaSetStatusArgs
Replica
Set
Status
Args
constructor
(
availableReplicas
:
Output
<
Int
>
?
=
null
,
conditions
:
Output
<
List
<
ReplicaSetConditionArgs
>
>
?
=
null
,
fullyLabeledReplicas
:
Output
<
Int
>
?
=
null
,
observedGeneration
:
Output
<
Int
>
?
=
null
,
readyReplicas
:
Output
<
Int
>
?
=
null
,
replicas
:
Output
<
Int
>
,
terminatingReplicas
:
Output
<
Int
>
?
=
null
)