ServiceSpecV1.ClusterIPs 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.
Represents a list of cluster IP addresses assigned to the Kubernetes Service.
[YamlDotNet.Serialization.YamlMember(Alias="clusterIPs")]
public System.Collections.Generic.List<string> ClusterIPs { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="clusterIPs")>]
member this.ClusterIPs : System.Collections.Generic.List<string>
Public ReadOnly Property ClusterIPs As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The property is used to define multiple IP addresses for the Service, enabling support for more than one IP family. Commonly used in dual-stack networking configurations where both IPv4 and IPv6 IP addresses are specified. The property is immutable after creation and is managed by the Kubernetes system.