diff --git a/metadata/adaptors.go b/metadata/adaptors.go index 38539fdc1..4fd4c8243 100644 --- a/metadata/adaptors.go +++ b/metadata/adaptors.go @@ -51,6 +51,8 @@ func adaptImage(o interface{}) filters.Adaptor { return checkMap(fieldpath[1:], obj.Labels) // TODO(stevvooe): Greater/Less than filters would be awesome for // size. Let's do it! + case "annotations": + return checkMap(fieldpath[1:], obj.Target.Annotations) } return "", false