Kubewarden annotations
You can provide some extra information about your Kubewarden policies by using the annotations
field in the Artifact Hub package metadata file.
- kubewarden/mutation (string)
Use this annotation to indicate if the policy can mutate incoming requests.
- kubewarden/resources (string)
Comma separated list of Kubernetes resources evaluated by the policy.
...
annotations:
kubewarden/mutation: "true"
kubewarden/resources: "Pod"