Skip to content
Docs Try Aspire
Docs Try

withIngressHostnameParam

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

Signature

method withIngressHostnameParam builder
Adds a parameterized hostname to a Kubernetes Ingress
withIngressHostnameParam(hostname: ParameterResource): KubernetesIngressResource
hostname ParameterResource
KubernetesIngressResource

Applies to

This method applies to the following types: