Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
Closed
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
1 change: 1 addition & 0 deletions proto/jumpstarter/client/v1/client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ message Lease {
optional google.protobuf.Timestamp effective_begin_time = 6 [(google.api.field_behavior) = OUTPUT_ONLY];
optional google.protobuf.Timestamp end_time = 7;
optional google.protobuf.Timestamp effective_end_time = 8 [(google.api.field_behavior) = OUTPUT_ONLY];
optional google.protobuf.Duration time_left = 12 [(google.api.field_behavior) = OUTPUT_ONLY];
optional string client = 9 [
(google.api.field_behavior) = OUTPUT_ONLY,
(google.api.resource_reference) = {type: "jumpstarter.dev/Client"}
Expand Down