Share via


WeightedPodAffinityTermV1.Weight Property

Definition

Gets or sets the weight associated with the pod affinity term. The weight indicates the importance of the term relative to other terms. A higher weight implies a stronger preference or priority for satisfying the associated pod affinity term.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to