Skip to content
DocsTry Aspire
DocsTry

withIngressHostnameParam

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

Signature

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

Applies to

This method applies to the following types: