Skip to content

Commit

Permalink
Add ID to query.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Sep 26, 2024
1 parent 7c906b0 commit efed27a
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 89 deletions.
184 changes: 97 additions & 87 deletions pkg/apis/v1/machine_reservation.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ message MachineReservationReport {

message MachineReservationUsageRequest {
UsageQuery query = 1;
optional string sizeid = 2;
optional string partition = 3;
optional string id = 2;
optional string sizeid = 3;
optional string partition = 4;
}

message MachineReservationUsageResponse {
Expand Down

0 comments on commit efed27a

Please sign in to comment.