Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.1 KB

V1beta1PodDisruptionBudgetSpec.md

File metadata and controls

12 lines (8 loc) · 1.1 KB

V1beta1PodDisruptionBudgetSpec

Properties

Name Type Description Notes
MaxUnavailable map[string]interface{} An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable". [optional]
MinAvailable map[string]interface{} 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 V1LabelSelector [optional]

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