Skip to content
DocsTry Aspire
DocsTry

KubernetesIngressResource.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

Defined on

This method is defined on the following type: