ServiceSpecV1.TrafficDistribution 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.
Specifies the traffic distribution policy for the Kubernetes Service.
[YamlDotNet.Serialization.YamlMember(Alias="trafficDistribution")]
public string? TrafficDistribution { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="trafficDistribution")>]
member this.TrafficDistribution : string with get, set
Public Property TrafficDistribution As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property defines how network traffic is distributed across the service's associated pods or endpoints. It determines the mechanism or strategy used for traffic routing, which could include methods such as load-balancing or specific traffic shaping configurations.