We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7a2301 + b49c229 commit 4f8035cCopy full SHA for 4f8035c
proto/jumpstarter/v1/jumpstarter.proto
@@ -67,6 +67,8 @@ message DriverInstanceReport {
67
string uuid = 1; // a unique id within the exporter
68
optional string parent_uuid = 2; // optional, if device has a parent device
69
map<string, string> labels = 3;
70
+ optional string description = 4; // optional custom driver description for CLI
71
+ map<string, string> methods_description = 5; // method name -> help text for CLI
72
}
73
74
message RegisterResponse {
0 commit comments