WeightedPodAffinityTermV1.Weight 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 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