Share via


HostAliasV1.Ip Property

Definition

Gets or sets the IP address associated with the HostAlias in the Kubernetes resource definition.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property represents the IP address that will be mapped to the specified hostnames in the resource.

Applies to