PodSpecV1.PreemptionPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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