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

Commit 8d91c4a

Browse files
authored
Merge pull request #24 from michalskrivanek/online
add online field to Exporter
2 parents 913b818 + 749aa2a commit 8d91c4a

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
@@ -67,6 +67,7 @@ message Exporter {
6767

6868
string name = 1 [(google.api.field_behavior) = IDENTIFIER];
6969
map<string, string> labels = 2;
70+
bool online = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
7071
}
7172

7273
message Lease {

0 commit comments

Comments
 (0)