Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 838 Bytes

V1beta1PodDisruptionBudgetSpec.md

File metadata and controls

11 lines (7 loc) · 838 Bytes

V1beta1PodDisruptionBudgetSpec

Properties

Name Type Description Notes
min_available IntstrIntOrString 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%". [optional]
selector UnversionedLabelSelector Label query over pods whose evictions are managed by the disruption budget. [optional]

[Back to Model list] [Back to API list] [Back to README]