PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
Name | Type | Description | Notes |
---|---|---|---|
max_unavailable | object | 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] |
min_available | object | 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] |