PodSpecV1.PriorityClassName Property

Definition

Gets or sets the name of the PriorityClass associated with the pod. This property is used to assign a priority to the pod. The priority determines the scheduling order for the pod and its preemption behavior in cases of resource contention. The PriorityClass must be configured in the cluster beforehand.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to