ServiceSpecV1.IpFamilyPolicy Property

Definition

Defines the IP family policy for a Kubernetes Service in API version V1.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property determines the policy under which IP families (IPv4, IPv6) are assigned to the Service. It can control whether the Service prefers or requires a specific IP family or supports both.

Applies to