Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions proto/jumpstarter/v1/jumpstarter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ message DriverInstanceReport {
string uuid = 1; // a unique id within the exporter
optional string parent_uuid = 2; // optional, if device has a parent device
map<string, string> labels = 3;
optional string description = 4; // optional custom driver description for CLI
map<string, string> methods_description = 5; // method name -> help text for CLI
}

message RegisterResponse {
Expand Down