Skip to content
Docs Try Aspire
Docs Try

withGatewayHostnameParam

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

Signature

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

Applies to

This method applies to the following types: