Share via


ServiceSpecV1.IpFamilies Property

Definition

A list of IP families (e.g., IPv4, IPv6) used by the Kubernetes Service.

[YamlDotNet.Serialization.YamlMember(Alias="ipFamilies")]
public System.Collections.Generic.List<string> IpFamilies { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="ipFamilies")>]
member this.IpFamilies : System.Collections.Generic.List<string>
Public ReadOnly Property IpFamilies As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

Specifies the IP address families the Service supports or is associated with. The order of families in the list can influence the assignment of IP addresses when the Service is created or updated. This is relevant when defining dual-stack services or specific network configurations requiring certain IP families.

Applies to