ServiceSpecV1.ExternalIPs Property

Definition

Represents a list of external IP addresses associated with the service.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

ExternalIPs specifies additional IP addresses for the service that are externally visible. These IP addresses are usually outside the cluster and can be used to route traffic to the service.

Applies to