Merge pull request #3122 from stefanberger/descriptor_annotations.pr
Extend adaptImage function with annotations case
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Derek McGowan
					Derek McGowan