Pod Disruption Budget Spec Patch Args
data class PodDisruptionBudgetSpecPatchArgs(val maxUnavailable: Output<Either<Int, String>>? = null, val minAvailable: Output<Either<Int, String>>? = null, val selector: Output<LabelSelectorPatchArgs>? = null) : ConvertibleToJava<PodDisruptionBudgetSpecPatchArgs>
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
Constructors
Link copied to clipboard
fun PodDisruptionBudgetSpecPatchArgs(maxUnavailable: Output<Either<Int, String>>? = null, minAvailable: Output<Either<Int, String>>? = null, selector: Output<LabelSelectorPatchArgs>? = null)