-
Notifications
You must be signed in to change notification settings - Fork 6
Make Annotation optional #27
Copy link
Copy link
Milestone
Description
For example, this would make it easier to instantiate a Pod and load from store.
Some considerations:
load_pod- w/ name/version -> loads annotation + spec into instance
- w/ hash -> loads spec only into instance
save_pod- w/ annotation -> saves both annotation + spec
- w/o annotation -> saves only spec
delete_pod- w/ hash -> delete spec dir + all annotations that refer to it (if annotation dir becomes empty, clean up as well)
- w/ name/ver -> delete annotation only (if annotation dir becomes empty, clean up as well)
list_pod-> make name and verVec<Option<_>>to account forNoneon "spec-only" pods
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels