pulumi-kubernetes-kotlin
3.30.2.1
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.policy.v1beta1.kotlin.outputs
/
PodDisruptionBudgetStatusPatch
/
PodDisruptionBudgetStatusPatch
Pod
Disruption
Budget
Status
Patch
fun
PodDisruptionBudgetStatusPatch
(
currentHealthy
:
Int
?
=
null
,
desiredHealthy
:
Int
?
=
null
,
disruptedPods
:
Map
<
String
,
String
>
?
=
null
,
disruptionsAllowed
:
Int
?
=
null
,
expectedPods
:
Int
?
=
null
,
observedGeneration
:
Int
?
=
null
)