toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.policy.v1.kotlin.inputs
/
PodDisruptionBudgetStatusArgs
/
PodDisruptionBudgetStatusArgs
Pod
Disruption
Budget
Status
Args
constructor
(
conditions
:
Output
<
List
<
ConditionArgs
>
>
?
=
null
,
currentHealthy
:
Output
<
Int
>
,
desiredHealthy
:
Output
<
Int
>
,
disruptedPods
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
disruptionsAllowed
:
Output
<
Int
>
,
expectedPods
:
Output
<
Int
>
,
observedGeneration
:
Output
<
Int
>
?
=
null
)