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