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

Commit 3ca0da9

Browse files
committed
Add status_message field to client.proto Exporter
1 parent 1a9a9e4 commit 3ca0da9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/jumpstarter/client/v1/client.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ message Exporter {
7070
map<string, string> labels = 2;
7171
bool online = 3 [(google.api.field_behavior) = OUTPUT_ONLY, deprecated = true];
7272
jumpstarter.v1.ExporterStatus status = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
73+
string status_message = 5 [(google.api.field_behavior) = OUTPUT_ONLY];
7374
}
7475

7576
message Lease {

0 commit comments

Comments
 (0)