Skip to content

Commit

Permalink
feature: add vfolder_mounts client output field (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa authored Jan 9, 2024
1 parent f9f4241 commit f7ca0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/1811.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add `vfolder_mounts` field to session field of client's output.
1 change: 1 addition & 0 deletions src/ai/backend/client/output/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
FieldSpec("scaling_group"),
FieldSpec("service_ports", formatter=nested_dict_formatter),
FieldSpec("mounts"),
FieldSpec("vfolder_mounts"),
FieldSpec("occupying_slots", formatter=resource_slot_formatter),
FieldSpec(
"containers",
Expand Down

0 comments on commit f7ca0bc

Please sign in to comment.