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