Share via


IngressTLSV1.Hosts Property

Definition

Gets a list of hostnames associated with the ingress TLS configuration.

[YamlDotNet.Serialization.YamlMember(Alias="hosts")]
public System.Collections.Generic.List<string> Hosts { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="hosts")>]
member this.Hosts : System.Collections.Generic.List<string>
Public ReadOnly Property Hosts As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property represents a collection of hosts that are specified for the ingress TLS configuration. These hosts are used for secure transport and typically represent ___domain names that are covered by the associated TLS secret. The list may contain multiple entries depending on the assigned hosts.

Applies to