Skip to content
Docs Try Aspire
Docs Try

withIngressHostnameParam

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

Signature

method withIngressHostnameParam builder
Adds a hostname using a parameter that will be resolved at deploy time.
withIngressHostnameParam(hostname: ParameterResource): KubernetesIngressResource
hostname ParameterResource
KubernetesIngressResource

Applies to

This method applies to the following types: