Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 47a6671

Browse files
add "descriptions" field to GetReport
for storing custom Driver descriptions to display in jmp shell CLI.
1 parent b7a2301 commit 47a6671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/jumpstarter/v1/jumpstarter.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ message GetReportResponse {
141141
// jumpstarter.dev/name=
142142
repeated DriverInstanceReport reports = 3;
143143
repeated Endpoint alternative_endpoints = 4;
144+
map<string, string> descriptions = 5; // Map of driver UUID -> description
144145
}
145146

146147
message Endpoint {

0 commit comments

Comments
 (0)