PodSpecV1.Subdomain Property

Definition

Gets or sets the subdomain for the Pod. When specified, this allows the Pod to be part of a DNS subdomain. The subdomain must conform to DNS subdomain naming rules. This is typically used to configure a Pod's fully qualified ___domain name (FQDN).

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to