27 lines
593 B
Text
27 lines
593 B
Text
|
|
# orchestration/images/ subsystem façade (ADR-026).
|
||
|
|
export use orchestration/images/create.nu [
|
||
|
|
image-create
|
||
|
|
]
|
||
|
|
export use orchestration/images/delete.nu [
|
||
|
|
image-delete
|
||
|
|
]
|
||
|
|
export use orchestration/images/list.nu [
|
||
|
|
image-list
|
||
|
|
]
|
||
|
|
export use orchestration/images/state.nu [
|
||
|
|
image-state-path
|
||
|
|
image-state-dir
|
||
|
|
image-state-read
|
||
|
|
image-state-write
|
||
|
|
image-state-list
|
||
|
|
image-state-is-fresh
|
||
|
|
image-state-set-snapshot
|
||
|
|
image-state-touch-used
|
||
|
|
]
|
||
|
|
export use orchestration/images/update.nu [
|
||
|
|
image-update
|
||
|
|
]
|
||
|
|
export use orchestration/images/watch.nu [
|
||
|
|
image-watch
|
||
|
|
]
|