PodSpecV1.SetHostnameAsFqdn Property

Definition

Gets or sets a value indicating whether the hostname of the pod should be set as its fully qualified ___domain name (FQDN). If true, the FQDN will be used as the pod's hostname. If false or unset, the hostname will not be modified.

[YamlDotNet.Serialization.YamlMember(Alias="setHostnameAsFQDN")]
public bool? SetHostnameAsFqdn { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="setHostnameAsFQDN")>]
member this.SetHostnameAsFqdn : Nullable<bool> with get, set
Public Property SetHostnameAsFqdn As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to