Kazan v0.4.0 Kazan.Models.Apis.Policy.V1beta1.PodDisruptionBudgetSpec View Source
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
OpenAPI Definition: io.k8s.kubernetes.pkg.apis.policy.v1beta1.PodDisruptionBudgetSpec
Properties
min_available
::Kazan.Models.ApiMachinery.Util.Intstr.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
::Kazan.Models.ApiMachinery.Apis.Meta.V1.LabelSelector
- Label query over pods whose evictions are managed by the disruption budget.