Skip to content
Docs Try Aspire
Docs Try

withIngressAnnotationParam

Method
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface KubernetesIngressResource {
// ... omitted for brevity
withIngressAnnotationParam(
key: string,
value: ParameterResource): KubernetesIngressResource;
}

Signature

method withIngressAnnotationParam builder
Adds a Kubernetes metadata annotation with a parameter value that will be resolved at deploy time.
withIngressAnnotationParam(
key: string,
value: ParameterResource): KubernetesIngressResource
key string
value ParameterResource
KubernetesIngressResource

Applies to

This method applies to the following types: