PodSpecV1.PreemptionPolicy Property

Definition

Indicates the preemption policy for the pod. This property defines whether a pod is eligible to preempt other pods for resources when scheduling or if it can be preempted itself. Acceptable values are "PreemptLowerPriority" to allow preemption or "Never" to prevent it. If not specified, the default behavior is to allow preemptions.

[YamlDotNet.Serialization.YamlMember(Alias="preemptionPolicy")]
public string? PreemptionPolicy { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="preemptionPolicy")>]
member this.PreemptionPolicy : string with get, set
Public Property PreemptionPolicy As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to