Share via


ServiceSpecV1.TrafficDistribution Property

Definition

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.

Applies to