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