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

Commit 33aef6f

Browse files
authored
Update client.proto to include lease time left
1 parent 4f8035c commit 33aef6f

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
@@ -92,6 +92,7 @@ message Lease {
9292
optional google.protobuf.Timestamp effective_begin_time = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
9393
optional google.protobuf.Timestamp end_time = 7;
9494
optional google.protobuf.Timestamp effective_end_time = 8 [(google.api.field_behavior) = OUTPUT_ONLY];
95+
optional google.protobuf.Duration time_left = 12 [(google.api.field_behavior) = OUTPUT_ONLY];
9596
optional string client = 9 [
9697
(google.api.field_behavior) = OUTPUT_ONLY,
9798
(google.api.resource_reference) = {type: "jumpstarter.dev/Client"}

0 commit comments

Comments
 (0)