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
/
PodDisruptionBudgetSpecPatchArgs
/
PodDisruptionBudgetSpecPatchArgs
Pod
Disruption
Budget
Spec
Patch
Args
constructor
(
maxUnavailable
:
Output
<
Either
<
Int
,
String
>
>
?
=
null
,
minAvailable
:
Output
<
Either
<
Int
,
String
>
>
?
=
null
,
selector
:
Output
<
LabelSelectorPatchArgs
>
?
=
null
,
unhealthyPodEvictionPolicy
:
Output
<
String
>
?
=
null
)