Skip to content
Docs Try Aspire

IngressTLSV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
Represents the TLS configuration for an Ingress resource in Kubernetes (networking.k8s.io/v1).
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class IngressTLSV1
{
// ...
}
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.