IngressSpecV1.Tls 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.
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.