openrewrite / rewrite-kubernetes

OpenRewrite recipes for Kubernetes.
Apache License 2.0
9 stars 8 forks source link

Find annotations by presence and value #15

Closed jbrisbin closed 3 years ago

jbrisbin commented 3 years ago

These recipes find an annotation by presence if no regex is specified, or by regex pattern if one is. The FindMissingAnnotation recipe is the inverse: it will find instances of the annotation not present or not matching the regex.