toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.extensions.v1beta1.kotlin.outputs
/
DeploymentStatusPatch
/
DeploymentStatusPatch
Deployment
Status
Patch
constructor
(
availableReplicas
:
Int
?
=
null
,
collisionCount
:
Int
?
=
null
,
conditions
:
List
<
DeploymentConditionPatch
>
?
=
null
,
observedGeneration
:
Int
?
=
null
,
readyReplicas
:
Int
?
=
null
,
replicas
:
Int
?
=
null
,
unavailableReplicas
:
Int
?
=
null
,
updatedReplicas
:
Int
?
=
null
)