PodSpecV1.SetHostnameAsFqdn 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.
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