KubernetesManifestResource.withAnnotation
Method
interface KubernetesManifestResource { // ... omitted for brevity withAnnotation( key: string, value: string): KubernetesManifestResource;}Signature
method
withAnnotation Adds or updates a Kubernetes annotation on this manifest.
withAnnotation( key: string, value: string): KubernetesManifestResourceParameters
key string value string Returns
KubernetesManifestResource Defined on
This method is defined on the following type: