Skip to content
DocsTry Aspire
DocsTry

withIngressClassParam

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

Signature

methodwithIngressClassParambuilder
Sets the Kubernetes ingress class name using a parameter that will be resolved at deploy time.
withIngressClassParam(className: ParameterResource): KubernetesIngressResource
classNameParameterResource
KubernetesIngressResource

Applies to

This method applies to the following types: