Skip to content
Docs Try Aspire
Docs Try

KubernetesIngressResource.withHostname

Method
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
interface KubernetesIngressResource {
// ... omitted for brevity
withHostname(hostname: string): KubernetesIngressResource;
}

Signature

method withHostname builder
Adds a hostname to a Kubernetes Ingress
withHostname(hostname: string): KubernetesIngressResource
hostname string
KubernetesIngressResource

Defined on

This method is defined on the following type: