We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b882c4 + 5d50b9c commit 68c44f8Copy full SHA for 68c44f8
1 file changed
metadata/adaptors.go
@@ -51,6 +51,8 @@ func adaptImage(o interface{}) filters.Adaptor {
51
return checkMap(fieldpath[1:], obj.Labels)
52
// TODO(stevvooe): Greater/Less than filters would be awesome for
53
// size. Let's do it!
54
+ case "annotations":
55
+ return checkMap(fieldpath[1:], obj.Target.Annotations)
56
}
57
58
return "", false
0 commit comments