Skip to content

Commit

Permalink
Merge pull request #31 from kaytu-io/compute-instance-recommendations
Browse files Browse the repository at this point in the history
fix: add grpc proto file
  • Loading branch information
artaasadi committed Jul 1, 2024
2 parents f4e8d78 + 26d7db6 commit ed9a22d
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 248 deletions.
2 changes: 1 addition & 1 deletion plugin/proto/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ message GcpComputeDisk {
string zone = 2;
string region = 3;
string disk_type = 4;
google.protobuf.Int64Value size_gb = 5;
google.protobuf.Int64Value disk_size = 5;
google.protobuf.Int64Value provisioned_iops = 6;
}

Expand Down
Loading

0 comments on commit ed9a22d

Please sign in to comment.