PodSpecV1.Priority Property

Definition

Gets or sets the priority value of the Pod. Priority is an integer value that determines the scheduling precedence of the Pod. Higher values correspond to higher priority, which influences the order in which Pods are scheduled when resources are constrained. This property is optional and, if not specified, the priority of the Pod is determined by its priority class or system default settings.

[YamlDotNet.Serialization.YamlMember(Alias="priority")]
public int? Priority { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="priority")>]
member this.Priority : Nullable<int> with get, set
Public Property Priority As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to