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