website/docs/api-reference/v1.5/documents/_generated_poddisruptionbud...

854 B


PodDisruptionBudgetSpec v1beta1

Group Version Kind
Core v1beta1 PodDisruptionBudgetSpec

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

Field Description
minAvailable
IntOrString
An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
selector
LabelSelector
Label query over pods whose evictions are managed by the disruption budget.