Share via


ServiceSpecV1.InternalTrafficPolicy Property

Definition

Gets or sets the internal traffic policy for the Kubernetes Service.

[YamlDotNet.Serialization.YamlMember(Alias="internalTrafficPolicy")]
public string? InternalTrafficPolicy { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="internalTrafficPolicy")>]
member this.InternalTrafficPolicy : string with get, set
Public Property InternalTrafficPolicy As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property defines the policy dictating how traffic is routed internally within the cluster. It can be used to configure traffic routing behavior for services with internal communication within the cluster.

Applies to