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