Add support for annotations and labels in spec. #739

Merged
telackey merged 5 commits from telackey/annotations into main 2024-02-09 00:11:08 +00:00
Showing only changes of commit dde00b7606 - Show all commits

View File

@ -111,4 +111,4 @@ class Spec:
return self.obj.get("annotations", {})
def get_labels(self):
return self.obj.get("annotations", {})
return self.obj.get("labels", {})