ServiceSpecV1.InternalTrafficPolicy 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 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.