Skip to content
DocsTry Aspire
DocsTry

KubernetesManifestResource.withAnnotation

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

Signature

methodwithAnnotation
Adds or updates a Kubernetes annotation on this manifest.
withAnnotation(
key: string,
value: string): KubernetesManifestResource
keystring
valuestring
KubernetesManifestResource

Defined on

This method is defined on the following type: