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 0b144b973e - Show all commits

View File

@ -147,6 +147,7 @@ def command(ctx, laconic_config, deployment_parent_dir,
previous_requests = load_known_requests(state_file)
requests.sort(key=lambda r: r.createTime)
requests.reverse()
# Find deployments.
deployments = {}