Kazan v0.11.0 Kazan.Apis.Policy.V1beta1.PodDisruptionBudgetSpec View Source
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
OpenAPI Definition: io.k8s.api.policy.v1beta1.PodDisruptionBudgetSpec
Properties
max_unavailable::Kazan.Models.Apimachinery.Util.Intstr.IntOrString- IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.
min_available::Kazan.Models.Apimachinery.Util.Intstr.IntOrString- IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.
selector::Kazan.Models.Apimachinery.Meta.V1.LabelSelector- Label query over pods whose evictions are managed by the disruption budget.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Policy.V1beta1.PodDisruptionBudgetSpec{
max_unavailable: Kazan.Models.Apimachinery.Util.Intstr.IntOrString.t(),
min_available: Kazan.Models.Apimachinery.Util.Intstr.IntOrString.t(),
selector: Kazan.Models.Apimachinery.Meta.V1.LabelSelector.t()
}