IngressTLSV1
Class sealed net10.0
Represents the TLS configuration for an Ingress resource in Kubernetes (networking.k8s.io/v1).
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class IngressTLSV1{ // ...}Remarks
Section titled Remarks This class defines the Transport Layer Security (TLS) settings for securing Ingress traffic to one or more hosts. It specifies the details such as the associated secret that contains the TLS certificate and key, and the list of hosts to which the TLS settings apply.
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesHostsgetList<string> Gets a list of hostnames associated with the ingress TLS configuration.
SecretNameget; setstring Represents the name of the Kubernetes Secret containing the TLS certificate and key. This property is used to secure communication for the specified hosts in an ingress resource.