PodSpecV1.PriorityClassName 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.
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