Share via


IngressSpecV1.Tls Property

Definition

Represents the TLS configuration for a Kubernetes ingress resource.

[YamlDotNet.Serialization.YamlMember(Alias="tls")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.IngressTLSV1> Tls { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="tls")>]
member this.Tls : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.IngressTLSV1>
Public ReadOnly Property Tls As List(Of IngressTLSV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property defines a collection of TLS settings used to secure ingress traffic. Each entry in the collection specifies a TLS certificate and the associated set of hosts.

Applies to