for annot in annotations:
k: str = list(annot.keys())[0]
v: str = list(annot.values())[0]
predicate_filter = filter(lambda x: x.metadata.annotations and x.metadata.annotations[k] == v, result_pods.items)
filtered_pods_aggr = list(predicate_filter)